mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
MySql CodeFirst BUG
This commit is contained in:
@@ -16,6 +16,8 @@ namespace SqlSugar
|
||||
{
|
||||
foreach (var item in entityInfo.Columns)
|
||||
{
|
||||
if (item.IsIgnore)
|
||||
continue;
|
||||
DbColumnInfo dbColumnInfo = this.EntityColumnToDbColumn(entityInfo, tableName, item);
|
||||
columns.Add(dbColumnInfo);
|
||||
}
|
||||
|
Reference in New Issue
Block a user