mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 04:35:29 +08:00
Update xugu
This commit is contained in:
parent
1202faa6f9
commit
998eae3dc3
@ -144,6 +144,10 @@ WHERE T.TABLE_NAME='{0}' AND T.DB_ID=CURRENT_DB_ID
|
||||
// });
|
||||
//}
|
||||
|
||||
public override bool AddTableRemark(string tableName, string description)
|
||||
{
|
||||
return base.AddTableRemark(SqlBuilder.GetTranslationColumnName(tableName), description);
|
||||
}
|
||||
private List<DbColumnInfo> GetColumnInfosByTableName(string tableName)
|
||||
{
|
||||
string sql = "select * /* " + Guid.NewGuid() + " */ from " + SqlBuilder.GetTranslationTableName(tableName) + " WHERE 1=2 ";
|
||||
|
Loading…
Reference in New Issue
Block a user