prorm API Reference
    Preparing search index...

    Interface DataTypeBoolean

    A boolean. Engines without a native boolean store it as a small integer or a single character; the dialect handles the conversion.

    interface DataTypeBoolean {
        toSql?: () => string;
        key: "BOOLEAN";
    }

    Hierarchy (View Summary)

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