We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4899ba4 commit 9e17e9dCopy full SHA for 9e17e9d
1 file changed
hook.php
@@ -483,7 +483,7 @@ function plugin_example_install() {
483
`id` int {$default_key_sign} NOT NULL auto_increment,
484
`name` varchar(255) default NULL,
485
`serial` varchar(255) NOT NULL,
486
- `plugin_example_dropdowns_id` int NOT NULL default '0',
+ `plugin_example_dropdowns_id` int {$default_key_sign} NOT NULL default '0',
487
`is_deleted` tinyint NOT NULL default '0',
488
`is_template` tinyint NOT NULL default '0',
489
`template_name` varchar(255) default NULL,
0 commit comments