Skip to content

Commit

Permalink
zopsmart#3 | corrected schema.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
raybittu committed Feb 16, 2021
1 parent 2dc0b3a commit 1508b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ UNLOCK TABLES;
DROP TABLE IF EXISTS `employee_skills`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `skillsEmployees` (
CREATE TABLE `employee_skills` (
`employee_id` int NOT NULL,
`skill_id` int NOT NULL,
PRIMARY KEY (`employee_id`,`skill_id`),
Expand Down

0 comments on commit 1508b1d

Please sign in to comment.