Magento - Tabelle

catalogrule_product

catalogrule_product Spalten: sub_simple_action sub_discount_amount fehlen in der Version 2.1.2 SQL
REPLACE INTO mage2pd.catalogrule_product
(rule_product_id,rule_id,from_time,to_time,customer_group_id,product_id,
action_operator,action_amount,action_stop,sort_order,website_id) 
SELECT
rule_product_id,rule_id,from_time,to_time,customer_group_id,product_id,
action_operator,action_amount,action_stop,sort_order,website_id
FROM pool5.catalogrule_product;

^