add prism+ playlog support

This commit is contained in:
SoulGateKey
2025-04-02 12:42:40 +08:00
parent 3b7a577ea2
commit d598c8fba0
2 changed files with 29 additions and 0 deletions

View File

@@ -149,6 +149,7 @@ playlog = Table(
Column("extNum4", Integer),
Column("extBool1", Boolean), # new with buddies
Column("extBool2", Boolean), # new with prism
Column("extBool3", Boolean), # new with prism+
Column("trialPlayAchievement", Integer),
mysql_charset="utf8mb4",
)