schemaManager property
override
The schema manager for this database.
This handles table creation and migration, automatically using the migrationConnection if available.
Implementation
@override
SchemaManager get schemaManager => _schemaManager;