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

UDTEntity

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

UDT's parent is a schema.

interface UDTEntity {
customFeatures?: {
[key: string]: any;
}
;
udtBody?: string;
udtSqlCode?: string;
}

§Properties

§
customFeatures?: {
[key: string]: any;
}
[src]

Custom engine specific features.

§
udtBody?: string
[src]

The SQL code which creates the udt body.

§
udtSqlCode?: string
[src]

The SQL code which creates the udt.