Isolate to_many from one_to_one in bdb

This commit is contained in:
Aaron L 2016-09-17 23:11:50 -07:00
commit b918e9ef9e
5 changed files with 182 additions and 94 deletions

View file

@ -15,6 +15,7 @@ type Table struct {
IsJoinTable bool
ToOneRelationships []ToOneRelationship
ToManyRelationships []ToManyRelationship
}