Update 人大金仓 CodeFirst

This commit is contained in:
sunkaixuan 2023-10-24 11:46:29 +08:00
parent a9017f527e
commit 0272e4615e

View File

@ -419,7 +419,7 @@ WHERE tgrelid = '" + tableName + "'::regclass");
//table remak
if (entity.TableDescription != null)
{
db.DbMaintenance.AddTableRemark(entity.DbTableName, entity.TableDescription);
db.DbMaintenance.AddTableRemark(SqlBuilder.GetTranslationColumnName(entity.DbTableName), entity.TableDescription);
}
return true;
}