schemaManager property

  1. @override
SchemaManager get schemaManager
override

The schema manager for this database.

This handles table creation and migration, automatically using the migrationConnection if available.

Implementation

@override
SchemaManager get schemaManager =>
    (migrationConnection ?? connection).schemaManager;