Drizzle kit schema migration with mysql ; Rerunning the entire schema
I use mysql2 as my database and when i run my migrate script
"migrate": "drizzle-kit push:mysql --config drizzle.config.ts"
this works fine but when i rerun my migrate script i get this error
2 Replies
Only happens after the first migration , here is my schema for reference .
My drizzle config