jjclane/laravel-sqlite-migrations
Trait for Laravel migrations that makes schema changes SQLite-safe. Automatically transforms unsupported column types and avoids “Cannot add a NOT NULL column with default value NULL” by adding columns safely, letting migrations run cleanly on SQLite.
Add support for illuminate/database version 9 and 10.
Renamed the trait file to match autoloading.
How can I help you explore Laravel packages today?