Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Purpose: Holds the roles assigned to a user
Joins: users, roles (table)tables

Field

Type

Purpose

userID

int(10) unsigned

Foreign key to users.id

roleID

int(4)

Foreign key to role.id

...