I am using xampp on localhost. I created a table and then altered it, adding one more column after some time. The newly added column is not visible when I browse the table data, but it is when I see the table structure. Why can't I see it in the table data?
I am using the portable package of xampp. Also, queries regarding to that column are running fine.
I had a similar problem. I went to the "Operations" tab and copied the table to another database, and then I could drop the original table and copy back, or just switch the code. I have my database connections all set with one variable, so changing the code is really easy for me personally. Hope it helps! (Posting this again, incase anybody else is having this problem, as it really was a nuisance for me.)