Storm
identityName.startsWith is not a function
I get this error whenever I push or introspect, I'm using drizzle + postgres.
https://github.com/drizzle-team/drizzle-orm/issues/2919
9 replies
Drizzle ORM schema conflict with xata_createdat and xata_updatedat
This is my drizzle schema:
When I push my schema using
npx drizzle-kit push:pg
I get a popup from Xata telling to add xata_createdat
and xata_updatedat
I do add them but then later when I change my drizzle schema (let's say I added a firstName column) and push it, Drizzle warns me that I'm going to drop xata_createdat
and xata_updatedat
What am I supposed to in this case?
Thank you9 replies