fix caricamenti
This commit is contained in:
@@ -12,8 +12,11 @@ CREATE TABLE `received` (
|
||||
`status` int DEFAULT '0',
|
||||
`matlab_timestamp` timestamp NULL DEFAULT NULL,
|
||||
`inserted_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
`loaded_at` datetime DEFAULT NULL,
|
||||
`loaded_at` timestamp DEFAULT NULL,
|
||||
`elaborated_at` timestamp NULL DEFAULT NULL,
|
||||
`sent_at` timestamp NULL DEFAULT NULL,
|
||||
`sent_raw_at` timestamp NULL DEFAULT NULL,
|
||||
`sent_elab_at` timestamp NULL DEFAULT NULL,
|
||||
`last_update_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=694 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user