menu
entao_sql package
documentation
sqlite.dart
BasicMySQLMigrator
autoIncDefine method
autoIncDefine method
dark_mode
light_mode
autoIncDefine
method
@
override
String
autoIncDefine
(
String
type
)
override
Implementation
@override String autoIncDefine(String type) { return "$type AUTO_INCREMENT"; }
entao_sql package
documentation
sqlite
BasicMySQLMigrator
autoIncDefine method
BasicMySQLMigrator class