menu
ormed_sqlite package
documentation
migrations.dart
TableBlueprint
nullableMorphs method
nullableMorphs method
dark_mode
light_mode
nullableMorphs
method
void
nullableMorphs
(
String
name
)
Implementation
void nullableMorphs(String name) { morphs(name, nullable: true); }
ormed_sqlite package
documentation
migrations
TableBlueprint
nullableMorphs method
TableBlueprint class