Schema changes not detected by drizzle-kit generate:pg
Inside my I have the following:
While my './schemas/address.js" looks like this:
Whenever I run the drizzle-kit generate:pg by running the following script (package.json script):
I get the "No schema changes, nothing to migrate
" with . Clearly, my table has 6 columns.
While my './schemas/address.js" looks like this:
Whenever I run the drizzle-kit generate:pg by running the following script (package.json script):
I get the "No schema changes, nothing to migrate