db_ofb
Previous topic Chapter index Next topic

Index: c_uni_tree_zon

 

 

Schema

public

 

Table

tr_zone_etude_zon

 

Tablespace

(default)

 

Descriptions

L'arborescence complète d'une zone d'étude doit être unique

 

Definition

ALTER TABLE public.tr_zone_etude_zon
 ADD CONSTRAINT c_uni_tree_zon
   UNIQUE (zon_tree) NOT DEFERRABLE;

COMMENT ON CONSTRAINT c_uni_tree_zon ON public.tr_zone_etude_zon
IS 'L''arborescence complète d''une zone d''étude doit être unique';

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