-- 访客表新增司机名称字段 alter table welcome_visitor add driver_name varchar(32) not null comment '司机名称' after name;