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