increments('id'); $table->string('dateDebut'); $table->string('dateFin'); $table->integer('oeuvre_id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('datations'); } }