SchemaChange constructor
SchemaChange({
- required MigrationTable table,
- required SatOpMigrate_Type migrationType,
- required String sql,
Implementation
SchemaChange({
required this.table,
required this.migrationType,
required this.sql,
});