migrate property
Async function that performs the migration.
Implementation
final Future<void> Function(PhormDatabaseExecutor db, Table<Model> table)
migrate;
Async function that performs the migration.
final Future<void> Function(PhormDatabaseExecutor db, Table<Model> table)
migrate;