prorm API Reference
    Preparing search index...

    Interface DataTypeBlob

    Binary data. The size variants map to the engine's own blob types.

    interface DataTypeBlob {
        toSql?: () => string;
        key: "BLOB";
        length?: "tiny" | "medium" | "long";
    }

    Hierarchy (View Summary)

    Index
    toSql?: () => string
    key: "BLOB"
    length?: "tiny" | "medium" | "long"