Skip to content

Commit fff95e3

Browse files
committed
fix: SpotifyMusic 내 videoId 컬럼 추가
1 parent 959e3c4 commit fff95e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/org/dfbf/soundlink/domain/emotionRecord/entity/SpotifyMusic.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ public class SpotifyMusic {
2323
@Column(name = "spotify_id")
2424
private String spotifyId;
2525

26+
@Column(name = "video_id")
27+
private String videoId;
28+
2629
@Column(name = "title")
2730
private String title;
2831

0 commit comments

Comments
 (0)