Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('actor.workstation_setting_id_seq'::regclass) |
|
|
|||||
workstation | int4 | 10 | null |
|
|
||||||
name | text | 2147483647 | null |
|
|
||||||
value | json | 2147483647 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
workstation_setting_pkey | Primary key | Asc | id |
actor_workstation_setting_workstation_idx | Performance | Asc | workstation |
ws_once_per_key | Must be unique | Asc/Asc | workstation + name |