fixed bug in conversation table --> schema for bigint

This commit is contained in:
Ralf Becker 2003-10-08 19:08:30 +00:00
parent 0cba91137e
commit 9c322199d6

View File

@ -146,6 +146,7 @@
break;
case 'bigint':
$sTranslated = "'type' => 'int', 'precision' => 8";
break;
case 'char':
if ($iPrecision > 0 && $iPrecision < 256)
{