Index: trunk/kernel/units/statistics/statistics_config.php =================================================================== diff -u -N -r4524 -r7867 --- trunk/kernel/units/statistics/statistics_config.php (.../statistics_config.php) (revision 4524) +++ trunk/kernel/units/statistics/statistics_config.php (.../statistics_config.php) (revision 7867) @@ -36,7 +36,7 @@ ), 'Fields' => Array( - 'StatItemId' => Array(), + 'StatItemId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), 'Module' => Array('type' => 'string','not_null' => '1','default' => ''), 'ValueSQL' => Array('type' => 'string','default' => ''), 'ResetSQL' => Array('type' => 'string','default' => ''),