We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database MySQL Error ErrNo:1215 Query: CREATE TABLE ogspy_mod_user_config ( mod VARCHAR(50) NOT NULL, config VARCHAR(255) NOT NULL, user_id INT(10) NOT NULL, value VARCHAR(255) NOT NULL, PRIMARY KEY (mod, config, user_id), INDEX fk_user_userid (user_id), CONSTRAINT fk_user_userid FOREIGN KEY (user_id) REFERENCES ogspy_user (user_id) ) COLLATE='utf8_general_ci' ENGINE=InnoDB Error: Impossible d'ajouter des contraintes d'index externe
ogspy_mod_user_config
mod
config
user_id
value
fk_user_userid
ogspy_user
The text was updated successfully, but these errors were encountered:
On supprime les contraintes.
Sorry, something went wrong.
Mécanisme Update
fde9009
#3
Update for OGSpy 3.3.8 + PHP8
a2f6f48
Retrait Table Mod_user_config de ce mod #3
darknoon29
No branches or pull requests
Database MySQL Error
ErrNo:1215
Query:
CREATE TABLE
ogspy_mod_user_config
(mod
VARCHAR(50) NOT NULL,config
VARCHAR(255) NOT NULL,user_id
INT(10) NOT NULL,value
VARCHAR(255) NOT NULL, PRIMARY KEY (mod
,config
,user_id
), INDEXfk_user_userid
(user_id
), CONSTRAINTfk_user_userid
FOREIGN KEY (user_id
) REFERENCESogspy_user
(user_id
) ) COLLATE='utf8_general_ci' ENGINE=InnoDBError:
Impossible d'ajouter des contraintes d'index externe
The text was updated successfully, but these errors were encountered: