mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-09-15 16:05:34 +08:00
完成v0.3.17所有数据库的测试
This commit is contained in:
@@ -21,6 +21,7 @@ namespace FreeSql.Tests.SqliteExpression {
|
||||
}
|
||||
[Table(Name = "TestTypeInfo333")]
|
||||
class TestTypeInfo {
|
||||
[Column(IsIdentity = true)]
|
||||
public int Guid { get; set; }
|
||||
public int ParentId { get; set; }
|
||||
public TestTypeParentInfo Parent { get; set; }
|
||||
|
@@ -20,6 +20,7 @@ namespace FreeSql.Tests.SqliteExpression {
|
||||
public DateTime CreateTime { get; set; }
|
||||
}
|
||||
class TestTypeInfo {
|
||||
[Column(IsIdentity = true)]
|
||||
public int Guid { get; set; }
|
||||
public int ParentId { get; set; }
|
||||
public TestTypeParentInfo Parent { get; set; }
|
||||
|
Reference in New Issue
Block a user