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

MaterializedViewEntity

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

MaterializedView's parent is a schema.

interface MaterializedViewEntity {
customFeatures?: {
[key: string]: any;
}
;
sqlCode?: string;
}

§Properties

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

Custom engine specific features.

§
sqlCode?: string
[src]

The SQL code which creates the view.