#
vincentlu
8 天以前 d6b487723a5918c21ed3bc12f2bf52d4608a2da0
#
1个文件已修改
4 ■■■■ 已修改文件
version/db/new.sql 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
version/db/new.sql
@@ -31,7 +31,7 @@
    sta_id       bigint                              not null comment '站点[man_sta]',
    task_id      bigint                              not null comment '任务[man_task]',
    segment_id   bigint                              null comment '作业[man_segment]',
    agv_id       bigint                              not null comment 'AGV[man_agv]',
    agv_id       bigint                              null comment 'AGV[man_agv]',
    name         varchar(255)                        null comment '名称(*)',
    type         varchar(255)                        not null comment '预约类型',
    qty          int                                 not null comment '预约数量',
@@ -63,7 +63,7 @@
    sta_id       bigint                              not null comment '站点[man_sta]',
    task_id      bigint                              not null comment '任务[man_task]',
    segment_id   bigint                              null comment '作业[man_segment]',
    agv_id       bigint                              not null comment 'AGV[man_agv]',
    agv_id       bigint                              null comment 'AGV[man_agv]',
    name         varchar(255)                        null comment '名称(*)',
    type         varchar(255)                        not null comment '预约类型',
    qty          int                                 not null comment '预约数量',