Add custom fields to Pow User Schema #657
Unanswered
PriyavKaneria
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First of all very nice and useful package!
I am a complete beginner and have just started to use Phoenix Liveview for a side project
I added email password Auth using this library easily, but now I want my Users table to have a few more columns like age, gender...
I went through the documentation but I was still a bit confused as to do I need to make a new Table and define create, update, delete functions for that user table to remain in sync with pow table or can I somehow add columns to Pow User table.
P.S. Also my goal is to have a live view of current loged in users
Thank you
Beta Was this translation helpful? Give feedback.
All reactions