This commit is contained in:
张成
2026-04-01 10:46:19 +08:00
parent 433077f08a
commit c2205188d1
5 changed files with 6 additions and 6 deletions

View File

@@ -62,7 +62,7 @@ CREATE TABLE IF NOT EXISTS `biz_subscriptions` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='订阅';
-- API Token库内仅存 hashplan_id 冗余便于鉴权少联表)
CREATE TABLE IF NOT EXISTS `biz_api_tokens` (
CREATE TABLE IF NOT EXISTS `biz_api_token` (
`id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
`user_id` BIGINT UNSIGNED NOT NULL,
`plan_id` BIGINT UNSIGNED NULL DEFAULT NULL,