drizzle-team / drizzle-team/drizzle-orm
[BUG]: db push is pushing wrong sql queries MYSQL
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### What version of `drizzle-orm` are you using?
^0.30.6
### What version of `drizzle-kit` are you using?
^0.20.14
### Describe the Bug

this generated sql file doesn't say ```ALTER TABLE `balance` ADD PRIMARY KEY(`Id`);```
but when I push it giving me error saying this bellow

### Expected behavior
I didn't alter the primary key but another column so it shouldn't give me that error
### Environment & setup
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.