Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('offline.script_id_seq'::regclass) |
|
|
||
session | text | 2147483647 | null |
|
|
|||
requestor | int4 | 10 | null |
|
|
|||
create_time | int4 | 10 | null |
|
|
|||
workstation | text | 2147483647 | null |
|
|
|||
logfile | text | 2147483647 | null |
|
|
|||
time_delta | int4 | 10 | 0 |
|
|
|||
count | int4 | 10 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
script_pkey | Primary key | Asc | id |
offline_script_pkey | Performance | Asc | id |
offline_script_session | Performance | Asc | session |
offline_script_ws | Performance | Asc | workstation |