hasAutoIncrement property
bool
get
hasAutoIncrement
Whether this column has an AUTOINCREMENT primary key constraint that was
created by drift.
Implementation
bool get hasAutoIncrement =>
_defaultConstraints?.contains('AUTOINCREMENT') == true;