menu
orm package
documentation
migrate.dart
TableInfo
indexes property
indexes property
dark_mode
light_mode
indexes
property
List
<
IndexSchema
>
indexes
final
Index definitions expressible by the ORM's physical schema model.
Implementation
final List<IndexSchema> indexes;
orm package
documentation
migrate
TableInfo
indexes property
TableInfo class