laravel-countries icon indicating copy to clipboard operation
laravel-countries copied to clipboard

Migrations don't work on sqlite databases

Open AlexanderWright opened this issue 9 years ago • 2 comments

Please amalgamate the migrations, as SQLite does not support the MODIFY DB command.

AlexanderWright avatar Jul 07 '15 15:07 AlexanderWright

I have a branch ready with a fix for the Laravel 5 version (the Laravel 4 version doesn't support changing columns, but since the migrations are generated you are free to adjust the migration to support the database of your choice), however there is a bug in Laravel prohibiting me from releasing it: https://github.com/laravel/framework/issues/9636

paulkned avatar Aug 05 '15 07:08 paulkned

Duplicate #44

Tjoosten avatar Aug 19 '16 15:08 Tjoosten