Add response email to application
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user