prorm API Reference
    Preparing search index...

    Interface TableCollateOptions

    Options for table-level collation

    interface TableCollateOptions {
        collate?: string;
        engine?: string;
        comment?: string;
    }
    Index
    collate?: string

    Table collation

    engine?: string

    Table engine (MySQL)

    comment?: string

    Table comment