Does the column have to live on users? It’s a lot easier to enforce constraints like “every profile must have a user” if it’s on profiles instead, and the dependency structure is better (users don’t know about profiles, but profiles know about users)






















