decimal('effective_betting_amount', 10)->default(0)->comment('打码量'); $table->decimal('gift_amount', 10)->default(0)->comment('赠送金额'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } };