Schema
Table
tr_operateur_ope
Tablespace
(default)
Descriptions
Le couple nom / prénom d'un opérateur doit être unique
Definition
ALTER TABLE public.tr_operateur_ope
ADD CONSTRAINT c_uni_nom_prenom_ope
UNIQUE (ope_nom, ope_prenom) NOT DEFERRABLE;
COMMENT ON CONSTRAINT c_uni_nom_prenom_ope ON public.tr_operateur_ope
IS 'Le couple nom / prénom d''un opérateur doit être unique';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) |