Quellcode durchsuchen

update structure.sql

oubo vor 5 Jahren
Ursprung
Commit
75a71d1c7f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      data/sql/structure.sql

+ 1 - 1
data/sql/structure.sql

@@ -1635,7 +1635,7 @@ CREATE TABLE `t_machine_calculation`  (
   `needle_position`  int(11) NULL,
   `net_needle`  int(11) NULL,
   `product_specification`  varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT '',
-  `machine_production_state`  tinyint(1) NULL DEFAULT 0 AFTER `product_specification`,
+  `machine_production_state`  tinyint(1) NULL DEFAULT 0,
   PRIMARY KEY (`calculation_id`, `data_id`) USING BTREE,
   INDEX `call_time`(`call_time`) USING BTREE,
   INDEX ` calculation_value`(`affair_id`, `calculation_key`, `calculation_condition`, `calculation_time`, `product_id`, `tagIds`, `calculation_time2`) USING BTREE