File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This avoids the `Cannot add a NOT NULL column with default value NULL` issue tha
44an existing table in a migration by initially adding the column as nullable and then modifying the column in a separate migration.
55It also maps Laravel datatypes that aren't supported in SQLite to avoid [ this] ( https://github.com/laravel/framework/issues/8840 ) .
66
7+ ## Installation
8+ ` composer require-dev jjclane/laravel-sqlite-migrations --dev `
79
810## How to use
911```` php
Original file line number Diff line number Diff line change 1212 "email" : " contact@jordanlane.me"
1313 }
1414 ],
15- "minimum-stability" : " dev"
15+ "autoload" : {
16+ "psr-4" : {
17+ "JJCLane\\ SQLiteMigration\\ " : " src/"
18+ }
19+ },
20+ "minimum-stability" : " stable"
1621}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments