opencart 清空数据sql命令

TRUNCATE TABLE `oc_attribute`;  
TRUNCATE TABLE `oc_attribute_description`;  
TRUNCATE TABLE `oc_attribute_group`;  
TRUNCATE TABLE `oc_attribute_group_description`;  
TRUNCATE TABLE `oc_category`;  
TRUNCATE TABLE `oc_category_description`;  
TRUNCATE TABLE `oc_category_filter`;  
TRUNCATE TABLE `oc_category_path`;  
TRUNCATE TABLE `oc_category_to_layout`;  
TRUNCATE TABLE `oc_category_to_store`;  
TRUNCATE TABLE `oc_customer`;  
TRUNCATE TABLE `oc_customer_ip`;  
TRUNCATE TABLE `oc_customer_login`;  

TRUNCATE TABLE `oc_order`;  
TRUNCATE TABLE `oc_order_history`;  
TRUNCATE TABLE `oc_order_option`;  
TRUNCATE TABLE `oc_order_product`;  
TRUNCATE TABLE `oc_order_total`;  
TRUNCATE TABLE `oc_option`;  
TRUNCATE TABLE `oc_option_description`;  
TRUNCATE TABLE `oc_option_value`;  
TRUNCATE TABLE `oc_option_value_description`;  
TRUNCATE TABLE `oc_product`;  
TRUNCATE TABLE `oc_product_attribute`;  
TRUNCATE TABLE `oc_product_description`;  
TRUNCATE TABLE `oc_product_discount`;  
TRUNCATE TABLE `oc_product_image`;  
TRUNCATE TABLE `oc_product_option`;  
TRUNCATE TABLE `oc_product_option_value`;  
TRUNCATE TABLE `oc_product_reward`;  
TRUNCATE TABLE `oc_product_special`;  
TRUNCATE TABLE `oc_product_to_category`;  
TRUNCATE TABLE `oc_product_to_download`;  
TRUNCATE TABLE `oc_product_to_layout`;  
TRUNCATE TABLE `oc_product_to_store`;  
TRUNCATE TABLE `oc_manufacturer`;
TRUNCATE TABLE `oc_manufacturer_to_store`;
TRUNCATE TABLE `oc_seo_url`;
TRUNCATE TABLE `oc_session`;

TRUNCATE TABLE `oc_dqc_statistic`;  
(0)
jecksmith2024jecksmith2024
上一篇 2024 年 9 月 15 日
下一篇 2024 年 9 月 19 日

相关文章