Application Status Changes
Application Status Changes
Field | Type | Description |
---|---|---|
id 🔑 | INTEGER | The ID of the ApplicationStatusChange object. |
linked_application_id 🔗 | INTEGER | The ID of the Application object that this status change is associated with. |
previous_status | STRING | The previous status of the Application object. |
new_status | STRING | The new status of the Application object. |
change_reason | STRING | The reason for the status change. |
changed_by_user_id 🔗 | INTEGER | The ID of the User object that made the status change. |
changed_at | TIMESTAMP | The timestamp of the status change. |
created_at | TIMESTAMP | The timestamp of when the status change was created. |
updated_at | TIMESTAMP | The 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.
Updated 6 days ago