decimal('company_invested', 10, 2)->default(0)->comment('已投资金额'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('companies', function (Blueprint $table) { // }); } };