Browse code

Change numberOfRoom field to smallint

Benjamin Roth authored on15/03/2024 13:59:12
Showing1 changed files
... ...
@@ -180,7 +180,7 @@ $GLOBALS['TL_DCA']['tl_vr_real_estate_assets'] = array
180 180
             'exclude'   => true,
181 181
             'inputType' => 'text',
182 182
             'eval'      => array('mandatory' => false, 'rgxp' => 'natural', 'maxlength' => 2, 'tl_class' => 'w50'),
183
-            'sql'       => "tinyint(2) unsigned NOT NULL default 0"
183
+            'sql'       => "smallint(2) unsigned NOT NULL default 0"
184 184
         ),
185 185
         'rent'                  => array
186 186
         (