Skip to content

Commit

Permalink
feat: delete limit of introduction, university column length
Browse files Browse the repository at this point in the history
  • Loading branch information
gikhoon committed Nov 21, 2024
1 parent a090490 commit 904942f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ public class Member extends BaseTimeEntity {
@Column(name = "member_profile_image")
private S3Info profileImage;

@Column(name = "introduction", length = 200)
@Column(name = "introduction")
private String introduction;

@Column(name = "university", length = 50)
@Column(name = "university")
private String university;

@Builder
Expand Down

0 comments on commit 904942f

Please sign in to comment.