prorm API Reference
    Preparing search index...

    Interface FdwForeignTableColumnDef

    One column of a foreign table, including the remote name when it differs.

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