prorm API Reference
    Preparing search index...

    Interface ForeignTableColumnDef

    Column definition for a foreign table

    interface ForeignTableColumnDef {
        type: string;
        options?: string;
    }
    Index
    type: string

    SQL type as a raw string, e.g. 'INTEGER', 'TEXT', 'VARCHAR(255)'

    options?: string

    Optional per-column OPTIONS clause, e.g. 'OPTIONS (column_name "remote_col")'