Error: Failed to load processor TOC
No macro or processor named 'TOC' found

Table product_prices

Description

Stores the price of the product.

Table Details

Columns

FieldTypeDescription
idint(10) unsignedA unique, auto incremented value, to identify each product_prices record.
product_idint(10) unsignedCross-reference link to the products table.
pricedecimal(10,2)The product price.
currency_idint(11)Cross-reference link to the currencies table.
valid_ondatetime
expires_ondatetime
createdtimestampThe date that this record was added.
modifiedtimestampThe last modification date of this record.
customer_group_idint(10) unsignedCross-reference link to the customer_group table.

Indexes

FieldType
idPRIMARY