ben-san
Explore posts from serversTTCTheo's Typesafe Cult
•Created by ben-san on 11/25/2023 in #questions
How can I architect this system?
I am developing a system that tracks public transport vehicles in my area in real time. The information is delivered to the user on a mobile app. I am having trouble figuring out how to architecture this system so any idea or tip would be helpful.
1 replies
DTDrizzle Team
•Created by ben-san on 5/5/2023 in #help
error creating relationship
I'm having trouble creating a relationship in MySQL using drizzle-orm, I'm running
npx drizzle-kit push:mysql
but the I'm trying running the code inside my MySQL database but I'm getting this error
Referencing column 'user_id' and referenced column 'id' in foreign key constraint 'anime_user_id_users_id_fk' are incompatible.
here is the schema and the generated SQL migration code.
4 replies