This website works better with JavaScript
Home
Explore
Help
Register
Sign In
sixshop
/
news
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
819b5d40ae
Branches
Tags
main
v1.x
v0.1.9
v0.1.8
v1.0.0
news
/
config
/
uninstall.sql
uninstall.sql
124 B
History
Raw
1
2
3
4
5
-- 删除资讯文章表
DROP TABLE IF EXISTS `cy_news`;
-- 删除资讯分类表
DROP TABLE IF EXISTS `cy_news_category`;