mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
兼容 MySql8.0 CodeFirst 类型对比
This commit is contained in:
@ -14,7 +14,7 @@ namespace FreeSql.Tests.Odbc.MySql
|
||||
[Column(IsIdentity = true)]
|
||||
public int id { get; set; }
|
||||
public string title { get; set; }
|
||||
public DateTime time { get; set; }
|
||||
public DateTime? time { get; set; }
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
Reference in New Issue
Block a user