Schema
Table
tr_referentiel_ref
Tablespace
(default)
Descriptions
Le code du référentiel est unique
Definition
ALTER TABLE public.tr_referentiel_ref
ADD CONSTRAINT c_uni_code_ref
UNIQUE (ref_code) NOT DEFERRABLE;
COMMENT ON CONSTRAINT c_uni_code_ref ON public.tr_referentiel_ref
IS 'Le code du référentiel est unique';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) |