mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
Update 人大金仓 CodeFirst guid
This commit is contained in:
@@ -430,11 +430,11 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
item.Length = 1;
|
item.Length = 1;
|
||||||
}
|
}
|
||||||
if (dataType == "uuid")
|
//if (dataType == "uuid")
|
||||||
{
|
//{
|
||||||
item.Length = 50;
|
// item.Length = 50;
|
||||||
dataType = "varchar";
|
// dataType = "varchar";
|
||||||
}
|
//}
|
||||||
string dataSize = item.Length > 0 ? string.Format("({0})", item.Length) : null;
|
string dataSize = item.Length > 0 ? string.Format("({0})", item.Length) : null;
|
||||||
string nullType = item.IsNullable ? this.CreateTableNull : CreateTableNotNull;
|
string nullType = item.IsNullable ? this.CreateTableNull : CreateTableNotNull;
|
||||||
string primaryKey = null;
|
string primaryKey = null;
|
||||||
|
Reference in New Issue
Block a user