I am 1 step away from making the whole project to pass the tests. I am stuck in the second to last instruction, all of the other points do pass the tests.
The situation is that if I remove the column “type” from the table “properties”, as it’s being requested to do, 2 other instructions that already pass the tests, become undone because they need the table “properties” to have the column “type” in order for the queries from the “element.sh” script file to work.
What am I supposed to do to finish it all? Am I misinterpreting the penultimate instruction which says: “your properties table should not have a type column”. And it is not asking me to delete it?
Thank you!