JP
DTDrizzle Team
•Created by JP on 9/11/2024 in #help
Error when executing drizzle-kit push
I have a view in my db,
debug-view
here is the definition in the schema:
when I run drizzle-kit push, I'm getting this output:
Having this definition or not does not make any difference.
I can't pass this point, the only way to continue having that view is to remove it from the DB, make the push, and re-create it.
Any advice?1 replies
DTDrizzle Team
•Created by JP on 5/15/2024 in #help
This query is to much for me :)
Hello guys,
This is the Query:
One of the response items:
This is what I'm looking for, and I'm thinking that I will have to do it manually (like iterating the result):
Instead of all custom fields in that field, make each one of them an individual field, like below.
I would love to know your opinion
2 replies
DTDrizzle Team
•Created by JP on 5/14/2024 in #help
one-to-many self reference
Hello guys,
this is a simplified section of my schema:
contacts are families or family members, where parent_id points to the family
I tried to update the above code:
but I'm getting this error:
and also have this:
even without the .references, the below code silently fails:
8 replies