toCommand method
Generated Dart code to include in a migrations file.
Implementation
@override
MigrationCommand toCommand({bool shouldDrop = false}) =>
shouldDrop ? DropTable(name) : InsertTable(name);
Generated Dart code to include in a migrations file.
@override
MigrationCommand toCommand({bool shouldDrop = false}) =>
shouldDrop ? DropTable(name) : InsertTable(name);