Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('oc_open_local_editor_id_seq'::regclass) |
|
|
||
| user_id | varchar | 64 | null |
|
|
|||
| path_hash | varchar | 64 | null |
|
|
|||
| expiration_time | int8 | 19 | null |
|
|
|||
| token | varchar | 128 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| oc_open_local_editor_pkey | Primary key | Asc | id |
| openlocal_user_path_token | Must be unique | Asc/Asc/Asc | user_id + path_hash + token |