ColumnMetadata
import type { ColumnMetadata } from "https://googleapis.deno.dev/v1/spanner:v1.ts";
Metadata for a column.
interface ColumnMetadata {
isPrimaryKey?: boolean;
name?: string;
ordinalPosition?: bigint;
type?: Type;
}import type { ColumnMetadata } from "https://googleapis.deno.dev/v1/spanner:v1.ts";
Metadata for a column.