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

Index: c_uni_code_proj

 

 

Schema

public

 

Table

t_project_proj

 

Tablespace

(default)

 

Descriptions

The code of a project must be unique

 

Definition

ALTER TABLE public.t_project_proj
 ADD CONSTRAINT c_uni_code_proj
   UNIQUE (proj_code) NOT DEFERRABLE;

COMMENT ON CONSTRAINT c_uni_code_proj ON public.t_project_proj
IS 'The code of a project must be unique';

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