v2.1
This commit is contained in:
父節點
3a73df1ef9
當前提交
6a6c95925a
@ -15,7 +15,7 @@ create table app_config
|
||||
|
||||
create table job
|
||||
(
|
||||
job_id int auto_increment comment 'jobId'
|
||||
job_id varchar(200) not null comment 'jobId'
|
||||
primary key,
|
||||
app_id int not null comment '应用ID',
|
||||
param varchar(10000) null comment '请求参数',
|
||||
|
載入中…
x
新增問題並參考
Block a user