Skip to content

Commit 0bd9e26

Browse files
committed
chore: Post.java 설계 제약 주석 복원 (코드리뷰 반영)
1 parent 7f1cc66 commit 0bd9e26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/main/java/com/Rootin/domain/til/entity

src/main/java/com/Rootin/domain/til/entity/Post.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
import java.time.LocalDateTime;
1212

13+
// id/user 필드는 AiResult ManyToMany 조인(ai_result_til.post_id = posts.id)에 필요하므로 제거 금지
1314
@Getter
1415
@Entity
1516
@Inheritance(strategy = InheritanceType.JOINED)

0 commit comments

Comments
 (0)