Id property isn’t created in database when doing POST request (REACT, mySQL)
When doing POST request from react frontend to mySQL backend, should the database automatically create “id” for every object? Because from some reason, the database doesn’t create “id” like this:
GET http://localhost:8081/ net::ERR_CONNECTION_REFUSED (Reactjs +mysql)
helloe friends
Getting error in chrome >inspect>console
MySQL: SELECT other Row is WHERE Value not Exist?
I have in my MySQL Table e.g. 4 Entries.
Changing Values in React for MySql Server
Hey guys i explain to you my situation: i simply want to select one element from and list on my frontend and swap with with the element above it via an arrow up button.