I am working on a rails application.
I need to save a key pair value like [user_email & user_phone] in a single attribute, I am thinking to use a hash with key user_email & value user_phone.
I have PostgreSQL DB with rails 6.0.3, How can I proceed with creating a hash in my DB ?