🌱 深渊数据支持多用户,暂时不做用户切换

This commit is contained in:
BTMuli
2023-06-09 09:30:40 +08:00
parent 6a4ab1f0a0
commit ab7b6f72dc
4 changed files with 29 additions and 23 deletions

View File

@@ -83,7 +83,8 @@ create table if not exists NameCard
-- @brief 创建深渊数据表
create table if not exists SpiralAbyss
(
id integer primary key,
uid text,
id integer,
startTime text,
endTime text,
totalBattleTimes integer,
@@ -98,7 +99,8 @@ create table if not exists SpiralAbyss
normalSkillRank text,
energySkillRank text,
floors text,
updated text
updated text,
primary key (uid, id)
);
-- @brief 创建战绩数据表