You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue and image are about this page in the documentation. As supported by my code as well, it seems that the types force the user to have a "user" database with only 1 column, i.e. text('id').primaryKey(). The DrizzlePostgreSQLAdapter doesn't seem to accept any other kind of database.
I am required to store the name, age, email, and hashed_password in the user database but I don't seem that I can. Am i understanding this the wrong way?
The text was updated successfully, but these errors were encountered:
Description
The issue and image are about this page in the documentation. As supported by my code as well, it seems that the types force the user to have a "user" database with only 1 column, i.e.
text('id').primaryKey()
. TheDrizzlePostgreSQLAdapter
doesn't seem to accept any other kind of database.I am required to store the name, age, email, and hashed_password in the user database but I don't seem that I can. Am i understanding this the wrong way?
The text was updated successfully, but these errors were encountered: