@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(name = "b_id")
private B b;

지금 이렇게 그대로 테이블에 b_id로 기록이 되는데

이걸 어떻게 바꾸누?


바꿔야되는데