Table products

Description

Contains all the information about a given product.

Columns

FieldTypeDescription
idint(10)A unique, auto incremented value, to identify each customer record.
manufacturer_idint(10)Cross-reference link to the manufacturers table
parent_idint(10)
skuvarchar(64)
publishchar(1)
weightdecimal(10,4)The weight of the product.
weight_uomvarchar(32)
lengthdecimal(10,4)
widthdecimal(10,4)
heightdecimal(10,4)
lwh_uomvarchar(32)
quantityint(10)
available_datedate
specialchar(1)
created_ontimestamp
modified_ontimestamp