fix: 更新db
This commit is contained in:
@@ -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
|
||||
-- ----------------------------
|
||||
|
||||
Reference in New Issue
Block a user