db_ofb
Previous topic Chapter index Next topic

Index: c_uni_libelle_rol

 

 

Schema

public

 

Table

tr_role_rol

 

Tablespace

(default)

 

Descriptions

Le libellé d'un role doit être unique

 

Definition

ALTER TABLE public.tr_role_rol
 ADD CONSTRAINT c_uni_libelle_rol
   UNIQUE (rol_libelle) NOT DEFERRABLE;

COMMENT ON CONSTRAINT c_uni_libelle_rol ON public.tr_role_rol
IS 'Le libellé d''un role doit être unique';

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