uuid becomes text in migration
In my schema i have a user table (based on auth.js requirements):
However in the resulting migration, the column is marked as text and is missing the
DEFAULT gen_random_uuid()
:
This does not happen for other tables, for example:
I'm using the latest drizzle-kit 0.21.1 version.0 Replies