down property

  1. @override
MigrationCommand down
override

Outputs the opposite command to be used in a generator

Implementation

@override
MigrationCommand get down => DropColumn(name, onTable: onTable);