mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 22:43:25 +08:00
12 lines
576 B
Plaintext
12 lines
576 B
Plaintext
-- 删除自定义交易组件表
|
|
drop table WeChatTransactionComponentAuditCategory;
|
|
drop table WeChatTransactionComponentAuditCategoryAuditLog;
|
|
drop table WeChatTransactionComponentBrandAudit;
|
|
drop table WeChatTransactionComponentBrandAuditLog;
|
|
drop table WeChatTransactionComponentDeliveryCompany;
|
|
drop table WeChatTransactionComponentGood;
|
|
drop table WeChatTransactionComponentGoodAuditLog;
|
|
drop table WeChatTransactionComponentGoodSKU;
|
|
drop table WeChatTransactionComponentOrder;
|
|
drop table WeChatTransactionComponentThirdCategory;
|
|
drop table CoreCmsCheckBeforeAddOrder; |