You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
createdatabasesea_bug;
use sea_bug;
createtablesea_bug.test (
name varchar(100) not null
) engine=InnoDB default charset=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci;
Description
I can't use the entity generator with my MariaDB instance deployed by docker.
MariaDB version:
11.3.2-MariaDB-1:11.3.2+maria~ubu2204
MariaDB/mariadb-docker#591 Seems they has been changed the default collation from
utf8mb4_general_ci
.Steps to Reproduce
cargo install sea-orm-cli --git https://github.com/SeaQL/sea-orm
Expected Behavior
Generating entities normally.
Actual Behavior
Reproduces How Often
See above.
Workarounds
Change the collation of table from
utf8mb4_uca1400_ai_ci
toutf8mb4_general_ci
?Reproducible Example
See above.
Versions
The text was updated successfully, but these errors were encountered: