down property
Outputs the opposite command to be used in a generator
Implementation
@override
MigrationCommand get down => DropColumn(name, onTable: onTable);
Outputs the opposite command to be used in a generator
@override
MigrationCommand get down => DropColumn(name, onTable: onTable);