Schema
public
Table
tr_classement_clas
Tablespace
(default)
Descriptions
L'arborescence ltree du classement est unique
Definition
ALTER TABLE public.tr_classement_clas
ADD CONSTRAINT c_uni_tree_clas
UNIQUE (clas_tree) NOT DEFERRABLE;
COMMENT ON CONSTRAINT c_uni_tree_clas ON public.tr_classement_clas
IS 'L''arborescence ltree du classement est unique';
This file was generated with SQL Manager 2011 for PostgreSQL (www.pgsqlmanager.com) at 28/03/2012 14:37 |