in_house_use

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('action.in_house_use_id_seq'::regclass)
item int8 19 null
staff int4 10 null
usr.id in_house_use_staff_fkey R
workstation int4 10 null
workstation.id in_house_use_workstation_fkey R
org_unit int4 10 null
org_unit.id in_house_use_org_unit_fkey R
use_time timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
in_house_use_pkey Primary key Asc id
action_in_house_use_staff_idx Performance Asc staff
action_in_house_use_ws_idx Performance Asc workstation

Relationships