mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Update DbColumnInfo
This commit is contained in:
parent
d262cb7f8a
commit
3ada1c8bee
@ -22,7 +22,7 @@ namespace SqlSugar
|
|||||||
public int DecimalDigits { get; set; }
|
public int DecimalDigits { get; set; }
|
||||||
public int Scale { get; set; }
|
public int Scale { get; set; }
|
||||||
public bool IsArray { get; set; }
|
public bool IsArray { get; set; }
|
||||||
internal bool IsJson { get; set; }
|
public bool IsJson { get; set; }
|
||||||
public bool? IsUnsigned { get; set; }
|
public bool? IsUnsigned { get; set; }
|
||||||
public int CreateTableFieldSort { get; set; }
|
public int CreateTableFieldSort { get; set; }
|
||||||
internal object SqlParameterDbType { get; set; }
|
internal object SqlParameterDbType { get; set; }
|
||||||
|
Loading…
Reference in New Issue
Block a user