mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-23 13:21:59 +08:00
Update TDengine
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user