Where role are stored?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2021 12:14 PM
Hi All,
Can any one confirm because I have some doubt on the below:
Role are stored in : sys_user_role (table)
User's role are stored in : sys_user_has_role (table)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2021 12:37 PM
Yes, take a look at a list view of the sys_user_role table and you will see a record for each role name and other attributes. The sys_user_has_role table is a link between the sys_user table and the sys_user_role table - with a reference column for user and a reference column for role, among other things
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2021 02:53 PM
Did this answer your question?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2021 09:05 PM
Hi,
All the roles mapped to user will be stored in sys_user_has_role table. Roles field is just to create a relationship with this table. So virtually no roles will be stored in sys_user (User) table.
Thanks
Rameshwar
If the reply was informational, please mark as helpful or mark as correct!