generatedAlwaysAsIdentity() gets ignored by drizzle-kit
This drives me insane, am i just dumb and doing something wrong or is this a bug?
I have the following schema:
but when i run
drizzle-kit push
i get the following SQL:
And this leads to errors when trying to insert new users.
Im using postgres-js
and this is the repo where i have the issue: https://github.com/Blackwidow-sudo/auth-starter1 Reply
ok i just upgraded the dependencies and now it works finally: