Posts by Cleyton Ramos • 17 points
3 posts
-
-2
votes2
answers217
viewsQ: Nodejs and Mysql: Query 3 columns
I need to make sure that the user will not be able to register the registration: email, cpf or cnpj again. I have a code, which I can restrict email. How to implement the code to check in the table…
-
-1
votes2
answers93
viewsA: Nodejs replace windows terminal window
Install VS Code. It will give you your development environment and activate the terminal without having to use windows cmd.
-
0
votes1
answer323
viewsQ: Search for record in another table with mysql and sequelize
How to search the column record nome on the table categoria, for id that was saved in the table postagens? const db = require('./db') const Post = db.sequelize.define('postagens', { titulo: { type:…