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.
2 parents 79126ce + 55b2470 commit 9c466daCopy full SHA for 9c466da
docs/includes/database-collection/time-series-migration.php
@@ -4,7 +4,6 @@
4
5
use Illuminate\Database\Migrations\Migration;
6
use Illuminate\Support\Facades\Schema;
7
-use MongoDB\Laravel\Schema\Blueprint;
8
9
return new class extends Migration
10
{
@@ -20,7 +19,7 @@ public function up(): void
20
19
'timeField' => 'timestamp',
21
'metaField' => 'location',
22
'granularity' => 'minutes',
23
- ]
+ ],
24
];
25
26
Schema::create('precipitation', null, $options);
@@ -33,4 +32,4 @@ public function down(): void
33
32
34
Schema::drop('precipitation');
35
}
36
-};
+};
0 commit comments