Schema
Table
tr_taxonomic_referential_ref
Tablespace
(default)
Descriptions
The code of the referential is unique
Definition
ALTER TABLE public.tr_taxonomic_referential_ref
ADD CONSTRAINT c_uni_code_ref
UNIQUE (ref_code) NOT DEFERRABLE;
COMMENT ON CONSTRAINT c_uni_code_ref ON public.tr_taxonomic_referential_ref
IS 'The code of the referential is unique';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |