db_toff on pggeodb.nancy.inra.fr
Previous topic Chapter index Next topic

Index: c_uni_email_per

 

 

Schema

public

 

Table

t_person_per

 

Tablespace

(default)

 

Descriptions

Person email is unique / L'adresse mail d'une personne est unique

 

Definition

ALTER TABLE public.t_person_per
 ADD CONSTRAINT c_uni_email_per
   UNIQUE (per_email) NOT DEFERRABLE;

COMMENT ON CONSTRAINT c_uni_email_per ON public.t_person_per
IS 'Person email is unique / L''adresse mail d''une personne est unique';

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 19/06/2019 10:17
Previous topic Chapter index Next topic