Skip to content

Commit

Permalink
[#242] refactor: toastid 오타수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sss4920 committed Oct 12, 2024
1 parent 522c69d commit 18aa6a1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
@Entity
@NoArgsConstructor(access = AccessLevel.PROTECTED)
public class Toast {

@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long Id;
private Long id;

@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(name = "user_id")
Expand Down

0 comments on commit 18aa6a1

Please sign in to comment.