Database Table: jobstatus
From Dreamwidth Notes
Revision as of 17:14, 22 March 2009 by SlowSculpture (Talk | contribs)
Definition
CREATE TABLE jobstatus ( handle VARCHAR(100) PRIMARY KEY, RESULT BLOB, start_time INT(10) UNSIGNED NOT NULL, end_time INT(10) UNSIGNED NOT NULL, STATUS ENUM('running', 'success', 'error'), KEY (end_time) )