Skip to content

Commit

Permalink
[#495] feat: column명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jyajoo committed Dec 5, 2024
1 parent f5cd78d commit ab116fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class ClaimReportVideoFile {
private Long id;

@OneToOne(fetch = FetchType.LAZY, cascade = CascadeType.REMOVE)
@JoinColumn(name = "image_file_id", nullable = false)
@JoinColumn(name = "video_file_id", nullable = false)
private VideoFile videoFile;

@ManyToOne(fetch = FetchType.LAZY, cascade = CascadeType.REMOVE)
Expand Down

0 comments on commit ab116fc

Please sign in to comment.