chore: prepare anxinyan release
This commit is contained in:
@@ -108,7 +108,8 @@ CREATE TABLE user_auths (
|
||||
updated_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||
PRIMARY KEY (id),
|
||||
UNIQUE KEY uk_user_auths_type_key (auth_type, auth_key),
|
||||
KEY idx_user_auths_user_id (user_id)
|
||||
KEY idx_user_auths_user_id (user_id),
|
||||
KEY idx_user_auths_auth_union_id (auth_type, auth_union_id)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='用户认证映射';
|
||||
|
||||
CREATE TABLE user_api_tokens (
|
||||
|
||||
Reference in New Issue
Block a user