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