강의

멘토링

로드맵

Inflearn Community Q&A

hyunsokstar6698's profile image
hyunsokstar6698

asked

Learning React 19 with Code and Spring Boot API Server

Creating an Entity Class

엔티티 클래스 만들기 챕터에서 테이블 왜 두개 만들어진 건가요?

Written on

·

135

0

엔티티 클래스 만들기 챕터에서 테이블 왜 두개 만들어진 건가요?

 

엔티티 클래스 만들기 챕터 8분 36초에서 테이블이 왜 두개 만들어 졌나요?

image.png

reactspring-bootjpajwtredux-toolkit

Answer 1

0

zk202308a5410님의 프로필 이미지
zk202308a5410
Instructor

예제 작성 중에 @Table설정이 없는 경우 실행결과로 만들어진 테이블과(todo)와 이후에 만들어진 테이블(tbl_todo)입니다 todo테이블은 삭제하셔도 됩니다

hyunsokstar6698's profile image
hyunsokstar6698

asked

Ask a question