Schema
Table
tr_protocol_prot
Tablespace
(default)
Descriptions
Protocol name must be unique
Definition
ALTER TABLE public.tr_protocol_prot
ADD CONSTRAINT c_uni_name_prot
UNIQUE (prot_name) NOT DEFERRABLE;
COMMENT ON CONSTRAINT c_uni_name_prot ON public.tr_protocol_prot
IS 'Protocol name must be unique';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |