mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-07 22:27: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.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";
|
||||||
|
Loading…
Reference in New Issue
Block a user