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