When I click on the "explore" tab it would normally show me the data inside my table, but for some reason it wont show me all the columns. It only shows me 5 columns and the rest are hidden. The exact same thing happens when I use this query:
SELECT * FROM `tabs`
However, I do find the column and the data inside it when I specifically search for it:
SELECT `prevpage` FROM `tabs`
When I click on the dropdown arrow on the < T > column above the edit options I can choose which columns I want to show. There are two empty column names inside the list (exactly like two columns are missing), and when I choose to view them all the content inside them says NULL
while its not.
Any idea's on how to solve this?