diff --git a/lib/yform/value/choice.php b/lib/yform/value/choice.php index a5337de3..b3ce7b05 100644 --- a/lib/yform/value/choice.php +++ b/lib/yform/value/choice.php @@ -146,7 +146,7 @@ public function getDefinitions(): array 'choice_label' => ['type' => 'text', 'label' => rex_i18n::msg('yform_values_choice_choice_label'), 'notice' => rex_i18n::msg('yform_values_choice_choice_label_notice')], ], 'description' => rex_i18n::msg('yform_values_choice_description'), - 'db_type' => ['text', 'int', 'tinyint(1)', 'varchar(191)'], + 'db_type' => ['text', 'int', 'int(10) unsigned', 'tinyint(1)', 'varchar(191)'], 'famous' => true, ]; }