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