InitializedSchema typedef
Contains an initialized schema with all tables, views, triggers and indices.
You can use the common.InitializedSchema.newConnection for your database class and the common.InitializedSchema.rawDatabase to insert data before the migration.
Implementation
typedef InitializedSchema = common.InitializedSchema<Database>;