prorm API Reference
    Preparing search index...

    Interface DataTypeSET

    MySQL SET column data type

    interface DataTypeSET {
        toSql?: () => string;
        key: "SET";
        values: string[];
    }

    Hierarchy (View Summary)

    Index
    toSql?: () => string
    key: "SET"
    values: string[]