Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('res_users_settings_id_seq'::regclass) |
|
|
|||||
| user_id | int4 | 10 | null |
|
|
User |
|||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
||||
| voice_active_duration | int4 | 10 | √ | null |
|
|
Duration of voice activity in ms |
||||
| push_to_talk_key | varchar | 2147483647 | √ | null |
|
|
Push-To-Talk shortcut |
||||
| bool | 1 | √ | null |
|
|
Is discuss sidebar category channel open? |
|||||
| bool | 1 | √ | null |
|
|
Is discuss sidebar category chat open? |
|||||
| use_push_to_talk | bool | 1 | √ | null |
|
|
Use the push to talk feature |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| res_users_settings_pkey | Primary key | Asc | id |
| res_users_settings_unique_user_id | Must be unique | Asc | user_id |

