Skip to content

Commit dd43185

Browse files
committed
no message
1 parent bb313d0 commit dd43185

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SubSonic.Core.DataAccessLayer/src/CodeGenerator/GeneratorContext.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ protected override void OnDbModeling(DbModelBuilder builder)
4747
_ = builder
4848
.AddEntityModel<Models.Table>()
4949
.AddEntityModel<Models.Column>()
50-
.AddEntityModel<Models.Relationship>();
50+
.AddEntityModel<Models.Relationship>()
51+
.AddEntityModel<Models.TableType>();
5152
}
5253

5354
protected override void OnDbModelRelationships(DbModelBuilder builder)

0 commit comments

Comments
 (0)