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