down abstract method

Future<void> down(
  1. DatabaseExecutor db
)

Reverts the schema changes within the given transaction scope.

Implementation

Future<void> down(DatabaseExecutor db);