up abstract method

Future<void> up(
  1. DatabaseExecutor db
)

Applies the schema changes within the given transaction scope.

Implementation

Future<void> up(DatabaseExecutor db);