drizzle-team / drizzle-team/drizzle-orm
[BUG]: it's still showing that the column types are incompatible even though I have changed the type
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### Report hasn't been filed before.
- [X] I have verified that the bug I'm about to report hasn't been filed before.
### What version of `drizzle-orm` are you using?
^0.36.0
### What version of `drizzle-kit` are you using?
^0.27.1
### Other packages
_No response_
### Describe the Bug
I have changed the type of the `user_id` column from integer to text,
I was referencing this column in two other columns as well so even though in my migrations files it's showing that it altered the type of all the tables("foreign key included") it's saying that types are incompatible.
I have some existing data in the tables which is of type integer but from now on I want to change the type of all tables from integer to text

Contributor guide
Assessment
This issue has not been assessed yet.