We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1ceff commit 78d4eb3Copy full SHA for 78d4eb3
install/mysql/plugin_formcreator_empty.sql
@@ -3,8 +3,8 @@
3
4
CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_answers` (
5
`id` int(11) NOT NULL AUTO_INCREMENT,
6
- `plugin_formcreator_formanswers_id` int(11) NOT NULL,
7
- `plugin_formcreator_questions_id` int(11) NOT NULL,
+ `plugin_formcreator_formanswers_id` int(11) NOT NULL DEFAULT '0',
+ `plugin_formcreator_questions_id` int(11) NOT NULL DEFAULT '0',
8
`answer` text,
9
PRIMARY KEY (`id`),
10
INDEX `plugin_formcreator_formanswers_id` (`plugin_formcreator_formanswers_id`),
0 commit comments