Skip to content

Commit

Permalink
feat: Add scrapAt column (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeeun-Han committed Mar 22, 2024
1 parent 9b5018a commit d193ecf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/beotkkot/qtudy/domain/scrap/Scrap.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ public class Scrap {

@Id
private Long postId;

private String scrapAt;
}

0 comments on commit d193ecf

Please sign in to comment.