您当前的位置: 首页 >  ar

Laravel 模型关系:多态一对多

知其黑、受其白 发布时间:2021-01-28 19:19:45 ,浏览量:6

文章可以接受多条评论,视频也可以接受多条评论。

在这里插入图片描述

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            
关注
打赏
1688896170
查看更多评论
0.0450s