MigrationContext
Summary
Runtime context passed to migration up/down handlers.
Signature
type MigrationContext = {
db: Database;
schema: MigrationSchema;
};
Runtime context passed to migration up/down handlers.
type MigrationContext = {
db: Database;
schema: MigrationSchema;
};