Interface IPostgreSQLMigration

A migration for a PostgreSQL database.

interface IPostgreSQLMigration {
    module: IPostgreSQLMigrationModule;
    name: string;
    timestamp: number;
}

Properties

Properties

The underlying module.

name: string

The name.

timestamp: number

The UNIX timestamp in ms.

Generated using TypeDoc