mirror of
https://github.com/201206030/novel-plus.git
synced 2026-01-19 06:51:02 +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