prorm API Reference
    Preparing search index...

    Interface DataTypeUUID

    A UUID, stored natively where the engine has the type and as a 36-character string where it does not.

    interface DataTypeUUID {
        toSql?: () => string;
        key: "UUID";
    }

    Hierarchy (View Summary)

    Index
    toSql?: () => string
    key: "UUID"