Remove Veteran, Allow Millitary to be NULL

This commit is contained in:
2025-08-13 06:28:14 -07:00
parent 7f7d5f587d
commit 369d71d446
6 changed files with 24 additions and 16 deletions
-1
View File
@@ -48,7 +48,6 @@ CREATE TABLE IF NOT EXISTS `Resume` (
CREATE TABLE IF NOT EXISTS `ResumeMilitary` (
`ID` int NOT NULL AUTO_INCREMENT,
`ResumeID` int NOT NULL,
`Veteran` boolean DEFAULT 0,
`Country` char(2) NOT NULL,
`Rank` varchar(50) NOT NULL,
`DateStarted` date NOT NULL,