A database view definition for the logical table.
-
Description
- Specifies an optional underlying view statement for the logical table. This can have specific cases of view syntax by database adapter or the same for all adapters by specifying the adapter to "*".
- Properties
-
-
autoupdated : boolean
-
Should the view contents be updated automatically.
Applies only to "query" table type, always "true" otherwise.
- Content
-
- Parents
-
-
Table - The definition of a table or view in the logical database schema.
-
CreateTable - Add a new table to the schema.