Footprints Data Model |
Table |
Table Name | Role Group Role |
Table Definition | (Not used, but referenced in Java code that must be removed before table deletion.) an association table that resolves the many to many relationship between the Role Group and the Role entities. |
Attribute |
Attribute Name | Attribute Definition | Logical Datatype | Is Required |
Application Role Id | A Foreign Key to the Application Role table. | LONG | Yes |
Role Group Role Id | The automatically generated primary key of the role_grp_role table. | LONG | Yes |
Role Group Id | A Foreign Key to the Role Group table. | LONG | No |