controlled_vocab_entry_settings


Description

More data about a controlled vocabulary entry, including localized properties such as the actual word or phrase.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
controlled_vocab_entry_setting_id BIGINT UNSIGNED 20 null
controlled_vocab_entry_id BIGINT 19 null
controlled_vocab_entries.controlled_vocab_entry_id c_v_e_s_entry_idC
locale VARCHAR 14 ''
setting_name VARCHAR 255 null
setting_value MEDIUMTEXT 16777215 NULL
setting_type VARCHAR 6 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc controlled_vocab_entry_setting_id
c_v_e_s_entry_id Performance Asc controlled_vocab_entry_id
c_v_e_s_pkey Must be unique Asc/Asc/Asc controlled_vocab_entry_id + locale + setting_name

Relationships