Merge pull request 'remove comma' (#12) from working into main
Docker Build and Release Upload / build (push) Successful in 1m18s
Docker Build and Release Upload / build (push) Successful in 1m18s
Reviewed-on: #12
This commit was merged in pull request #12.
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ CREATE TABLE IF NOT EXISTS `Resume` (
|
||||
`StateOrRegion` varchar(100) NOT NULL,
|
||||
`City` varchar(100) NOT NULL,
|
||||
`IsActive` boolean DEFAULT 0,
|
||||
PRIMARY KEY (`ID`),
|
||||
PRIMARY KEY (`ID`)
|
||||
) AUTO_INCREMENT=1;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `ResumeExperience` (
|
||||
|
||||
Reference in New Issue
Block a user