Base solution for your next web application
Open Closed

PowerTools and Many-to-Many relationships #11198


User avatar
0
jasenfici created

Can PowerTools be used to generate a many-to-many relationship? Kind of like Users and Roles, where a single user may be part of many roles, and conversely one role will be assigned to many users.

I only see one-to-many capabilities where a foreign key is placed in the child entity, whereas I think a many-to-many would require a separate FK table (i.e. UserRoles).

thanks, Jasen


1 Answer(s)