cof_label

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
cof_label_id numeric 10 null
cof_labelentry.cof_label_id coflabel_coflabelentry R
cof_label_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
m_product_id numeric 10 NULL::numeric
m_product.m_product_id mproduct_coflabel R
qty numeric 0 null
serno varchar 40 NULL::character varying
lot varchar 40 NULL::character varying
m_locator_id numeric 10 null
m_locator.m_locator_id mlocator_coflabel R
guaranteedate timestamp 29,6 null
status varchar 2 null
value varchar 40 NULL::character varying
cof_emission varchar 2 NULL::character varying
m_attributesetinstance_id numeric 10 NULL::numeric
m_attributesetinstance.m_attributesetinstance_id mattributesetinstance_coflabel R
equipmentno varchar 2 null
isreplacement bpchar 1 null
processing bpchar 1 NULL::bpchar
processing2 bpchar 1 null
cof_isreprint bpchar 1 NULL::bpchar
m_lot_id numeric 10 NULL::numeric
m_lot.m_lot_id mlot_coflabel R

Indexes

Constraint Name Type Sort Column(s)
cof_label_key Primary key Asc cof_label_id
cof_label_uu_idx Must be unique Asc cof_label_uu

Check Constraints

Constraint Name Constraint
cof_label_cof_isreprint_check ((cof_isreprint = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
cof_label_isactive_check ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
cof_label_isreplacement_check ((isreplacement = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))

Relationships