Combine two databases to one resource
I have two models ReferralReward and PointHistory. They don't have relationships. But I want to show these two databases in one resource. Is it possible or not?
6 Replies
How are you wanting to display them? You could render one as a resource and one as a widget table
i dont know what you mean by combine
it totally depends how combined they should be
I mean
ReferralReward + PointHistory = PlanResource
sth like thatNo, you cannot do that easily, you could try doing it with sushi but you need a relationship to map them
Thank you so much. Let me check
What do you even mean no relationship? How are you supposed to “join” without relationship
Also, you want to link tables or databases?