mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-21 02:58:05 +08:00
Update 人大金仓 CodeFirst
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user