Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | null |
|
|
||||||
| account_id | int4 | 10 | null |
|
|
Связь ст таблицей “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 |

