managedPrimaryKey = const ManagedColumnAttributes(primaryKey: true, databaseType: ManagedPropertyType.bigInteger, autoincrement: true)

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.