Skip to content

Commit 5289915

Browse files
committed
feat: Auction enums #5
1 parent 2876939 commit 5289915

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/com/windfall/domain/auction/entity

1 file changed

+1
-0
lines changed

src/main/java/com/windfall/domain/auction/entity/Auction.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public class Auction extends BaseEntity {
4040
private Long dropAmount;
4141

4242
@Column(nullable = false)
43+
@Enumerated(EnumType.STRING)
4344
private AuctionStatus status;
4445

4546
@Column(nullable = false)

0 commit comments

Comments
 (0)