Error in studio when running migrate, but no error when running push
Everytime I manually run my migrator which is: pnpm tsx migrate.ts, when I open my studio I always get an error like: SQLITE_ERROR: no such column: phone or any changes that I applied with it.
However, when running push to apply the same changes, I don't get the same error on studio. Is this something we should be concerned about? or this normal?
This is how my migrate.ts looks like:
0 Replies