mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-11 03:36:40 +00: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