schemaManager property
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;