Skip to content

Commit

Permalink
fix: member 테이블 social_id 컬럼 길이 45글자 수정 (#965) (#966)
Browse files Browse the repository at this point in the history
fix: member 테이블 social_id 컬럼 길이 45글자 수정
  • Loading branch information
seokjin8678 authored May 13, 2024
1 parent 7362efa commit 30fc51e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
alter table member
modify social_id varchar(45) null;

0 comments on commit 30fc51e

Please sign in to comment.