Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 11, 2024. It is now read-only.

Commit f098c37

Browse files
Merge remote-tracking branch 'origin/master'
2 parents fe7edee + e8b0c7d commit f098c37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎funai.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ CREATE TABLE `admin_apikey` (
1717
`total_usage` decimal(10, 2) NULL DEFAULT NULL COMMENT '使用额度',
1818
`expired_time` datetime NULL DEFAULT NULL COMMENT '过期时间',
1919
`update_time` datetime NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
20+
`comment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL,
21+
`is_free` tinyint(4) NULL DEFAULT 0 COMMENT '是否为免费的APIKey,0否,1是',
2022
PRIMARY KEY (`id`) USING BTREE
21-
) ENGINE = InnoDB AUTO_INCREMENT = 9 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin ROW_FORMAT = Dynamic;
23+
) ENGINE = InnoDB AUTO_INCREMENT = 10 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin ROW_FORMAT = Dynamic;
2224

2325
-- ----------------------------
2426
-- Table structure for prompt

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /