Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('actor.org_unit_setting_id_seq'::regclass) |
|
|
|||||
| org_unit | int4 | 10 | null |
|
|
||||||
| name | text | 2147483647 | null |
|
|
||||||
| value | text | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| org_unit_setting_pkey | Primary key | Asc | id |
| actor_org_unit_setting_usr_idx | Performance | Asc | org_unit |
| ou_once_per_key | Must be unique | Asc/Asc | org_unit + name |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| aous_must_be_json | (is_json(value)) |
