MageSmith

📦 Magento_CatalogRule · engine innodb

catalogrule_product

CatalogRule Product

Columns (11)

NameTypeNullDefaultComment
rule_product_id PKint unsignednoRule Product ID
rule_id int unsignedno0Rule ID
from_time int unsignedno0From Time
to_time int unsignedno0To time
customer_group_id int yes
product_id int unsignedno0Product ID
action_operator varchar(10) yesto_fixedAction Operator
action_amount decimal no0Action Amount
action_stop smallint no0Action Stop
sort_order int unsignedno0Sort Order
website_id smallint unsignednoWebsite ID

Keys & indexes

Primary key: rule_product_id

Unique

  • UNQ_EAA51B56FF092A0DCB795D1CEF812B7B (rule_id, from_time, to_time, website_id, customer_group_id, product_id, sort_order)

Indexes

  • CATALOGRULE_PRODUCT_CUSTOMER_GROUP_ID (customer_group_id) btree
  • CATALOGRULE_PRODUCT_WEBSITE_ID (website_id) btree
  • CATALOGRULE_PRODUCT_FROM_TIME (from_time) btree
  • CATALOGRULE_PRODUCT_TO_TIME (to_time) btree
  • CATALOGRULE_PRODUCT_PRODUCT_ID (product_id) btree