2
0

fix: 更新db

This commit is contained in:
caiyuchao
2025-01-10 12:08:11 +08:00
parent 55e7c22469
commit d5eb759303
2 changed files with 5 additions and 1 deletions

View File

@@ -126,6 +126,11 @@ CREATE TABLE `u_bill_rule` (
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci COMMENT = '用户平台-计费规则表' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of u_bill_rule
-- ----------------------------
INSERT INTO `u_bill_rule` VALUES (1, 1.0000, 1, 1, 0, 0, NULL, NULL, 2, '2025-01-07 17:11:30');
-- ----------------------------
-- Table structure for u_cdr
-- ----------------------------