Updated playlog and best tables for Sun Plus

Lord have mercy, this is my first schema update
This commit is contained in:
EmmyHeart 2023-12-13 06:33:06 +00:00
parent 0060122613
commit b6d1f2cd3a
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
SET FOREIGN_KEY_CHECKS = 0;
ALTER TABLE chuni_score_playlog
CHANGE COLUMN isClear isClear TINYINT(6) NULL DEFAULT NULL;
ALTER TABLE aime.chuni_score_best
CHANGE COLUMN isSuccess isSuccess INT(11) NULL DEFAULT NULL ;
ALTER TABLE chuni_score_playlog
ADD COLUMN ticketId INT(11) NULL AFTER machineType;
SET FOREIGN_KEY_CHECKS = 1;