import { type IMigrate } from "https://dotland.deno.dev/x/pg_mem@2.6.7/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.
optional
migrations: readonly MigrationData[]Migration data read from migrations folder. migrationsPath
will be ignored if this is
provided.