mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
!43 update Src/Asp.NetCore2/SqlSugar.TDengineCore/TDengine/CodeFirst/TDengineCodeFirst.cs.
Merge pull request !43 from 逐浪人/N/A
This commit is contained in:
commit
8c22c3d97c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user