Add response email to application

This commit is contained in:
2025-08-04 17:39:29 -07:00
parent 0a71162162
commit ca21bd6c5b
4 changed files with 13 additions and 2 deletions
+1
View File
@@ -186,6 +186,7 @@ CREATE TABLE IF NOT EXISTS `JobApplication` (
`AccountID` int NOT NULL,
`ResumeID` int NOT NULL,
`JobListingID` int NOT NULL,
`ResponseEmail` varchar(255) DEFAULT NULL,
`DateApplied` datetime DEFAULT NULL,
`ResponseStatus` varchar(50) NOT NULL DEFAULT 'Pending',
`HasBeenViewed` boolean DEFAULT 0,