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