down property
Outputs the opposite command to be used in a generator
Implementation
@override
MigrationCommand get down => RenameTable(newName, oldName);
Outputs the opposite command to be used in a generator
@override
MigrationCommand get down => RenameTable(newName, oldName);