database add Mai2Prism support

This commit is contained in:
SoulGateKey
2025-04-02 06:42:28 +08:00
parent 36354ae109
commit d77d02c2dd
2 changed files with 29 additions and 0 deletions

View File

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