@@ -75,7 +75,7 @@ CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_formanswers` (
75
75
` requester_id` int (11 ) DEFAULT NULL ,
76
76
` users_id_validator` int (11 ) NOT NULL DEFAULT ' 0' ,
77
77
` groups_id_validator` int (11 ) NOT NULL DEFAULT ' 0' ,
78
- ` request_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ,
78
+ ` request_date` timestamp NULL ,
79
79
` status` int (11 ) NOT NULL DEFAULT ' 101' ,
80
80
` comment` text ,
81
81
PRIMARY KEY (` id` ),
@@ -246,8 +246,8 @@ CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_issues` (
246
246
` original_id` int (11 ) NOT NULL DEFAULT ' 0' ,
247
247
` sub_itemtype` varchar (100 ) NOT NULL DEFAULT ' ' ,
248
248
` status` varchar (255 ) NOT NULL DEFAULT ' ' ,
249
- ` date_creation` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ,
250
- ` date_mod` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ,
249
+ ` date_creation` timestamp NULL ,
250
+ ` date_mod` timestamp NULL ,
251
251
` entities_id` int (11 ) NOT NULL DEFAULT ' 0' ,
252
252
` is_recursive` tinyint (1 ) NOT NULL DEFAULT ' 0' ,
253
253
` requester_id` int (11 ) NOT NULL DEFAULT ' 0' ,
0 commit comments