@earth-app/collegedb
    Preparing search index...

    Interface NextIdOptions

    Options for nextId.

    1.2.4

    interface NextIdOptions {
        column?: string;
        min?: number;
    }
    Index
    column?: string

    Primary-key column to scan for the current maximum (default: id)

    min?: number

    Lower bound applied to the returned id (never returns below min)