|
@@ -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
|