autoincrement property

bool autoincrement
final

A sequence generator will be used to generate the next value for this column when a row is inserted.

When this flag is true, the database will generate a value for this column on insert.

Implementation

final bool autoincrement;