This commit is contained in:
yurui 2023-06-14 00:03:57 +08:00
父節點 3a73df1ef9
當前提交 6a6c95925a

查看文件

@ -15,7 +15,7 @@ create table app_config
create table job create table job
( (
job_id int auto_increment comment 'jobId' job_id varchar(200) not null comment 'jobId'
primary key, primary key,
app_id int not null comment '应用ID', app_id int not null comment '应用ID',
param varchar(10000) null comment '请求参数', param varchar(10000) null comment '请求参数',