Interface MigrationOptions

Hierarchy

  • MigrationOptions

Properties

databaseName?: string

The name of the database where the migration table is located. Default value is postgres.

migrationTable?: string

The name of the migration table. Default value is migrations.

migrationTableSchema?: string

The schema where the migration table is located. Default value is public.

timeoutInSeconds?: number

The timeout in seconds for the migration table lock. Default value is 60.

Generated using TypeDoc