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