pggeodb.nancy.inra.fr/db_woodseer - db_woodseer on pggeodb.nancy.inra.fr
Previous topic Chapter index Next topic

Index: c_uni_code_nobj

 

 

Schema

public

 

Table

tr_nature_object_nobj

 

Tablespace

(default)

 

Descriptions

Unique code to identify the object nature

 

Definition

ALTER TABLE public.tr_nature_object_nobj
 ADD CONSTRAINT c_uni_code_nobj
   UNIQUE (nobj_code) NOT DEFERRABLE;

COMMENT ON CONSTRAINT c_uni_code_nobj ON public.tr_nature_object_nobj
IS 'Unique code to identify the object nature';

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23
Previous topic Chapter index Next topic