prorm API Reference
    Preparing search index...

    Interface JSONColumnOptions

    Options for JSON column in MySQL

    interface JSONColumnOptions {
        validate?: boolean;
        unescapedUnicode?: boolean;
        compact?: boolean;
    }
    Index
    validate?: boolean

    Whether to validate JSON format on insert/update

    unescapedUnicode?: boolean

    Whether to use JSON unescaped Unicode mode

    compact?: boolean

    Whether to use compact JSON output