mirror of
https://github.com/201206030/novel-plus.git
synced 2026-01-19 15:01:01 +08:00
1 line
103 B
Java
1 line
103 B
Java
alter table news add column `read_count` BIGINT NOT NULL DEFAULT '0' COMMENT '阅读量' after content; |