addColumn('commande', 'commentaire_point_vente', Schema::TYPE_TEXT) ; } public function down() { $this->dropColumn('commande', 'commentaire_point_vente') ; } }