table('customer_visit_log') ->addColumn('number_of_visitors', 'integer', ['comment' => '到店人数', 'default' => 0]) ->addColumn('measure_room_img_type', 'string', ['limit'=> 255, 'comment'=> '量房图片类型', 'default'=> '']) ->update(); } }