increments('id'); $table->dateTime('start_date'); $table->dateTime('end_date'); $table->integer('duration'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('races'); } }