variable_usage_types

2 rows


Description

(Enum) When a variable is used in a section, whether to inject the value of the variable or the location where the value is injected elsewhere in the doc.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int4 10 null
variable_section_default_values.usage_type_id variable_section_default_values_usage_type_id_fkeyR
variable_section_values.usage_type_id variable_section_values_usage_type_id_fkeyR
name text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
variable_usage_types_pkey Primary key Asc id
variable_usage_types_name_key Must be unique Asc name

Relationships