mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-11 15:37:27 +08:00
[F] Fix primary key
This commit is contained in:
@@ -3,7 +3,7 @@ ALTER TABLE maimai2_user_playlog ADD COLUMN ext_bool2 BIT(1) DEFAULT 0;
|
|||||||
|
|
||||||
CREATE TABLE maimai2_user_kaleidx
|
CREATE TABLE maimai2_user_kaleidx
|
||||||
(
|
(
|
||||||
id BIGINT AUTO_INCREMENT NOT NULL,
|
id BIGINT AUTO_INCREMENT NOT NULL PRIMARY KEY,
|
||||||
user_id BIGINT NULL,
|
user_id BIGINT NULL,
|
||||||
gate_id INT NOT NULL,
|
gate_id INT NOT NULL,
|
||||||
is_gate_found BIT(1) NOT NULL,
|
is_gate_found BIT(1) NOT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user