ROLE__DEPARTMENTS

Description

This is a mapping table that links roles to departments, establishing a many-to-many relationship.

Column Name Data Type Description
ID bigint(20) The foreign key referencing the ROLE table, part of the primary key.
HJVALUE bigint(20) The foreign key referencing the DEPARTMENT table.
HJINDEX int(11) An index to support the composite primary key.