AutoIncrement
Auto-increment allows a unique number to be generated automatically when a new record is inserted into a table. Often this is the primary key field that we would like to be created automatically every time a new record is inserted.
Jenga uses [AutoIncrement] attribute to generate new primary keys when adding new records.
Primary key columns have [A] icon on columns.
[AutoIncrement] attribute is optional.
Last updated