Skip to content

Commit

Permalink
Merge pull request #14 from yerim216/develop
Browse files Browse the repository at this point in the history
Feat : nft 개발 추가
  • Loading branch information
yerim216 authored Nov 15, 2023
2 parents 33c39f5 + aef76cf commit 8c6d6d2
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 8c6d6d2

Please sign in to comment.