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