Skip to content

Commit

Permalink
Feat : nft 개발 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yerim216 committed Nov 15, 2023
1 parent 33c39f5 commit aef76cf
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 360 deletions.
2 changes: 2 additions & 0 deletions src/main/java/zerobibim/flory/domain/Image/entity/Image.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ public class Image extends BaseTime {
@Column(nullable = false)
private String url;

private String ipfsUrl;

private Long senderId;

private Long receiverId;
Expand Down
Loading

0 comments on commit aef76cf

Please sign in to comment.