prorm API Reference
    Preparing search index...

    Interface SetColumnOptions

    MySQL SET column options

    interface SetColumnOptions {
        values: string[];
        name?: string;
    }
    Index
    values: string[]

    Array of allowed values for the SET column

    name?: string

    Optional name for the SET type (useful for custom types)