mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-17 01:46:18 +08:00
Update 人大金仓 CodeFirst
This commit is contained in:
parent
a9017f527e
commit
0272e4615e
@ -419,7 +419,7 @@ WHERE tgrelid = '" + tableName + "'::regclass");
|
|||||||
//table remak
|
//table remak
|
||||||
if (entity.TableDescription != null)
|
if (entity.TableDescription != null)
|
||||||
{
|
{
|
||||||
db.DbMaintenance.AddTableRemark(entity.DbTableName, entity.TableDescription);
|
db.DbMaintenance.AddTableRemark(SqlBuilder.GetTranslationColumnName(entity.DbTableName), entity.TableDescription);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user