hasAI property

bool hasAI

Whether this column has auto increment.

Implementation

bool get hasAI => features.any((f) => f is AutoIncrement);