mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Implement getColumnInfo()
This commit is contained in:
parent
58133573b3
commit
47bb30c535
2 changed files with 29 additions and 4 deletions
|
|
@ -226,6 +226,7 @@ class DBTableParser extends BaseParser
|
|||
*/
|
||||
public static function getXEType(string $type, string $size): string
|
||||
{
|
||||
$type = strtolower($type);
|
||||
switch ($type)
|
||||
{
|
||||
case 'bigint':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue