文章可以接受多条评论,视频也可以接受多条评论。
articles
id - integer
title - string
body - text
videos
id - integer
title - string
url - string
comments
id - integer
body - text
commentable_id - integer
commentable_type - string
模型
# App\Comment
public function
关注
打赏