We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe400c commit b084f64Copy full SHA for b084f64
src/main/java/land/leets/domain/portfolio/domain/Portfolio.java
@@ -31,7 +31,7 @@ public class Portfolio extends BaseTimeEntity {
31
@Column(nullable = false)
32
private String summary;
33
34
- @Column(nullable = false, length = 2000)
+ @Column(columnDefinition = "text", nullable = false)
35
private String description;
36
37
0 commit comments