ben-san
Explore posts from serversDTDrizzle 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