## v0.10.13

This commit is contained in:
28810
2019-10-14 13:45:08 +08:00
parent 615023f012
commit 375ba5f3cb
14 changed files with 14 additions and 14 deletions

View File

@ -351,7 +351,7 @@ namespace FreeSql.Tests.PostgreSQL
[Table(Name = "tb_alltype")]
class TableAllType
{
[Column(IsPrimary = true)]
[Column(IsIdentity = true, IsPrimary = true)]
public int Id { get; set; }
public bool testFieldBool { get; set; }