W3Cschool
恭喜您成為首批注冊用戶
獲得88經驗值獎勵
一對多多態(tài)關聯(lián)與簡單的一對多關聯(lián)類似;不過,目標模型可以在一個關聯(lián)中從屬于多個模型。假設應用中的用戶可以同時「評論」文章和視頻。使用多態(tài)關聯(lián),可以用單個 comments
表同時滿足這些情況。我們還是先來看看用來構建這種關聯(lián)的表結構:
posts
id - integer
title - string
body - text
videos
id - integer
title - string
url - string
comments
id - integer
body - text
commentable_id - integer
commentable_type - string
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: