Skip to content

tables user_roles

Jan Kvetina edited this page Oct 9, 2020 · 1 revision

user_roles table

Source code: user_roles

ID Column name Data type NN PK FK Comment
1 app_id NUMBER(4) Y Y APEX application ID
2 user_id VARCHAR2(30) Y Y Y User ID from users table
3 role_id VARCHAR2(30) Y Y Y Role ID from roles table

Clone this wiki locally