import { type IMigrate } from "https://deno.land/x/pg_mem@2.6.6/migrate/migrate-interfaces.ts";
const { MigrationParams } = IMigrate;
Properties
If true, will force the migration API to rollback and re-apply the latest migration over again each time when Node.js app launches.
Path to the migrations folder. Default is path.join(process.cwd(), 'migrations')
optional
migrations: readonly MigrationData[]Migration data read from migrations folder. migrationsPath
will be ignored if this is
provided.