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 errorReferencing 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.