Schema
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) at 07/12/2018 13:23 |