saayam-for-all / database

Both saaaym-web and saayam-mobile apps would use a common DB. This repo contains all DB specific code and content.
0 stars 1 forks source link

Need "Name" and "Timezone" fields in the Users table #7

Open RaoBhethanabotla opened 1 month ago

RaoBhethanabotla commented 1 month ago

While signing up, users are entering - Email, Phone, Name and Timezone. We need all these columns in our Users table. The value in the Name field will be used to address the logged in user. If this is too long, we can use first 6 to 8 characters only.