Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('sip.account_id_seq'::regclass) |
|
|
|||||
| enabled | bool | 1 | true |
|
|
||||||
| setting_group | int4 | 10 | null |
|
|
||||||
| sip_username | text | 2147483647 | null |
|
|
||||||
| usr | int8 | 19 | null |
|
|
||||||
| workstation | int4 | 10 | √ | null |
|
|
|||||
| transient | bool | 1 | false |
|
|
||||||
| activity_who | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| account_pkey | Primary key | Asc | id |
| account_sip_username_key | Must be unique | Asc | sip_username |
