mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-27 05:49:45 +08:00
✨ 添加 AppCharacter 表
This commit is contained in:
@@ -42,7 +42,8 @@ create table if not exists AppCharacters
|
||||
star integer,
|
||||
element text,
|
||||
weapon text,
|
||||
nameCard text default '无'
|
||||
nameCard text,
|
||||
updated text
|
||||
);
|
||||
|
||||
-- @brief 创建应用数据表
|
||||
|
||||
Reference in New Issue
Block a user