Subversion Repositories XServices

Rev

Rev 70 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
70 brianR 1
create table qrtz_calendars(
2
sched_name varchar(120) not null,
3
calendar_name varchar(200) not null,
4
calendar blob not null,
5
primary key (sched_name,calendar_name)
6
)