Footprints Data Model

Table
Name role_grp_role
Comment (not used) an association table that resolves the many to many relationship between the Role Group and the Role entities.

Column
Name Datatype Comment Is PK Is FK
app_role_id bigint A Foreign Key to the Application Role table. Yes Yes
role_grp_role_id bigint The automatically generated primary key of the role_grp_role table. Yes No
role_grp_id bigint A Foreign Key to the Role Group table. No Yes