Home > extract-pg-schema > ForeignTableColumnType
ForeignTableColumnType type
Column type in a foreign table.
Signature:
typescript
export type ForeignTableColumnType = {
fullName: string;
kind: "base" | "range" | "domain" | "composite" | "enum";
};