Schema
Table
t_object_obj
Tablespace
(default)
Descriptions
The complete tree structure of an object must be unique for the same project
Definition
ALTER TABLE public.t_object_obj
ADD CONSTRAINT c_uni_tree_proj_obj
UNIQUE (obj_tree, obj_proj_id) NOT DEFERRABLE;
COMMENT ON CONSTRAINT c_uni_tree_proj_obj ON public.t_object_obj
IS 'The complete tree structure of an object must be unique for the same project';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |