so created the profile table from the template. wo...
# help
x
so created the profile table from the template. would u create a user profile after user confirms account or after user registers
s
This is up to you the developer, I tend to create it as soon as they register using a trigger and a function
x
using trigger and function?
how would u set it up
x
is there a way to pass in a random generated username to profile
s
Combine it with https://dba.stackexchange.com/a/246467 and you can get a unique generated random username