sip_account_system_preference_overrides

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
sip_account_system_preference_override_id INT 10 null
sip_account_id INT 10 null
sip_accounts.sip_account_id sip_account_system_preference_overrides_ibfk_1 C

Foreign key to sip_accounts.sip_account_id

variable VARCHAR 80 null

System preference name

value VARCHAR 80 null

System preference value

Indexes

Constraint Name Type Sort Column(s)
sip_account_system_preference_overrides_s_pk Primary key Asc sip_account_system_preference_override_id
PRIMARY Must be unique Asc sip_account_system_preference_override_id
sip_account Must be unique Asc/Asc sip_account_system_preference_override_id + sip_account_id
sip_account_system_preference_overrides_ibfk_1 Performance Asc sip_account_id

Relationships