CS
Explore posts from serversDTDrizzle Team
•Created by CS on 3/24/2024 in #help
What am I doing wrong with migrations?
Ah found it in another answer here from last year: define the callback in a references function as
AnyMySqlColumn
19 replies
DTDrizzle Team
•Created by CS on 3/24/2024 in #help
What am I doing wrong with migrations?
Ok I think I fixed my problem, it was something stupid from my side... (a small typo basically)
19 replies
DTDrizzle Team
•Created by CS on 3/24/2024 in #help
What am I doing wrong with migrations?
But I have no clue why this is happening in my update query
19 replies
DTDrizzle Team
•Created by CS on 3/24/2024 in #help
What am I doing wrong with migrations?
At the part where it's trying to access col.name apparently
19 replies
DTDrizzle Team
•Created by CS on 3/24/2024 in #help
What am I doing wrong with migrations?
The error seems to stem from this part though:
19 replies
DTDrizzle Team
•Created by CS on 3/24/2024 in #help
What am I doing wrong with migrations?
I think the console logs with file locations aren't that important, since it's obviously finding those files
19 replies
DTDrizzle Team
•Created by CS on 3/24/2024 in #help
What am I doing wrong with migrations?
Using npm
19 replies
DTDrizzle Team
•Created by CS on 3/24/2024 in #help
What am I doing wrong with migrations?
I just noticed something even more weird, when trying to bugfix one of my queries
19 replies
DTDrizzle Team
•Created by CS on 3/24/2024 in #help
What am I doing wrong with migrations?
So far, it has only helped to reset the DB, run drizzle-kit generate, and then it worked again. I think our understanding of the migration part might be wrong. I'd be glad to receive any tips on how to properly handle this!
Thanks in advance 👋
19 replies
DTDrizzle Team
•Created by CS on 3/24/2024 in #help
What am I doing wrong with migrations?
When it reaches the migrate line though, it seems to fail:
19 replies