mirror of
https://gitee.com/novel_dev_team/novel-plus
synced 2026-07-20 17:54:59 +08:00
增加新闻阅读数
This commit is contained in:
1
doc/sql/20210726.sql
Normal file
1
doc/sql/20210726.sql
Normal file
@@ -0,0 +1 @@
|
||||
alter table news add column `read_count` BIGINT NOT NULL DEFAULT '0' COMMENT '阅读量' after content;
|
||||
Reference in New Issue
Block a user