You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
novel-system/doc/sql/20210726.sql

1 line
103 B

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