-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
Changing only table comments does not work. #11
Comments
Hi @camcima. |
Hi @camcima. However, the content was not displayed in "php -mysql-diff diff".
Verified in sql below.
b.sql
Thanks. |
Hi. I met similar case on PHP MySQL Diff 1.2.1 (installed from composer). from.schema
to.schema
When column comment included some non-ascii charactor, the command returns like below:
I guess it happens with charactor has 3rd byte(UTF-8) as 0xbf (i.e. 'タ'[E382BF] or 'み'[E381BF], etc). |
Hi.
Changing only table comments does not work.
The alter statement is output, but there is no value.
Execution result.
Is not it supposed to change table comments?
Thank you.
The text was updated successfully, but these errors were encountered: