Metadata to mark a property as a primary key.
This is a convenience for primary key, database type big integer, and autoincrementing. The corresponding property
type must be int
. The underlying database indexes and uniques the backing column.
Metadata to mark a property as a primary key.
This is a convenience for primary key, database type big integer, and autoincrementing. The corresponding property
type must be int
. The underlying database indexes and uniques the backing column.