gdalmau
gdalmau
DTDrizzle Team
Created by janosch.hrm on 11/2/2023 in #help
.all() API not available
Inner join will return a 1:1 record each time. You could try grouping but my preferred method would be to use the query relationships. They come quite handy in situations like this. https://orm.drizzle.team/docs/rqb
2 replies
DTDrizzle Team
Created by tomri on 11/3/2023 in #help
error: column "id" cannot be cast automatically to type uuid
At least that’s how I have it working in my code
9 replies
DTDrizzle Team
Created by tomri on 11/3/2023 in #help
error: column "id" cannot be cast automatically to type uuid
put the .defaultRandom() AFTER .primaryKey()
9 replies