What if I recently added a column to the table, but still get error 1054?

Responsive Ad Header

Question

Grade: Education Subject: Support
What if I recently added a column to the table, but still get error 1054?
Asked by:
73 Viewed 73 Answers

Answer (73)

Best Answer
(242)
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.