db_ofb
Previous topic Chapter index Next topic

Index: c_uni_nom_str

 

 

Schema

public

 

Table

tr_strate_str

 

Tablespace

(default)

 

Descriptions

Le champ str_nom est unique (pas de doublons)

 

Definition

ALTER TABLE public.tr_strate_str
 ADD CONSTRAINT c_uni_nom_str
   UNIQUE (str_nom) NOT DEFERRABLE;

COMMENT ON CONSTRAINT c_uni_nom_str ON public.tr_strate_str
IS 'Le champ str_nom est unique (pas de doublons)';

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