heh guys some question about psql database modelling
should i mix private and public info in one table, or one table for public info, one table for private info?
let say i have a user, with name as public info and email as private info(edited)
User table
name
email
or
User Table
email
Profile table
nanme