Back |
Indextypedef data.model.type.Serial
import data.model.type.SmartTypes
Special primary key type, with auto incrementing number. Only 1 field in a table can have this type.
Translates to INT SIGNED AUTO_INCREMENT on MySQL.
Translates to SERIAL in PostgreSQL.
Back |
Index