删除无用代码 开发后台作者和笔记接口
This commit is contained in:
7
SQLREADME.md
Normal file
7
SQLREADME.md
Normal file
@@ -0,0 +1,7 @@
|
||||
#### 删除无用字段
|
||||
ALTER TABLE `business_note`
|
||||
DROP COLUMN `AUTHOR_AVATAR`,
|
||||
DROP COLUMN `UP_COUNT`,
|
||||
DROP COLUMN `STAR_COUNT`;
|
||||
|
||||
|
Reference in New Issue
Block a user