mirror of
https://github.com/201206030/novel-plus.git
synced 2026-01-25 00:44:12 +08:00
1 line
114 B
Java
1 line
114 B
Java
alter table book_index add column `book_price` int(3) DEFAULT 0 COMMENT '章节费用(屋币)' after `is_vip`; |