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 660476c commit 1ebe276Copy full SHA for 1ebe276
migrations.md
@@ -638,13 +638,17 @@ The `json` method creates a `JSON` equivalent column:
638
639
$table->json('options');
640
641
+When using SQLite, a `TEXT` column will be created.
642
+
643
<a name="column-method-jsonb"></a>
644
#### `jsonb()` {.collection-method}
645
646
The `jsonb` method creates a `JSONB` equivalent column:
647
648
$table->jsonb('options');
649
650
651
652
<a name="column-method-longText"></a>
653
#### `longText()` {.collection-method}
654
0 commit comments