Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Dec 23, 2024
1 parent c3a4ddf commit 3196606
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ public function up()
$table->unsignedBigInteger('location_id');
$table->string('type', 32);
$table->integer('weekday');
$table->time('start_time');
$table->time('end_time');
$table->time('opening_time');
$table->time('closing_time');
$table->boolean('status')->default(0);
$table->timestamps();
});
Expand Down

0 comments on commit 3196606

Please sign in to comment.