prorm API Reference
    Preparing search index...

    Interface DataTypeDate

    A timestamp, with time zone where the engine supports one.

    interface DataTypeDate {
        toSql?: () => string;
        key: "DATE";
        precision?: number;
        timezone?: boolean;
    }

    Hierarchy (View Summary)

    Index
    toSql?: () => string
    key: "DATE"
    precision?: number
    timezone?: boolean