USER__DEPARTMENTS

Description

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

Column Name Data Type Description
ID bigint(20) The foreign key referencing the USER_ 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.