toCommand method
Generated Dart code to include in a migrations file.
Implementation
@override
MigrationCommand toCommand() =>
CreateIndex(columns: columns, onTable: tableName!, unique: unique);
Generated Dart code to include in a migrations file.
@override
MigrationCommand toCommand() =>
CreateIndex(columns: columns, onTable: tableName!, unique: unique);