Auto_increment for primary key

Hi artemave,

Regarding auto increment for primary key, please set the ID Generator of the primary column to be identity or native. This will generate the primary key column as auto increment in MySQL database.

Concerning generating empty script, it is the current design that Update won’t handle deletion of tables, relationships and columns.

The final problem is due to the index name and the foreign key are the same. Are they the same after reversed from the database? Did you change them manually? If possible, please send me your project file for further investigation. Thank you.

Best regards,
Jick