Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
key | text | 2147483647 | null |
|
|
|||
org | int4 | 10 | null |
|
|
|||
description | text | 2147483647 | √ | null |
|
|
||
creator | int4 | 10 | null |
|
|
|||
create_time | int4 | 10 | null |
|
|
|||
in_process | int4 | 10 | 0 |
|
|
|||
start_time | int4 | 10 | √ | null |
|
|
||
end_time | int4 | 10 | √ | null |
|
|
||
num_complete | int4 | 10 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
session_pkey | Primary key | Asc | key |
offline_session_creation | Performance | Asc | create_time |
offline_session_org | Performance | Asc | org |
offline_session_pkey | Performance | Asc | key |