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 ddaa86a commit 8e21b14Copy full SHA for 8e21b14
tests/Integration/Migrations/UpdateTables.php
@@ -21,6 +21,7 @@ public function up()
21
$table->point('location')->change();
22
23
// The other field changes are just here to test if change works with them, we're not changing anything
24
+ $table->geometry('geo')->default(null)->nullable()->change();
25
$table->lineString('line')->default(null)->nullable()->change();
26
$table->polygon('shape')->default(null)->nullable()->change();
27
$table->multiPoint('multi_locations')->default(null)->nullable()->change();
0 commit comments