We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022def8 commit 4018bfaCopy full SHA for 4018bfa
1 file changed
src/main/java/site/praytogether/pray_together/domain/prayer/domain/PrayerContent.java
@@ -48,7 +48,7 @@ public class PrayerContent extends BaseEntity {
48
@Column(name = "member_id")
49
private Long memberId;
50
51
- @Column(nullable = false, length = 30)
+ @Column(nullable = false, length = 100)
52
private String memberName;
53
54
@Column(nullable = false, columnDefinition = "CLOB")
0 commit comments