db_globoxylo
Previous topic Chapter index Next topic

Index: c_uni_symbol_uni

 

 

Schema

public

 

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)
Previous topic Chapter index Next topic