We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1cc66 commit 0bd9e26Copy full SHA for 0bd9e26
1 file changed
src/main/java/com/Rootin/domain/til/entity/Post.java
@@ -10,6 +10,7 @@
10
11
import java.time.LocalDateTime;
12
13
+// id/user 필드는 AiResult ManyToMany 조인(ai_result_til.post_id = posts.id)에 필요하므로 제거 금지
14
@Getter
15
@Entity
16
@Inheritance(strategy = InheritanceType.JOINED)
0 commit comments