novel-plus/doc/sql/20210726.sql
2021-07-26 19:06:57 +08:00

1 line
103 B
Java

alter table news add column `read_count` BIGINT NOT NULL DEFAULT '0' COMMENT '阅读量' after content;