id("weekday_id"); $table->text("weekday_name"); $table->date("current_date"); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('weekdays'); } };