We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c35b38 commit 9d5adaeCopy full SHA for 9d5adae
README.md
@@ -5,7 +5,7 @@ an existing table in a migration by initially adding the column as nullable and
5
It also maps Laravel datatypes that aren't supported in SQLite to avoid [this](https://github.com/laravel/framework/issues/8840).
6
7
## Installation
8
-`composer require-dev jjclane/laravel-sqlite-migrations --dev`
+`composer require jjclane/laravel-sqlite-migrations --dev`
9
10
## How to use
11
````php
0 commit comments