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