USER ROLES

Description

This table stores information about user roles.

Columns

Column Name Data Type Description
ID bigint Stores the ID of the user
HJVALUE bigint Stores the HJVALUE of the user
HJINDEX int Primary key column for the table

Foreign Key Relationships

  • ID references USER_(ID)
  • HJVALUE references ROLE(ID)