diff --git a/nonebot_plugin_arktools/src/core/database/game_sqlite.py b/nonebot_plugin_arktools/src/core/database/game_sqlite.py index 3e3895c..5b37dbd 100644 --- a/nonebot_plugin_arktools/src/core/database/game_sqlite.py +++ b/nonebot_plugin_arktools/src/core/database/game_sqlite.py @@ -54,6 +54,7 @@ class CharacterModel(Model): potentialRanks = fields.JSONField(null=True) favorKeyFrames = fields.JSONField(null=True) allSkillLvlup = fields.JSONField(null=True) + displayTokenDict = fields.JSONField(null=True) class Meta: table = "character"