I am using PowerDesigner 16.5 to model my MySQL database. Anybody knows how to enable its auto-increment primary key feature?
On the property sheet for the column, I have a Identity
checkbox, which changes the column datatype to int
, and add auto_increment
after the column in the generated SQL.