更新提取接口参数,完善流程与测试代码逻辑
This commit is contained in:
@@ -512,7 +512,7 @@ create table channel (
|
||||
auth_ip bool not null default false,
|
||||
user_host varchar(255),
|
||||
auth_pass bool not null default false,
|
||||
username varchar(255) unique,
|
||||
username varchar(255),
|
||||
password varchar(255),
|
||||
expiration timestamp not null,
|
||||
created_at timestamp default current_timestamp,
|
||||
|
||||
Reference in New Issue
Block a user