Posts by Pedro Martins Melo • 18 points
2 posts
- 
		0 votes1 answer54 viewsA: How should I structure my database?It would be interesting in the annotations table if you had a foreign key for the user table, so you know that that annotation belongs to that user, that is, in the annotations table you would have… 
- 
		0 votes1 answer2696 viewsQ: Backend with mysql database and frontend in javascript(React-Native)I am developing an application in javascript(for android)e I would like to use mysql as database for this application, however I could not use mysql in the same code so I did some searches that…