0
Résolu

How can I add AUTO INCREMENT to primary key in my MySQL model in Vertabelo?

Chris Matus il y a 9 ans mis à jour par Adam Mościcki il y a 7 ans 4
I have not figured out how do I auto increment after making a primary key an int.
JE SUIS SATISFAIT
Thanks a lot!
Note de satisfaction par Chris Matus il y a 9 ans
+2
  1. Add column in your table.




  2. Mark column as primary key.



  3. Expand column properties by clicking on the down arrow next to the column name.



  4. Set "Auto_increment" property to "Yes".



Is this really available on all databases that support it? I can't get it the show on  a PostgreSQL example, which has the SERIAL notation to support it.

Hello,


Please write in the `Type` field keyword `serial`. I have checked it and it works as expected.



Hope this helps.