Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('oc_calendarchanges_id_seq'::regclass) |
|
|
||
| uri | varchar | 255 | √ | NULL::character varying |
|
|
||
| synctoken | int4 | 10 | 1 |
|
|
|||
| calendarid | int8 | 19 | null |
|
|
|||
| operation | int2 | 5 | null |
|
|
|||
| calendartype | int4 | 10 | 0 |
|
|
|||
| created_at | int4 | 10 | 0 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| oc_calendarchanges_pkey | Primary key | Asc | id |
| calid_type_synctoken | Performance | Asc/Asc/Asc | calendarid + calendartype + synctoken |