I need help with morphable relationship #499
-
Hello ! I created a migration and MediaItem model with relation: and in filament resource model: When I try to save the record I get an error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'app-alstal-dom-crm.mediables' doesn't exist select Could someone provide me with a working solution ? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
there error says that it can't find the pivot table. Did you create that and run the migrations? |
Beta Was this translation helpful? Give feedback.
-
Yes, as described in the documentation:
|
Beta Was this translation helpful? Give feedback.
-
Only real advice I have to check with the laravel docs to make sure your relationships are set up correctly. |
Beta Was this translation helpful? Give feedback.
-
Hello ! I set the relationship in MediaItem model incorrectly - it should be "belongsTo". |
Beta Was this translation helpful? Give feedback.
Only real advice I have to check with the laravel docs to make sure your relationships are set up correctly.