Interface INewMigrationInfo

Information, which can be used to create a new migration file.

interface INewMigrationInfo {
    filename: string;
    name: string;
    timestamp: number;
}

Properties

filename: string

The sanitized base (file-)name without extension.

name: string

The name.

timestamp: number

The timestamp.

Generated using TypeDoc