copy_inventory

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('asset.copy_inventory_id_seq'::regclass)
inventory_workstation int4 10 null
workstation.id copy_inventory_inventory_workstation_fkey R
inventory_date timestamptz 35,6 now()
copy int8 19 null

Indexes

Constraint Name Type Sort Column(s)
copy_inventory_pkey Primary key Asc id
asset_copy_inventory_date_once_per_copy Must be unique Asc/Asc inventory_date + copy
copy_inventory_copy_idx Performance Asc copy

Relationships