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 1b90e26 commit 3612ea7Copy full SHA for 3612ea7
tests/migrations/2018_11_08_214421_create_items_table.php
@@ -14,7 +14,7 @@ public function up(): void
14
$table->string('name');
15
$table->integer('price');
16
$table->json('prices')
17
- ->default('[]');
+ ->nullable();
18
$table->unsignedSmallInteger('quantity');
19
$table->timestamps();
20
});
0 commit comments