Difference between revisions of "Public.qrtz calendars (table)"
Line 9: | Line 9: | ||
+ | === Columns === | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
Line 15: | Line 16: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
− | | ''' | + | | '''Description |
− | |||
|- | |- | ||
Line 23: | Line 23: | ||
| not null | | not null | ||
| | | | ||
− | |||
| | | | ||
|- | |- | ||
Line 31: | Line 30: | ||
| | | | ||
| | | | ||
− | | | + | |} |
+ | |||
+ | === Primary Key === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Primary Key | ||
+ | | '''Columns | ||
+ | |- | ||
+ | | pk_qrtz_calendars | ||
+ | | calendar_name | ||
|} | |} |
Revision as of 08:32, 11 February 2010
wikibot
Table | public.qrtz_calendars |
Columns
Column | Data Type | Nullable | Default | Description |
calendar_name | varchar(80) | not null | ||
calendar | bytea | not null |
Primary Key
Primary Key | Columns |
pk_qrtz_calendars | calendar_name |