Schema
Table
t_acquisition_acq
Descriptions
an acquisition must be associated to one and only one object
Definition
FOREIGN KEY (acq_obj_id)
REFERENCES public.t_object_obj(obj_id)
ON DELETE NO ACTION
ON UPDATE NO ACTION
NOT DEFERRABLE
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |