Table: projectstatus
Records the history of status changes to each project
Columns
NameTypeConstraintsDescription
systemidINTEGERNOT NULLSystem-generated primary key
projectINTEGERNOT NULLThe project whose state was changed
changedbyINTEGERNOT NULLThe SystemUser who changed the status of the project
changedateTIMESTAMPNOT NULLTime when the project status was changed
newstatusVARCHAR (2)NOT NULLNew status of the project. See Project.currentStatus for details
Primary key
NameColumnsDescription
pk_projectstatussystemid
Foreign keys
NameColumnsReferenced tableDescription
fk_projectstatus_projectprojectproject
fk_projectstatus_changedBychangedbysystemuser

Schema diagram