Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('ir_cron_id_seq'::regclass) |
|
|
|||||
| ir_actions_server_id | int4 | 10 | null |
|
|
Server action |
|||||
| user_id | int4 | 10 | null |
|
|
Scheduler User |
|||||
| interval_number | int4 | 10 | √ | null |
|
|
Interval Number |
||||
| numbercall | int4 | 10 | √ | null |
|
|
Number of Calls |
||||
| priority | int4 | 10 | √ | null |
|
|
Priority |
||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| cron_name | varchar | 2147483647 | √ | null |
|
|
Name |
||||
| interval_type | varchar | 2147483647 | √ | null |
|
|
Interval Unit |
||||
| active | bool | 1 | √ | null |
|
|
Active |
||||
| doall | bool | 1 | √ | null |
|
|
Repeat Missed |
||||
| nextcall | timestamp | 29,6 | null |
|
|
Next Execution Date |
|||||
| lastcall | timestamp | 29,6 | √ | null |
|
|
Last Execution Date |
||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ir_cron_pkey | Primary key | Asc | id |

