Primary key is not applied
Drizzle doesn't generate a primary key statement in the migration. Here is the schema:
drizzle-kit: "^0.30.0"
drizzle-orm: "^0.38.0"
3 Replies
@Eduard Dyckman There's a slight issue with the syntax. Try doing this instead:
Nice, thanks! That helped!
I think I was just following the official guide though
The docs haven't been updated to reflect the new syntax, so there's quite a bit of confusion surrounding this