1
0
mirror of https://github.com/201206030/novel-plus.git synced 2025-06-03 05:28:30 +00:00

4 lines
125 B
Java

alter table book_index add column storage_type varchar(10) NOT NULL DEFAULT 'db' COMMENT '存储方式' after book_price ;