update_0619.sql 142 B

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