__drizzle_migrations table
Hi! I need some help finding out what I'm doing wrong or if there's a bug causing my issue?
Drizzle doesn't seem to generate a migrations table for me. I've tried using both the drizzle-kit generate/push commands and going through the migrate function via drizzle-orm. The other tables specified in my schemas are being created and I can interact with the DB with queries etc.
Here's my setup
drizzle-kit: 0.21.1
drizzle-orm: 0.30.10
0 Replies