Schema
Table
tr_taxon_tax
Tablespace
(default)
Descriptions
Le couple référentiel / libellé est unique
Definition
ALTER TABLE public.tr_taxon_tax
ADD CONSTRAINT c_uni_ref_libelle_tax
UNIQUE (tax_ref_id, tax_libelle) NOT DEFERRABLE;
COMMENT ON CONSTRAINT c_uni_ref_libelle_tax ON public.tr_taxon_tax
IS 'Le couple référentiel / libellé est unique';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) |