Skip to content

Commit

Permalink
Merge pull request #15 from Ha-dam/feat/13-CICD
Browse files Browse the repository at this point in the history
fix: change the data type
  • Loading branch information
ziiyouth authored Dec 11, 2023
2 parents de0e73b + 74d3ce1 commit 9a8f498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/hadam/hadam/domain/Diary.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class Diary extends BaseTimeEntity {
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;

@Column(columnDefinition = "TEXT")
@Column(columnDefinition = "LONGTEXT")
private String img;

@Column(columnDefinition = "TEXT")
Expand Down

0 comments on commit 9a8f498

Please sign in to comment.