我有点麻烦弄清楚如何使多态关系工作,创建我的动态用户内容,如下所示。
我的计划是显示内容,具体取决于 content_type ,其中的链接是来自Users表的 id 和 user_id 表单UserData表。这些都是用户和 UserData
的模型用户表
*id* *username* *password*
1 johndoe 123
2 janedoe 321
UserData表
*user_id *content* *content_type*
1 John Doe full_name
1 john-doe.jpg avatar
1 laravel twitter
1 blue favorite_color
2 Jane Doe full_name
2 jane-doe.jpg avatar
2 Eloquent twitter
2 green favorite_color
我希望有人能看到我的目的是什么,并知道解决方案。并且可能会说明如何