Update DbColumnInfo

This commit is contained in:
sunkaixuan 2022-08-12 20:49:52 +08:00
parent d262cb7f8a
commit 3ada1c8bee

View File

@ -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; }