Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vedmant committed Mar 10, 2024
1 parent eae2631 commit 8a8db7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function up()
$table->time('time');
$table->decimal('speed');
$table->decimal('pace');
$table->json('locations');
$table->json('locations')->default(null);
$table->timestamps();
});
}
Expand Down

0 comments on commit 8a8db7b

Please sign in to comment.