XServices/web/WEB-INF/data/QRTZ_CALENDARS.ddl

6 lines
169 B
Plaintext

create table qrtz_calendars(
sched_name varchar(120) not null,
calendar_name varchar(200) not null,
calendar blob not null,
primary key (sched_name,calendar_name)
)