pub type BoxMigration<MigContext> = Box<dyn Migration<MigContext> + Send + Sync>;
BoxMigration is the type of a migration.
pub struct BoxMigration<MigContext>(/* private fields */);