db_ofb
Previous topic Chapter index Next topic

Index: c_uni_code_str

 

 

Schema

public

 

Table

tr_strate_str

 

Tablespace

(default)

 

Descriptions

Le champ str_code_num est unique (pas de doublons)

 

Definition

ALTER TABLE public.tr_strate_str
 ADD CONSTRAINT c_uni_code_str
   UNIQUE (str_code_num) NOT DEFERRABLE;

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

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