bagisto / laravel-data-faker

Creates fake data of products and customers for testing
MIT License
23 stars 23 forks source link

Error on seeding #21

Closed davymaish closed 2 years ago

davymaish commented 3 years ago

Latest version of Bagisto v0.2.0

`` In Connection.php line 678:

SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_c i,IMPLICIT) for operation '=' (SQL: update categories set _rgt = 26 where categories.id = 1)

In Exception.php line 18:

SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_c i,IMPLICIT) for operation '='

In PDOStatement.php line 112:

SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_c i,IMPLICIT) for operation '='

hashirhamxa commented 2 years ago

@davymaish is it solved?

jitendra-webkul commented 2 years ago

Fixed in #27 (Brand new faker)