menu
ormed_sqlite package
documentation
migrations.dart
TableBlueprint
dropForeign method
dropForeign method
dark_mode
light_mode
dropForeign
method
void
dropForeign
(
String
name
)
Drops a foreign key by name.
Implementation
void dropForeign(String name) { _droppedForeignKeys.add(name); }
ormed_sqlite package
documentation
migrations
TableBlueprint
dropForeign method
TableBlueprint class