addColumn('user_producer', 'credit_active', Schema::TYPE_BOOLEAN.' DEFAULT 0') ; } public function down() { $this->dropColumn('user_producer', 'credit_active') ; } }