Schema
Table
tr_role_rol
Tablespace
(default)
Descriptions
The label of a role must be unique
Definition
ALTER TABLE public.tr_role_rol
ADD CONSTRAINT c_uni_label_rol
UNIQUE (rol_label) NOT DEFERRABLE;
COMMENT ON CONSTRAINT c_uni_label_rol ON public.tr_role_rol
IS 'The label of a role must be unique';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) |