alter table welcome_visitor modify driver_name varchar(32) null comment '司机名称'; alter table welcome_visitor modify card_id varchar(255) null comment '证件号'; alter table welcome_visitor modify visitor_reason text null comment '访问事由';