mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update TDengine
This commit is contained in:
parent
81d7bdd189
commit
45a1fca704
@ -167,14 +167,17 @@ namespace SqlSugar.TDengine
|
||||
case "int64":
|
||||
return "BIGINT";
|
||||
case "uint":
|
||||
case "uint32":
|
||||
return "INT UNSIGNED";
|
||||
case "long":
|
||||
return "BIGINT";
|
||||
case "ulong":
|
||||
case "uint64":
|
||||
return "BIGINT UNSIGNED";
|
||||
case "short":
|
||||
return "SMALLINT";
|
||||
case "ushort":
|
||||
case "uint16":
|
||||
return "SMALLINT UNSIGNED";
|
||||
case "string":
|
||||
return "VARCHAR";
|
||||
|
Loading…
Reference in New Issue
Block a user