Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKeyForeignKeyColumnMapping

import type { GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKeyForeignKeyColumnMapping } from "https://googleapis.deno.dev/v1/datacatalog:v1.ts";

Column mapping for a Spanner foreign key.

interface GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKeyForeignKeyColumnMapping {
readonly column?: string;
readonly referenceColumn?: string;
}

§Properties

§
readonly column?: string
[src]

Output only. The column in the current table that is part of the foreign key.

§
readonly referenceColumn?: string
[src]

Output only. The column in the referenced table that is part of the foreign key.