I\'m getting a Unknown column \'userDetails.createdAt\' in \'field list\' When trying to fetch with association.
Using findAll without association works
findAll
For postgresql:
const sequelize = new Sequelize('postgres://user:pass@url:port/dbname',{ define:{ timestamps: false } })
Needless to say, replace user,pass,url,port and dbname values with your configuration values.
user
pass
url
port
dbname