mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-09-18 09:25:35 +08:00
- 增加 IInsert IgnoreInsertValueSql 方法临时忽略 InsertValueSql 设置;
This commit is contained in:
@@ -33,7 +33,7 @@ public class IdentityUser1
|
||||
public int Id { get; set; }
|
||||
[MaxLength(32)]
|
||||
public string Username { get; set; }
|
||||
[MaxLength(64)]
|
||||
[MaxLength(64), Column(InsertValueSql = "'defaultname'")]
|
||||
public string Nickname { get; set; }
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user