Skip to content

Commit

Permalink
[MODIFY] increase length of url_list
Browse files Browse the repository at this point in the history
-  increase length of url_list
  • Loading branch information
himodu committed May 19, 2024
1 parent 46b9956 commit 5872cb9
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 5872cb9

Please sign in to comment.