Skip to content

Commit

Permalink
fix: productDescription varchar(3000) 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
tteia committed Oct 30, 2024
1 parent e3dc140 commit 680827e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class PackageProduct extends BaseEntity {
@NotNull
private Long price;

@Column(columnDefinition = "text")
@Column(length=3000)
private String productDescription;

private String productCode;
Expand Down

0 comments on commit 680827e

Please sign in to comment.