Table: systemuser
Records details of a user authorised to use JCR
Columns
NameTypeConstraintsDescription
systemidINTEGERNOT NULLSystem-generated primary key
usernameVARCHAR (20)NOT NULLThe name by which the user is identified to the system. Must be unique
nameVARCHAR (50)NOT NULLFull name of the user
issuperuserCHAR (1)NOT NULLContains Y if this is the sole superuser, otherwise N
passwordVARCHAR (32)NOT NULLUser's password, salted with the username and MD5 hashed
emailVARCHAR (100)User's email address (currently not used)
enabledCHAR (1)NOT NULLContains Y if the user may log in, otherwise N
Primary key
NameColumnsDescription
pk_systemusersystemid
Incoming foreign keys
NameColumnsReferencing tableDescription
fk_fileset_systemuserownerfileset
fk_project_systemuserownerproject
fk_projectstatus_changedBychangedbyprojectstatus
fk_projectthread_systemuserownerprojectthread
fk_projectcomment_systemuser_ownerownerprojectcomment
fk_projectcom_systemuser_reviewerreviewerprojectcomment
fk_projectcom_systemuser_revactionreviewactionownerprojectcomment
fk_projectcom_systemuser_actioneractionerprojectcomment
fk_filecomment_systemuser_ownerownerfilecomment
fk_filecom_systemuser_reviewerreviewerfilecomment
fk_filecom_systemuser_revactionreviewactionownerfilecomment
fk_filecom_systemuser_actioneractionerfilecomment

Schema diagram