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