Learn Relational Databases by Building a Mario Database - Build a Mario Database

Tell us what’s happening:
After i had entered all of the information to the more_info table, checked that it was all there, then I was instructed to change the column name height to height_in_cm, so I typed ALTER TABLE more_info RENAME COLUMN height to height_in_cm and it will not let me pass but i get a message to along the lines of , ‘make sure the entry for Mario is correct’ and when i go to look at the table ALL of my data is gone. Not sure what happened.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36

Challenge: Learn Relational Databases by Building a Mario Database - Build a Mario Database

Link to the challenge:

Have you tried quitting out of the terminal, opening a new terminal, logging back in and reconnecting to the database again?