import { type MigrationParams } from "https://dotland.deno.dev/x/pg_mem@3.0.2/migrate/migrate-interfaces.ts";
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.