Replies: 1 comment 2 replies
-
hm i changed up the schema a bit, and haven't got much time to work on skateshop. are you using drizzle? you can follow this if you do: drizzle leftjoin |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I've been trying to get a leftjoin on the table to work but have been struggling. It typically comes back to a type issue with nest types not working but I was wondering if someone had an example of a leftjoined table or maybe just a couple hints on the path to go.
I looked at some of the examples from skateshop with leftjoin, https://github.com/sadmann7/skateshop/blob/main/src/components/tables/products-table.tsx, but they seem to be commented out right now, so I wonder if there's just a general issue that I'm missing.
Any help is appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions