添加 AppCharacter 表

This commit is contained in:
BTMuli
2023-06-01 19:51:40 +08:00
parent 7aa8ec0240
commit 7ddbe149c1
5 changed files with 168 additions and 19 deletions

View File

@@ -42,7 +42,8 @@ create table if not exists AppCharacters
star integer,
element text,
weapon text,
nameCard text default ''
nameCard text,
updated text
);
-- @brief 创建应用数据表