left join make the types never
Hi guys, im now sure if this is the expected behavior or not but i have this query
where the type of reminders is
so that is ok but when i add a left join all the types are never
this is the left join and now the types are
I'm not sure why is never i was expecting something like
Im doing something wrong or it is correct this way?
Im using
"drizzle-orm": "^0.29.2"
Thanks so much in advance for the time
where the type of reminders is
so that is ok but when i add a left join all the types are never
this is the left join and now the types are
I'm not sure why is never i was expecting something like
Im doing something wrong or it is correct this way?
Im using
"drizzle-orm": "^0.29.2"
Thanks so much in advance for the time