Skip to main content
Version: Next

DatabaseView

Index

Properties

definition

definition: string

optionalindexes

indexes?: IndexDef[]

Indexes on the materialized view. Only materialized views support indexes.

optionalmaterialized

materialized?: boolean

True if this is a materialized view (PostgreSQL only).

name

name: string

optionalschema

schema?: string

optionalwithData

withData?: boolean

For materialized views, whether data was populated on creation.