Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('oc_calendar_reminders_id_seq'::regclass) |
|
|
||
| calendar_id | int8 | 19 | null |
|
|
|||
| object_id | int8 | 19 | null |
|
|
|||
| is_recurring | int2 | 5 | √ | null |
|
|
||
| uid | varchar | 255 | null |
|
|
|||
| recurrence_id | int8 | 19 | √ | null |
|
|
||
| is_recurrence_exception | int2 | 5 | null |
|
|
|||
| event_hash | varchar | 255 | null |
|
|
|||
| alarm_hash | varchar | 255 | null |
|
|
|||
| type | varchar | 255 | null |
|
|
|||
| is_relative | int2 | 5 | null |
|
|
|||
| notification_date | int8 | 19 | null |
|
|
|||
| is_repeat_based | int2 | 5 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| oc_calendar_reminders_pkey | Primary key | Asc | id |
| calendar_reminder_objid | Performance | Asc | object_id |
| calendar_reminder_uidrec | Performance | Asc/Asc | uid + recurrence_id |