cant find table column that i added to the user table in session
so basiclly i modified the user table and added a phone field but when i try to display it using the session hook useSession i get an erreur that the property does not exist on type user
i added the additionalFields in the auth.ts file and i can successfully signUp and the phone gets added to the user table
i added the additionalFields in the auth.ts file and i can successfully signUp and the phone gets added to the user table