dbfdg id(); $table->date('date'); $table->date('end_date'); $table->text('occasion'); $table->integer('created_by'); $table->timestamps(); } ); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('holidays'); } }