mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
6 lines
277 B
SQL
6 lines
277 B
SQL
DROP TABLE IF EXISTS `_PREFIX_wechat_fans`;
|
|
DROP TABLE IF EXISTS `_PREFIX_wechat_fans_tags`;
|
|
DROP TABLE IF EXISTS `_PREFIX_wechat_keys`;
|
|
DROP TABLE IF EXISTS `_PREFIX_wechat_media`;
|
|
DROP TABLE IF EXISTS `_PREFIX_wechat_news`;
|
|
DROP TABLE IF EXISTS `_PREFIX_wechat_news_article`; |