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

ViewEntity

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

View's parent is a schema.

interface ViewEntity {
constraints?: ConstraintEntity[];
customFeatures?: {
[key: string]: any;
}
;
sqlCode?: string;
}

§Properties

§
constraints?: ConstraintEntity[]
[src]

View constraints.

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

Custom engine specific features.

§
sqlCode?: string
[src]

The SQL code which creates the view.