Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('oc_text_steps_id_seq'::regclass) |
|
|
||
| document_id | int8 | 19 | null |
|
|
|||
| session_id | int8 | 19 | null |
|
|
|||
| data | text | 2147483647 | null |
|
|
|||
| version | int8 | 19 | √ | 0 |
|
|
||
| timestamp | int8 | 19 | 0 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| oc_text_steps_pkey | Primary key | Asc | id |
| rd_steps_did_idx | Performance | Asc | document_id |
| rd_steps_version_idx | Performance | Asc | version |
| textstep_session | Performance | Asc | session_id |