cof_labelentry

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
cof_labelentry_id numeric 10 null
cof_labelentry_uu varchar 36 NULL::character varying
ad_client_id numeric 10 null
ad_org_id numeric 10 null
isactive bpchar 1 'Y'::bpchar
created timestamp 29,6 null
createdby numeric 10 null
updated timestamp 29,6 null
updatedby numeric 10 null
value varchar 40 null
name varchar 60 NULL::character varying
cof_label_id numeric 10 null
cof_label.cof_label_id coflabel_coflabelentry R
ad_table_id numeric 10 NULL::numeric
ad_table.ad_table_id adtable_coflabelentry R
record_id numeric 10 NULL::numeric
status varchar 255 NULL::character varying
issotrx bpchar 1 NULL::bpchar
m_locator_id numeric 10 NULL::numeric
m_locator.m_locator_id mlocator_coflabelentry R
cof_producttypeentry varchar 2 NULL::character varying
ad_tableline_id numeric 10 null
recordline_id numeric 10 null
cof_processed bpchar 1 'N'::bpchar
cof_barcodevalue varchar 100 NULL::character varying
cof_labelconfig_id numeric 10 NULL::numeric
cof_labelconfig.cof_labelconfig_id coflabelconfig_coflabelentry R

Indexes

Constraint Name Type Sort Column(s)
cof_labelentry_key Primary key Asc cof_labelentry_id
cof_labelentry_uu_idx Must be unique Asc cof_labelentry_uu

Check Constraints

Constraint Name Constraint
cof_labelentry_cof_processed_check ((cof_processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
cof_labelentry_issotrx_check ((issotrx = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
cof_labelentry_isactive_check ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))

Relationships