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