usr_org_unit_opt_in

-1 rows


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
org_unit.id usr_org_unit_opt_in_org_unit_fkey R
usr int4 10 null
usr.id usr_org_unit_opt_in_usr_fkey R
staff int4 10 null
usr.id usr_org_unit_opt_in_staff_fkey R
opt_in_ts timestamptz 35,6 now()
opt_in_ws int4 10 null
workstation.id usr_org_unit_opt_in_opt_in_ws_fkey R

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

Relationships