mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-21 02:58:05 +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:
@@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Data;
|
using System.Data;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
@@ -157,6 +157,7 @@ namespace SqlSugar.TDengine
|
|||||||
case "double":
|
case "double":
|
||||||
return "DOUBLE";
|
return "DOUBLE";
|
||||||
case "float":
|
case "float":
|
||||||
|
case "single":
|
||||||
return "FLOAT";
|
return "FLOAT";
|
||||||
case "int":
|
case "int":
|
||||||
return "INT";
|
return "INT";
|
||||||
|
Reference in New Issue
Block a user