Error on mysql-async esx



those images are my problem, i don’t know but are these images below some sort of reason for error?


here is 8 rows and here is 6
image

Hello Sulffuri,

your error code said that the column money is missing. Your database and the SQL do not match. You executed another SQL before, that holds another database structure.
You have two possibilities now:

  1. Delete the current users table and insert it again (ALL DATA IS LOST!!!)
  2. Convert the current entries to the new structure, and do step 1. And insert the entries (require some sql/database skills)

Regards :ok_hand: