table('customer_visit_log') ->addColumn('deposit_mode', 'integer', ['limit'=> 2, 'comment' => '交定方式,0线上、1线下', 'default' => 0]) ->update(); } }