The autoincrementing integer primary key type for the current SQL dialect.
@override String get autoincrementPkType => 'SERIAL PRIMARY KEY';