Skip to content

Commit cc48ef2

Browse files
committed
feat: tossPay 엔티티 컬럼 수정
1 parent a8fbd00 commit cc48ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/threestar/trainus/domain/payment/entity/TossPayment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class TossPayment {
2727

2828
@Id
2929
@GeneratedValue(strategy = GenerationType.IDENTITY)
30-
private Long tossPaymentId;
30+
private Long id;
3131

3232
@Column(nullable = false, unique = true)
3333
private String paymentKey;

0 commit comments

Comments
 (0)