We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0a0cb commit 9cf6833Copy full SHA for 9cf6833
src/Resources/contao/dca/tl_faq.php
@@ -9,11 +9,11 @@
9
);
10
11
$GLOBALS['TL_DCA']['tl_faq']['fields']['helpful'] = array(
12
- 'sql' => "int(10) unsigned NOT NULL default '0'"
+ 'sql' => "int(10) NOT NULL default '0'"
13
14
15
$GLOBALS['TL_DCA']['tl_faq']['fields']['nothelpful'] = array(
16
17
18
19
$GLOBALS['TL_DCA']['tl_faq']['fields']['noComments']['eval'] = array('tl_class'=>'w50 m12');
0 commit comments