|
@@ -1633,7 +1633,7 @@ CREATE TABLE `t_machine_calculation` (
|
|
|
`object_key` varchar(25) NULL,
|
|
|
`calculation_value` decimal(22,2) NULL,
|
|
|
`needle_position` int(11) NULL,
|
|
|
- `net_needle` int(11) NULL DEFAULT '',
|
|
|
+ `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`,
|
|
|
PRIMARY KEY (`calculation_id`, `data_id`) USING BTREE,
|