rename ArrayToMany to PgArrayToMany

This commit is contained in:
2881099
2022-06-04 15:23:24 +08:00
parent 5e5d464224
commit 3411552673
6 changed files with 35 additions and 18 deletions

View File

@ -150,6 +150,6 @@ namespace FreeSql.Internal.Model
}
public enum TableRefType
{
OneToOne, ManyToOne, OneToMany, ManyToMany, ArrayToMany
OneToOne, ManyToOne, OneToMany, ManyToMany, PgArrayToMany
}
}