Contains information about view mapping modes.

Column

Data Type

Constraint

id

VARCHAR(40)

not null

(primary key)

The unique ID for a view mapping mode.

name

VARCHAR(64)

not null

The name of the view mapping mode.

description

VARCHAR(1024)

null

A description for the view mapping mode.

fallback_id

VARCHAR(40)

null

A default mode to use when this mode is not available.

 
loading table of contents...