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