Posts by Vitor Garselaz Dias • 7 points
2 posts
-
-2
votes0
answers20
viewsQ: In which bank should I save logs?
I want to save logs of my applications in a database, Mysql or Mongodb. However as it will be a large volume of logs, I will save in a different database from the application. I am in doubt of which…
-
1
votes0
answers28
viewsQ: Problem with Primary Key ambiente_id instead of id in Typeorm
I am trying to create a table in the Mysql database, with Typeorm where the id is ambiente_id (nome da tabela + _ + id). Error: ER_WRONG_AUTO_KEY: Incorrect table Definition; there can be only one…