Posts by Fabricio Barbosa Viegas • 11 points
4 posts
-
0
votes2
answers1659
viewsA: Mongodb, mongod does not execute on cmd
The command must be rotated: mongod --journall --storageEngine=mmapv1
-
0
votes2
answers1659
viewsQ: Mongodb, mongod does not execute on cmd
I’m trying to run Mongodb 3.2 on a 32-bit Windows7 machine, but I’m having trouble running the command mongod in cmd, when I use the command it returns the following error:…
-
0
votes1
answer394
viewsA: Expressjs - Sequelize - Data type not recognized
I figured it out, Post.js': const db = require('./db') const Post = db. sequelize.define('postagens', { titulo: { type: db.Sequelize.STRING }, conteudo:{ type: db.Sequelize.TEXT} })…
-
0
votes1
answer394
viewsQ: Expressjs - Sequelize - Data type not recognized
I manually created an sql database and now I’m trying to configure my sequencing templates to match the columns in my sql tables, but I found a problem with my model related to an unrecognized field…