prorm API Reference
    Preparing search index...

    Interface MigrationMeta

    Migration metadata interface

    interface MigrationMeta {
        id?: number;
        name: string;
        timestamp: number;
        batch: number;
    }
    Index
    id?: number

    Unique identifier for the migration

    name: string

    Name of the migration

    timestamp: number

    Timestamp when the migration was executed

    batch: number

    Batch number for grouping migrations