@@ -405,11 +405,7 @@ ${ assist.assistPanel() }
var _bytes = Math.ceil((Math.log(_val) / Math.log(2)) / 8);
switch (_bytes) {
case 1:
- _foundType = "smallint";
- break;
case 2:
case 3:
case 4:
_foundType = "int";