migrate property

Future<void> Function(PhormDatabaseExecutor db, Table<Model> table) migrate
final

Async function that performs the migration.

Implementation

final Future<void> Function(PhormDatabaseExecutor db, Table<Model> table)
migrate;