Skip to content

Commit

Permalink
fix: flyway 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Soundbar91 committed Jan 31, 2025
1 parent b85cf44 commit 1b82e70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ CREATE TABLE if not exists `koin`.`general_education_area_course_type_map`
`course_type_id` INT UNSIGNED NOT NULL comment '이수 구분 id',
PRIMARY KEY (`id`),
FOREIGN KEY (`general_education_area_id`) REFERENCES `general_education_area` (`id`),
FOREIGN KEY (`course_type_id`) REFERENCES `course_type` (`id`),
FOREIGN KEY (`course_type_id`) REFERENCES `course_type` (`id`)
);

0 comments on commit 1b82e70

Please sign in to comment.