table( 'customer' )->addColumn('estimated_sign_money', 'decimal', [ 'default' => 0, 'comment' => '预计签约金额', 'after' => 'deposit_money' ])->update(); } }