telephony_account

64 rows


Description

Таблица с аккаунтами телефонии

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int4 10 null
telephony_user.telephony_account_id fk_c47619eaf14c44b5 R
account_id int4 10 null
account.id fk_3a0a68a29b6b5fba R

Связь ст таблицей “account”

name varchar 255 'sipuni'::character varying

Название провайдера телефонии (sipuni, uis и т.д.)

settings jsonb 2147483647 '{}'::jsonb

JSON-настройки, специфичные для провайдера

Indexes

Constraint Name Type Sort Column(s)
telephony_account_pkey Primary key Asc id
idx_telephony_account_account Performance Asc account_id
idx_telephony_account_account_name Performance Asc/Asc account_id + name
idx_telephony_account_name Performance Asc name

Relationships