db_ofb
Previous topic Chapter index Next topic

Index: c_uni_nom_prot

 

 

Schema

public

 

Table

tr_protocole_prot

 

Tablespace

(default)

 

Descriptions

Le nom du protocole doit ĂȘtre unique

 

Definition

ALTER TABLE public.tr_protocole_prot
 ADD CONSTRAINT c_uni_nom_prot
   UNIQUE (prot_nom) NOT DEFERRABLE;

COMMENT ON CONSTRAINT c_uni_nom_prot ON public.tr_protocole_prot
IS 'Le nom du protocole doit ĂȘtre unique';

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com)
Previous topic Chapter index Next topic