Javascript – sequelise with postgreSQL: column doesnt exist
i am trying to make a small webservice with nodejs, express, pogreSQL database using sequelise. Created the database using this in psql CREATE TABLE Contacts ( id SERIAL PRIMARY KEY, phoneNumber bigint, email VARCHAR(255), linkedId INTEGER, linkPrecedence VARCHAR(20), createdAt TIMESTAMPTZ…