menu
ormed_sqlite package
documentation
migrations.dart
DropTableOptions
DropTableOptions.new const constructor
DropTableOptions.new const constructor
dark_mode
light_mode
DropTableOptions
constructor
const
DropTableOptions
(
{
required
String
table
,
bool
ifExists
=
false
,
bool
cascade
=
false
,
})
Implementation
const DropTableOptions({ required this.table, this.ifExists = false, this.cascade = false, });
ormed_sqlite package
documentation
migrations
DropTableOptions
DropTableOptions.new const constructor
DropTableOptions class