@@ -75,7 +75,7 @@ CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_formanswers` (
7575 ` requester_id` int (11 ) DEFAULT NULL ,
7676 ` users_id_validator` int (11 ) NOT NULL DEFAULT ' 0' ,
7777 ` groups_id_validator` int (11 ) NOT NULL DEFAULT ' 0' ,
78- ` request_date` timestamp NULL DEFAULT NULL ,
78+ ` request_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ,
7979 ` status` int (11 ) NOT NULL DEFAULT ' 101' ,
8080 ` comment` text ,
8181 PRIMARY KEY (` id` ),
@@ -246,8 +246,8 @@ CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_issues` (
246246 ` original_id` int (11 ) NOT NULL DEFAULT ' 0' ,
247247 ` sub_itemtype` varchar (100 ) NOT NULL DEFAULT ' ' ,
248248 ` status` varchar (255 ) NOT NULL DEFAULT ' ' ,
249- ` date_creation` timestamp NULL DEFAULT NULL ,
250- ` date_mod` timestamp NULL DEFAULT NULL ,
249+ ` date_creation` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ,
250+ ` date_mod` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ,
251251 ` entities_id` int (11 ) NOT NULL DEFAULT ' 0' ,
252252 ` is_recursive` tinyint (1 ) NOT NULL DEFAULT ' 0' ,
253253 ` requester_id` int (11 ) NOT NULL DEFAULT ' 0' ,
0 commit comments