您当前的位置: 首页 >  ar

知其黑、受其白

暂无认证

  • 0浏览

    0关注

    1250博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

Laravel 模型关系:多态一对多

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

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

在这里插入图片描述

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