Schema
Table
tr_study_zone_zon
Tablespace
(default)
Descriptions
The complete tree structure of a study zone must be unique
Definition
ALTER TABLE public.tr_study_zone_zon
ADD CONSTRAINT c_uni_tree_zon
UNIQUE (zon_tree) NOT DEFERRABLE;
COMMENT ON CONSTRAINT c_uni_tree_zon ON public.tr_study_zone_zon
IS 'The complete tree structure of a study zone must be unique';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |