Tokens.findAll({ where: { guid: req.query['guid'] } }).then(tokens => { console.log(tokens[0]['date']) }).catch(err => console.log('erro: ' + err));;