version/db/new.sql
@@ -95,3 +95,16 @@ alter table man_agv_model add tail_offset int(11) null comment '车尾(毫米)' after head_offset; alter table man_loc change `row` row_no int null comment '排'; alter table man_loc change bay bay_no int null comment '列'; alter table man_loc change lev lev_no int null comment '层'; alter table sys_user_login change system system_name varchar(255) null comment '登录系统';