addColumn('producer', 'credit_functioning', Schema::TYPE_STRING.' DEFAULT \''.Producer::CREDIT_FUNCTIONING_OPTIONAL.'\'') ; $this->addColumn('point_sale', 'credit_functioning', Schema::TYPE_STRING) ; } public function down() { $this->dropColumn('producer', 'credit_functioning') ; $this->dropColumn('point_sale', 'credit_functioning') ; } }