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
Very similar to #229
ALTER TABLE `database`.`table` MODIFY `field` INT(11) AUTO_INCREMENT PRIMARY KEY
Throws an exeception: "Missing comma before start of a new alter operation."
The text was updated successfully, but these errors were encountered:
Merge #268 - fixes ALTER TABLE ... PRIMARY/UNIQUE KEY "Missing comma"…
1cbb495
… error Fixes: #267 Signed-off-by: William Desportes <williamdes@wdes.fr>
Add CHANGELOG entry for #267
bcb5200
Signed-off-by: William Desportes <williamdes@wdes.fr>
2c3041f
williamdes
Successfully merging a pull request may close this issue.
Very similar to #229
Throws an exeception: "Missing comma before start of a new alter operation."
The text was updated successfully, but these errors were encountered: