mirror of https://github.com/hykilpikonna/AquaDX
[F] Fix primary key
parent
34ed1af242
commit
277f103535
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue