Schema
Table
tr_standard_std
Tablespace
(default)
Descriptions
The name / version pair of a standard must be unique
Definition
ALTER TABLE public.tr_standard_std
ADD CONSTRAINT c_uni_name_version_std
UNIQUE (std_name, std_version) NOT DEFERRABLE;
COMMENT ON CONSTRAINT c_uni_name_version_std ON public.tr_standard_std
IS 'The name / version pair of a standard must be unique';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |