My Postgres database has the following schema where the the user can store multi profile images.
CREATE TABLE users( id INT GENERATE AS ALWAYS PRIMARY KEY