Skip to main content
Go to Latest
interface CreateMaterializedViewStatement
import { type CreateMaterializedViewStatement } from "https://deno.land/x/pgsql_ast_parser@10.5.2/index.ts";

Properties

type: "create materialized view"
optional
tablespace: Name
optional
withData: boolean
optional
ifNotExists: boolean