mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-24 05:19:45 +08:00
@@ -1,6 +1,6 @@
|
||||
-- @file plugins/Sqlite/sql/createTable.sql
|
||||
-- @brief sqlite数据库创建表语句
|
||||
-- @since Beta v0.6.1
|
||||
-- @since Beta v0.6.3
|
||||
|
||||
-- @brief 创建成就数据表
|
||||
create table if not exists Achievements
|
||||
@@ -71,6 +71,21 @@ create table if not exists SpiralAbyss
|
||||
primary key (uid, id)
|
||||
);
|
||||
|
||||
-- @brief 创建幻想真境剧诗数据表
|
||||
create table if not exists RoleCombat
|
||||
(
|
||||
uid text,
|
||||
id integer,
|
||||
startTime text,
|
||||
endTime text,
|
||||
hasData boolean,
|
||||
hasDetailData boolean,
|
||||
stat text,
|
||||
detail text,
|
||||
updated text,
|
||||
primary key (uid, id)
|
||||
);
|
||||
|
||||
-- @brief 创建战绩数据表
|
||||
create table if not exists UserRecord
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user