hasAutoIncrement property

bool hasAutoIncrement

Whether this column has an AUTOINCREMENT primary key constraint that was created by drift.

Implementation

bool get hasAutoIncrement =>
    _defaultConstraints?.contains('AUTOINCREMENT') == true;