From a4f7042b87f5dc0fb2ec9f4b336ace8b02caea96 Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <773861846@qq.com> Date: Sun, 22 Nov 2020 18:06:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/novel_plus.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sql/novel_plus.sql b/sql/novel_plus.sql index 883f235..a544e18 100644 --- a/sql/novel_plus.sql +++ b/sql/novel_plus.sql @@ -1868,3 +1868,5 @@ CREATE TABLE `author_income` ( alter table book add column `yesterday_buy` int(11) DEFAULT '0' COMMENT '昨日订阅数' after comment_count; + +alter table book_index add column `book_price` int(3) DEFAULT 0 COMMENT '章节费用(屋币)' after `is_vip`; \ No newline at end of file