Implement getColumnInfo()

This commit is contained in:
Kijin Sung 2020-06-30 00:40:10 +09:00
parent 58133573b3
commit 47bb30c535
2 changed files with 29 additions and 4 deletions

View file

@ -226,6 +226,7 @@ class DBTableParser extends BaseParser
*/
public static function getXEType(string $type, string $size): string
{
$type = strtolower($type);
switch ($type)
{
case 'bigint':