prorm API Reference
    Preparing search index...

    Interface CollateOptions

    Options for column-level collation

    interface CollateOptions {
        collate?: string;
        primaryKey?: boolean;
        unique?: boolean;
    }
    Index
    collate?: string

    The collation to apply to the column

    primaryKey?: boolean

    Whether this is a primary key column

    unique?: boolean

    Whether this column should be unique