From 3ada1c8bee23b89bb7089c5b4ec47ee483933197 Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Fri, 12 Aug 2022 20:49:52 +0800 Subject: [PATCH] Update DbColumnInfo --- Src/Asp.NetCore2/SqlSugar/Entities/DbColumnInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Asp.NetCore2/SqlSugar/Entities/DbColumnInfo.cs b/Src/Asp.NetCore2/SqlSugar/Entities/DbColumnInfo.cs index 2f4976228..00dfb5b00 100644 --- a/Src/Asp.NetCore2/SqlSugar/Entities/DbColumnInfo.cs +++ b/Src/Asp.NetCore2/SqlSugar/Entities/DbColumnInfo.cs @@ -22,7 +22,7 @@ namespace SqlSugar public int DecimalDigits { get; set; } public int Scale { get; set; } public bool IsArray { get; set; } - internal bool IsJson { get; set; } + public bool IsJson { get; set; } public bool? IsUnsigned { get; set; } public int CreateTableFieldSort { get; set; } internal object SqlParameterDbType { get; set; }