多租户商城-后台

30 lines
1023 B

-- 清空订单数据和营销活动数据
DELETE FROM cere_after_dilever;
DELETE FROM cere_after_product;
DELETE FROM cere_after_product_attribute;
DELETE FROM cere_buyer_coupon;
DELETE FROM cere_buyer_seckill_visit;
DELETE FROM cere_buyer_shop_coupon;
DELETE FROM cere_collage_order;
DELETE FROM cere_collage_order_detail;
DELETE FROM cere_order_after;
DELETE FROM cere_order_dilever;
DELETE FROM cere_order_return;
DELETE FROM cere_shop_coupon;
DELETE FROM cere_shop_coupon_detail;
DELETE FROM cere_order_parent;
DELETE FROM cere_order_product;
DELETE FROM cere_order_product_attribute;
DELETE FROM cere_order_reconciliation;
DELETE FROM cere_notice;
DELETE FROM cere_shop_discount;
DELETE FROM cere_shop_discount_detail;
DELETE FROM cere_shop_group_work;
DELETE FROM cere_shop_group_work_detail;
DELETE FROM cere_shop_order;
DELETE FROM cere_shop_seckill;
DELETE FROM cere_shop_seckill_detail;
DELETE FROM cere_shop_comment;
DELETE FROM cere_product_answer;
DELETE FROM cere_product_problem;
DELETE FROM cere_shop_cart;