Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
kccarter76 committed Aug 18, 2020
1 parent bb313d0 commit dd43185
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ protected override void OnDbModeling(DbModelBuilder builder)
_ = builder
.AddEntityModel<Models.Table>()
.AddEntityModel<Models.Column>()
.AddEntityModel<Models.Relationship>();
.AddEntityModel<Models.Relationship>()
.AddEntityModel<Models.TableType>();
}

protected override void OnDbModelRelationships(DbModelBuilder builder)
Expand Down

0 comments on commit dd43185

Please sign in to comment.