edge_custom_attribute_options


Columns

Column Type Children Parents Comments
id int8
custom_attribute_id int8
value varchar
label text
created_at timestamp
updated_at timestamp
company_id int8

The owning tenant’s ID. @example 1.

created_at_in_company_tz timestamp
updated_at_in_company_tz timestamp
company_timezone varchar

Indexes

Constraint Name Type Sort Column(s)
edge_custom_attribute_options_pkey Primary key Asc id
edge_custom_attribute_options_company_id_idx Performance Asc company_id
edge_custom_attribute_options_custom_attribute_id_idx Performance Asc custom_attribute_id

Relationships