SchemaChange constructor

SchemaChange({
  1. required MigrationTable table,
  2. required SatOpMigrate_Type migrationType,
  3. required String sql,
})

Implementation

SchemaChange({
  required this.table,
  required this.migrationType,
  required this.sql,
});