menu
orm package
documentation
migrate.dart
SchemaRenames
tables property
tables property
dark_mode
light_mode
tables
property
Map
<
String
,
String
>
tables
final
Existing physical table names mapped to their intended new names.
Implementation
final Map<String, String> tables;
orm package
documentation
migrate
SchemaRenames
tables property
SchemaRenames class