Skip to content

Commit

Permalink
[fix] Roommember 테이블 1등 상품 필드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hysong4u committed Feb 22, 2024
1 parent 44f1c2a commit 5a257b1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ public class RoomMember extends BaseTimeEntity {
@Column(columnDefinition = "TINYINT(1) default 0")
private boolean tournamentParticipation;

@Column(name = "firstplace_gift_id")
private Long firstplaceGiftId;

@Builder
public RoomMember(Room room, Member member) {
this.room = room;
Expand Down

0 comments on commit 5a257b1

Please sign in to comment.