It seems like the mapping table is storing all the roles that each user is a member of. If this is correct I would call the table UserRoles.
This correctly (IMO) pluralizes the intent of the table rather than UsersRoles which just sounds odd.
It seems like the mapping table is storing all the roles that each user is a member of. If this is correct I would call the table UserRoles.
This correctly (IMO) pluralizes the intent of the table rather than UsersRoles which just sounds odd.