Skip to content

Releases: JJCLane/laravel-sqlite-migrations

Laravel 9 + 10 support

21 Oct 04:51
a63c85c
Compare
Choose a tag to compare

Add support for illuminate/database version 9 and 10.

Fix PSR-4 autoloading

24 Oct 20:12
bfa2ae2
Compare
Choose a tag to compare

Renamed the trait file to match autoloading.

Update Laravel illuminate dependency

19 May 22:20
f92bba3
Compare
Choose a tag to compare
0.1.4

Update Laravel version dependency

Fix a NOT NULL constraint error when creating a migration without a default value

03 Aug 07:13
Compare
Choose a tag to compare
0.1.3

Fix the NOT NULL error when a migration is defined without a default …

Reduce illuminate/database dependency

09 Apr 01:16
Compare
Choose a tag to compare
0.1.2

Reduce required illuminate/database version

Fix autoloading

09 Apr 01:06
Compare
Choose a tag to compare
0.1.1

Add gitignore

Initial release

09 Apr 00:48
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
0.1.0

Fix autoloading