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
sql/20201122.sql
Normal file
1
sql/20201122.sql
Normal file
@@ -0,0 +1 @@
|
||||
alter table book_index add column `book_price` int(3) DEFAULT 0 COMMENT '章节费用(屋币)' after `is_vip`;
|
||||
Reference in New Issue
Block a user