khsing / laravel-world

provide countries, states, and cities relations and database.
MIT License
431 stars 90 forks source link

Cannot make migration #4

Closed GoldeNx3 closed 6 years ago

GoldeNx3 commented 6 years ago

Hello, after write in composer "php artisan world:init" cmd shows me this:

"PDOException::("SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect string value: '\xF0\x9F\x87\xA8\xF0\x9F...' for column 'emoji' at row 1")"

How to fix it?

khsing commented 6 years ago

Duplicate of #3 , using utf8mb4 as default mysql database charset.