prorm API Reference
    Preparing search index...

    Interface UUIDOptions

    Options for UUID type

    interface UUIDOptions {
        defaultValue?: string;
    }
    Index
    defaultValue?: string

    Use gen_random_uuid() for default value (PostgreSQL 13+)