Latest db schema
This commit is contained in:
parent
b0e28950bc
commit
d292b0342e
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ CREATE TABLE `task_history` (
|
||||||
`id` int unsigned NOT NULL AUTO_INCREMENT,
|
`id` int unsigned NOT NULL AUTO_INCREMENT,
|
||||||
`status` int unsigned NOT NULL,
|
`status` int unsigned NOT NULL,
|
||||||
`output` text CHARACTER SET utf8 COLLATE utf8_general_ci,
|
`output` text CHARACTER SET utf8 COLLATE utf8_general_ci,
|
||||||
|
`duration` float(5,3) unsigned DEFAULT NULL,
|
||||||
`task_id` int unsigned NOT NULL,
|
`task_id` int unsigned NOT NULL,
|
||||||
`created_at` datetime NOT NULL,
|
`created_at` datetime NOT NULL,
|
||||||
`updated_at` datetime NOT NULL DEFAULT '1970-01-01 00:00:01',
|
`updated_at` datetime NOT NULL DEFAULT '1970-01-01 00:00:01',
|
||||||
|
|
Loading…
Add table
Reference in a new issue