menu
seshat package
documentation
seshat.dart
SchemaGrammar
compileDropIfExists method
compileDropIfExists method
dark_mode
light_mode
compileDropIfExists
method
String
compileDropIfExists
(
String
table
)
Implementation
String compileDropIfExists(String table) => 'drop table if exists ${wrap(table)}';
seshat package
documentation
seshat
SchemaGrammar
compileDropIfExists method
SchemaGrammar class