Skip to content

Commit

Permalink
[BE] fix: sql 문법 에러 수정 (#501) (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
carsago authored and BGuga committed Oct 17, 2023
1 parent 943d4e6 commit 3ed71b3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ alter table student_code
-- StudentCode의 member_id UNIQUE 제약조건 추가
alter table student_code
modify column member_id bigint unique;

0 comments on commit 3ed71b3

Please sign in to comment.