Prisma query multiple tables
So, I have 3 tables that need to be queried. Their schema are very much alike, underlined fields are basically shared between them.
I need to 'join' them, I guess, and do a pagination based on timestamp.
How would I go about doing this?
I need to 'join' them, I guess, and do a pagination based on timestamp.
How would I go about doing this?


