Schema
Table
tr_classification_cla
Tablespace
(default)
Descriptions
The ltree hierarchy of a classification is unique
Definition
ALTER TABLE public.tr_classification_cla
ADD CONSTRAINT c_uni_tree_cla
UNIQUE (cla_tree) NOT DEFERRABLE;
COMMENT ON CONSTRAINT c_uni_tree_cla ON public.tr_classification_cla
IS 'The ltree hierarchy of a classification is unique';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |