Question
What if I recently added a column to the table, but still get error 1054?
Asked by: USER8922
73 Viewed
73 Answers
Answer (73)
Ensure that the changes have been fully propagated to all database connections and caches. Sometimes, applications or connection pools might be using outdated schema information. Try restarting the application or clearing any relevant caches.