Newly added column is not visible

2019-06-24 03:15发布

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.

2条回答
欢心
2楼-- · 2019-06-24 03:53

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.)

查看更多
甜甜的少女心
3楼-- · 2019-06-24 03:54

I got a way for that:

  • Export the table that is not showing a particular column on browsing
  • Drop the table
  • Import it
查看更多
登录 后发表回答