Application Status Changes

Application Status Changes

FieldTypeDescription
id 🔑INTEGERThe ID of the ApplicationStatusChange object.
linked_application_id 🔗INTEGERThe ID of the Application object that this status change is associated with.
previous_statusSTRINGThe previous status of the Application object.
new_statusSTRINGThe new status of the Application object.
change_reasonSTRINGThe reason for the status change.
changed_by_user_id 🔗INTEGERThe ID of the User object that made the status change.
changed_atTIMESTAMPThe timestamp of the status change.
created_atTIMESTAMPThe timestamp of when the status change was created.
updated_atTIMESTAMPThe timestamp of when the status change was last updated.

Key Information

Primary Keys

  • id - The ID of the ApplicationStatusChange object.

Foreign Keys

  • linked_application_id - The ID of the Application object that this status change is associated with.
  • changed_by_user_id - The ID of the User object that made the status change.