Schema
Table
t_grouping_grp
Tablespace
(default)
Descriptions
The code of a group must be unique
Definition
ALTER TABLE public.t_grouping_grp
ADD CONSTRAINT c_uni_code_grp
UNIQUE (grp_code) NOT DEFERRABLE;
COMMENT ON CONSTRAINT c_uni_code_grp ON public.t_grouping_grp
IS 'The code of a group must be unique';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) |