addColumn('etablissement','slug',Schema::TYPE_STRING); } public function down() { $this->dropColumn('etablissement','slug'); } }