|
@@ -155,7 +155,7 @@ create index i_g_k_v on xxl_job_registry(registry_group, registry_key, registry_
|
|
|
create table xxl_job_group (
|
|
|
id number(11) not null,
|
|
|
app_name varchar2(64) not null,
|
|
|
- title varchar2(12) not null,
|
|
|
+ title varchar2(255) not null,
|
|
|
address_type number(4) default '0' not null,
|
|
|
address_list clob,
|
|
|
update_time date default null,
|