I made an Entity database and it generated all the tables but it seems to have forgotten about the aspnet_usersinRoles table.
I don't know why it would skip this one or how to add it.
When in I look in the Model Browser through VS2008 I see the the aspnet_UsersInRoles table.
No, it didn't "forget" about aspnet_UsersInRoles. This table consists only of two foreign keys to other tables. Since you've mapped those as well, aspnet_UsersInRoles is subsumed into a many to many relationship within your model. In other words, it's there; it just isn't shown as a separate entity, since it serves only to represent a relationship between two other entities.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With