Latest db schema

This commit is contained in:
Axel 2021-12-28 10:47:54 +01:00
parent b0e28950bc
commit d292b0342e

View file

@ -73,6 +73,7 @@ CREATE TABLE `task_history` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`status` int unsigned NOT NULL,
`output` text CHARACTER SET utf8 COLLATE utf8_general_ci,
`duration` float(5,3) unsigned DEFAULT NULL,
`task_id` int unsigned NOT NULL,
`created_at` datetime NOT NULL,
`updated_at` datetime NOT NULL DEFAULT '1970-01-01 00:00:01',