|
@@ -83,10 +83,5 @@ CREATE TABLE `t_product_order` (
|
|
|
-- ----------------------------
|
|
|
-- Records of t_product_order
|
|
|
-- ----------------------------
|
|
|
-INSERT INTO `t_product_order` VALUES (1, 1, '20250314162258529', 0.01, '', -1, 0, NULL, 477, 2, NULL, NULL, NULL, 0);
|
|
|
-INSERT INTO `t_product_order` VALUES (2, 1, '20250314162844933', 0.01, '', -1, 0, NULL, 477, 2, NULL, NULL, NULL, 0);
|
|
|
-INSERT INTO `t_product_order` VALUES (3, 1, '20250314170833882', 0.01, '', -1, 0, NULL, 477, 1, NULL, NULL, NULL, 0);
|
|
|
-INSERT INTO `t_product_order` VALUES (4, 1, '20250314173956466', 0.01, '', -1, 0, NULL, 477, 1, NULL, NULL, NULL, 0);
|
|
|
-INSERT INTO `t_product_order` VALUES (5, 1, '20250314174019899', 0.01, '', -1, 0, NULL, 477, 1, NULL, NULL, NULL, 0);
|
|
|
|
|
|
SET FOREIGN_KEY_CHECKS = 1;
|