prorm API Reference
    Preparing search index...

    Interface MigratorResult

    MigratorResult result

    interface MigratorResult {
        executed: number;
        reverted: number;
        migrations: string[];
    }
    Index
    executed: number

    Number of migrations executed

    reverted: number

    Number of migrations reverted

    migrations: string[]

    Array of migration names