!43 update Src/Asp.NetCore2/SqlSugar.TDengineCore/TDengine/CodeFirst/TDengineCodeFirst.cs.

Merge pull request !43 from 逐浪人/N/A
This commit is contained in:
sunkaixuan 2023-11-08 13:17:38 +00:00 committed by Gitee
commit 8c22c3d97c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
@ -157,6 +157,7 @@ namespace SqlSugar.TDengine
case "double":
return "DOUBLE";
case "float":
case "single":
return "FLOAT";
case "int":
return "INT";