mirror of
https://gitee.com/novel_dev_team/novel-plus
synced 2026-07-20 17:54:59 +08:00
实现小说内容多种存储方式(txt、db..)并存
This commit is contained in:
3
doc/sql/20210913.sql
Normal file
3
doc/sql/20210913.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
alter table book_index add column storage_type varchar(10) NOT NULL DEFAULT 'db' COMMENT '存储方式' after book_price ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user