Marks a property as a primary key, database type big integer, and autoincrementing. The corresponding property
type must be int
. It is assumed that the underlying database indexes and uniques the backing column.
Marks a property as a primary key, database type big integer, and autoincrementing. The corresponding property
type must be int
. It is assumed that the underlying database indexes and uniques the backing column.