Let us create a database called test.
Structure of the Phone table:
CREATE TABLE Phone ( id bigserial NOT NULL PRIMARY KEY, name varchar(20) NOT NULL, review varchar(20) DEFAULT NULL );