morphmap for relationship #208
fullyloadedtech
started this conversation in
Ideas
Replies: 1 comment
-
Can you provide an example? I'm thinking that would be a breaking change which I'm not prepared to do with v3 having to be a major version change anyway. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using something like
CuratorPicker::make('photos')->multiple()->relationship('photos', 'id')
I would prefer if there was a way to use a morphmap/"morph many" instead of needing to create a pivot table for every relation. As in potentially use a single table for multiple relationships, rather than multiple pivot tables.Beta Was this translation helpful? Give feedback.
All reactions