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 d9e9686 commit 34d172cCopy full SHA for 34d172c
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