Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_task_adhoc_id_seq'::regclass) |
|
|
||||
component | varchar | 255 | ''::character varying |
|
|
|||||
classname | varchar | 255 | ''::character varying |
|
|
|||||
nextruntime | int8 | 19 | null |
|
|
|||||
faildelay | int8 | 19 | √ | null |
|
|
||||
customdata | text | 2147483647 | √ | null |
|
|
||||
userid | int8 | 19 | √ | null |
|
|
||||
blocking | int2 | 5 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_taskadho_id_pk | Primary key | Asc | id |
app_taskadho_nex_ix | Performance | Asc | nextruntime |
app_taskadho_use_ix | Performance | Asc | userid |