Cronjob history
From Open Source Software Research
Appears in the following schemas:
Most Recent Description
Column | Type | Modifiers |
---|---|---|
id | integer | not null default nextval(('cronjob_history_pk_seq'::text)::regclass) |
job_name | character varying(100) | |
start_time | integer | not null default 0 |
finish_time | integer | not null default 0 |
result_code | integer | not null default -1 |
msg | text | |
Indexes: cronjob_history_pkey primary key btree (id) |
Other Information About the Data
Know something about this table? Add it here (and remove this message)