@@ -0,0 +1,2 @@
+ALTER TABLE `tmrwatch2`.`ftdetail`
+MODIFY COLUMN `fweight` decimal(38, 3) NOT NULL DEFAULT 0.000 COMMENT '重量' AFTER `lweight`;