createDatabase property

SqliteMigration? createDatabase
getter/setter pair

Optional: Migration to create database from scratch.

Use this to speed up initialization for a fresh database.

This must be supplied in addition to migrations for the same version, and should produce the same state for the database.

Implementation

SqliteMigration? createDatabase;