Back | Index
typedef 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.
= Primary<Int>
Back | Index