ColumnMetadata
import type { ColumnMetadata } from "https://raw.githubusercontent.com/jakajancar/pgc4d/master/src/mod.ts";
interface ColumnMetadata {
name: string;
tableOid: number;
typeMod: number;
typeOid: number;
typeSize: number;
}import type { ColumnMetadata } from "https://raw.githubusercontent.com/jakajancar/pgc4d/master/src/mod.ts";