#
vincentlu
8 小时以前 c65a357fc8b907af755e1ef6a2c201e31eb71e94
version/db/new.sql
@@ -57,4 +57,9 @@
    `update_time` timestamp DEFAULT CURRENT_TIMESTAMP COMMENT '修改时间',
    `memo` VARCHAR(255) DEFAULT NULL COMMENT '备注',
    PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
update man_loc set comp_direct =2  where comp_direct =0
alter table man_sta
    add act_dir int(1) null comment '货叉方向' after angle;