1
This commit is contained in:
@@ -62,7 +62,7 @@ CREATE TABLE IF NOT EXISTS `biz_subscriptions` (
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='订阅';
|
||||
|
||||
-- API Token(库内仅存 hash;plan_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,
|
||||
|
||||
Reference in New Issue
Block a user