Skip to content

Commit

Permalink
Merge pull request #7 from LikeLion-KNU/HOTFIX
Browse files Browse the repository at this point in the history
[MODIFY] increase length of url_list
  • Loading branch information
himodu authored May 19, 2024
2 parents dda4caa + 5872cb9 commit 7ffe0f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ public class BoothEntity extends BasicEntity {
name = "URL_LIST",
joinColumns = @JoinColumn(name="booth_id", referencedColumnName = "id")
)
@Column(length = 300)
@Column(columnDefinition = "VARCHAR(300)")
private List<String> urls;
}

0 comments on commit 7ffe0f7

Please sign in to comment.