source/core/migration/sql_schema_migration library

Classes

SqlConvertibleOperation
Implemented by custom ColumnOperations that know their own SQL form.
SqlMigrationExecutor<T extends DatumEntityInterface>
Runs SchemaMigrations natively on a SQL store through the adapter's RawQueryCapable.rawQuery — the SQL twin of the map-based MigrationExecutor.
SqlMigrationGenerator
Translates a SchemaMigration into SQL statements for a given dialect.