Schema
Table
tr_nature_object_nobj
Tablespace
(default)
Descriptions
Unique code to identify the object nature
Definition
ALTER TABLE public.tr_nature_object_nobj
ADD CONSTRAINT c_uni_code_nobj
UNIQUE (nobj_code) NOT DEFERRABLE;
COMMENT ON CONSTRAINT c_uni_code_nobj ON public.tr_nature_object_nobj
IS 'Unique code to identify the object nature';
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |