Schema
Table
t_role_rol
Tablespace
(default)
Descriptions
Unicité sur le libellé du rôle.
Definition
ALTER TABLE application.t_role_rol
ADD CONSTRAINT c_uni_libelle_rol
UNIQUE (rol_libelle) NOT DEFERRABLE;
COMMENT ON CONSTRAINT c_uni_libelle_rol ON application.t_role_rol
IS 'Unicité sur le libellé du rôle.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) |