1
This commit is contained in:
3
_docs/sql/biz_api_token_key.sql
Normal file
3
_docs/sql/biz_api_token_key.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- token 绑定账号唯一标识 key(供转发时自动拼到 query.key)
|
||||
ALTER TABLE biz_api_token
|
||||
ADD COLUMN `key` VARCHAR(128) NULL COMMENT '账号唯一标识' AFTER token_name;
|
||||
Reference in New Issue
Block a user