Skip to content
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

DDL is compatible with mysql:5.7 and mariadb:10 #243

Open
xzchaoo opened this issue Mar 15, 2023 · 0 comments
Open

DDL is compatible with mysql:5.7 and mariadb:10 #243

xzchaoo opened this issue Mar 15, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@xzchaoo
Copy link
Contributor

xzchaoo commented Mar 15, 2023

Describe this problem

What this problem is and what happened.

To Reproduce

cd deploy/examples/docker-compose
edit .env set mysql_image=mysql:5.7
./up.sh
$docker logs de975df9d7f5
exec /sql/0migration/V1__230301_INIT_DDL.sql
exec /sql/0migration/V2__230301_Uniform_COLUMN.sql
ERROR 1267 (HY000) at line 34: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb3_unicode_ci,IMPLICIT) for operation '='
exec /sql/1data/V999999__data.sql

Expected behavior

Deploy successfully

Additional Information

@xzchaoo xzchaoo added the bug Something isn't working label Mar 15, 2023
@xzchaoo xzchaoo self-assigned this Mar 15, 2023
@xzchaoo xzchaoo changed the title V2__230301_Uniform_COLUMN.sql is compatible with mysql:5.7 and mariadb:10 DDL is compatible with mysql:5.7 and mariadb:10 Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant