'Adding an email to an exitsen contact in Postgres

so I've this database in postgres and I need to add a new email to my current contact. How can I add this new email and keep as many emails as wanted in my database? This is how my table looks like: enter image description here

The table is called Address. And this is what I want:

enter image description here

I want to add a new email address. Thanks in advance!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source