laravel-countries
laravel-countries copied to clipboard
Remove MySQL based migration
Well currently when using a different database than MySQL the migrations crash, this happens silently in unit tests, which leaves a half migrated database.
This will make it so the first migration uses the char function which is documented since the docs of Laravel 5.1.