down property

  1. @override
MigrationCommand down
override

Outputs the opposite command to be used in a generator

Implementation

@override
MigrationCommand get down => RenameColumn(newName, oldName, onTable: onTable);