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