Schema
Table
tr_entite_ent
Tablespace
(default)
Descriptions
Le champ ent_sigle ne peut contenir de doublons.
Definition
ALTER TABLE public.tr_entite_ent
ADD CONSTRAINT c_uni_sigle_ent
UNIQUE (ent_sigle) NOT DEFERRABLE;
COMMENT ON CONSTRAINT c_uni_sigle_ent ON public.tr_entite_ent
IS 'Le champ ent_sigle ne peut contenir de doublons.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |