Schema
Table
t_service_serv
Tablespace
(default)
Descriptions
Contrainte d'unicité sur le code du service.
Definition
ALTER TABLE application.t_service_serv
ADD CONSTRAINT c_uni_code_serv
UNIQUE (serv_code) NOT DEFERRABLE;
COMMENT ON CONSTRAINT c_uni_code_serv ON application.t_service_serv
IS 'Contrainte d''unicité sur le code du service.';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) |