回答編集履歴
1
誤字修正
answer
CHANGED
@@ -19,7 +19,6 @@
|
|
19
19
|
|comment_body|text||コメント本文
|
20
20
|
|comment_user|string|uuid|ユーザー
|
21
21
|
|parent_podt|int|FOREIGN KEY : posts(post_id)|親記事
|
22
|
-
|parent_comment|int|nullable|親コメント
|
23
22
|
|created_at|timestamp||投稿日時
|
24
23
|
|
25
24
|
** Replies table**
|