Commit 4f87d541 by xin.yang

update script

parent 3b7a947e
...@@ -275,9 +275,9 @@ CREATE TABLE IF NOT EXSIT `siger_automation_tray` ( ...@@ -275,9 +275,9 @@ CREATE TABLE IF NOT EXSIT `siger_automation_tray` (
-- ---------------------------- -- ----------------------------
-- 工位属性 -- 工位属性
-- Table structure for siger_automation_machine_property -- Table structure for siger_automation_section_property
-- ---------------------------- -- ----------------------------
CREATE TABLE IF NOT EXSIT `siger_automation_machine_property` ( CREATE TABLE IF NOT EXSIT `siger_automation_section_property` (
`id` int(11) NOT NULL AUTO_INCREMENT, `id` int(11) NOT NULL AUTO_INCREMENT,
`guid` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, `guid` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
`sectionid` int(11) NOT NULL DEFAULT 0 COMMENT '工位ID', `sectionid` int(11) NOT NULL DEFAULT 0 COMMENT '工位ID',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment