Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('actor.usr_org_unit_opt_in_id_seq'::regclass) |
|
|
|||||
org_unit | int4 | 10 | null |
|
|
||||||
usr | int4 | 10 | null |
|
|
||||||
staff | int4 | 10 | null |
|
|
||||||
opt_in_ts | timestamptz | 35,6 | now() |
|
|
||||||
opt_in_ws | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
usr_org_unit_opt_in_pkey | Primary key | Asc | id |
usr_opt_in_once_per_org_unit | Must be unique | Asc/Asc | usr + org_unit |
usr_org_unit_opt_in_staff_idx | Performance | Asc | staff |