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