Skip to content

Commit

Permalink
CompanyUrl 컬럼 nullable 로 수정 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
SungGil-5125 committed Nov 5, 2023
1 parent 45e70b7 commit 0ded054
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Career(
@Column(nullable = false)
val companyName: String,

@Column(nullable = false)
@Column(nullable = true)
val companyUrl: String,

@Column(nullable = false)
Expand Down

0 comments on commit 0ded054

Please sign in to comment.