Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywoo27 committed Jan 10, 2024
1 parent 23e16fc commit 9eb3935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/kr/bb/payment/entity/Payment.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class Payment extends BaseEntity {
private String orderId;

@Enumerated(EnumType.STRING)
@Column(name = "orderType", nullable = false)
@Column(name = "order_type", nullable = false)
private OrderType orderType;

@Column(name = "payment_cid", nullable = false)
Expand Down

0 comments on commit 9eb3935

Please sign in to comment.