Column not created even though appears in migration file
Hey team - I'm noticing a column that isn't created in my database, even though the schema + migration file clearly show that it is.
Setup:
- docker postgres running locally
- drizzle-kit: "^0.28.0"
- drizzle-orm: "^0.36.1"
I've confirmed it's in the migration file.
But then it does not appear in the database. Any tips for diagnosing this?
1 Reply
Have you deleted and then regenerated a migration that you may have applied earlier? Since Kit currently doesn't support down migrations, that could be a possible issue here