table('customer_visit_log') ->addColumn('down_payment', 'string', ['limit'=> 50, 'comment'=> '转单(原签单)首付款', 'default'=> '']) ->update(); } }