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