copy_location_order

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('asset.copy_location_order_id_seq'::regclass)
location int4 10 null
copy_location.id copy_location_order_location_fkey C
org int4 10 null
org_unit.id copy_location_order_org_fkey C
position int4 10 0

Indexes

Constraint Name Type Sort Column(s)
copy_location_order_pkey Primary key Asc id
acplo_once_per_org Must be unique Asc/Asc location + org

Relationships