drizzle-kit push error: Multiple primary key defined
When executing the "pnpm drizzle-kit push:mysql" command for the first time on an empty database, there are no errors. However, when I push again, I encounter the following error:
2 Replies
My database and table in this example are using MariaDB with collation: utf8mb4_general_ci.
When I use MySQL with utf8mb4_0900_ai_ci I dont experience this error.
@A. Perkamentus did you ever get this to work with MariaDB? I'm running into the same issue.