prorm API Reference
    Preparing search index...

    Interface PrormMigrationOptions

    PrormMigration options

    interface PrormMigrationOptions {
        prorm: Prorm;
        tableName?: string;
        schema?: string;
    }
    Index
    prorm: Prorm

    Prorm instance to use

    tableName?: string

    Table name for storing migration history

    schema?: string

    Schema for the migrations table