You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RoleIDs are not stored in the user table, nor is there a joint table that links user IDs and roleIDs. Consider these as well as other alternatives for linking users and roles.
The text was updated successfully, but these errors were encountered:
Create join table for users to have multiple roles
Update relevant migration file(s)
Ensure the user message contains the role ids
(Daved) Investigate data structures for queries with joins
(Daved) Investigate how limit/offset are affected by row data being duplicated in joins
*It's likely that we'll discuss whether to make multiple queries or a single query with fancy structure handling in order to hydrate a user and the related role data collection.
RoleIDs are not stored in the user table, nor is there a joint table that links user IDs and roleIDs. Consider these as well as other alternatives for linking users and roles.
The text was updated successfully, but these errors were encountered: