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
As a title
on mysqldef: v0.8.4 linux amd64 (maybe latest)
Not apply any changes
CREATE TABLE `some_table` ( `some_value` decimal(5, 2) DEFAULT 0.0 );
Same as initial schema
ALTER TABLE some_table CHANGE COLUMN some_value some_value decimal(5, 2) DEFAULT 0.000000;
The text was updated successfully, but these errors were encountered:
b0d4356
Thanks, I fixed it in v0.8.5.
Sorry, something went wrong.
Thanks!!
No branches or pull requests
Problem
As a title
on mysqldef: v0.8.4 linux amd64 (maybe latest)
Expected
Not apply any changes
Initial schema
Input DDLs
Same as initial schema
Output DDLs
The text was updated successfully, but these errors were encountered: