Maybe this is normal functionality and I am not aware of a normal thing but I am trying to figure out why in the Oxwall MySQL database I see many varchar values as 32bit hex?
For example in ow_base_question the preexisting questions such as realname and sex can be seen as normal strings whereas the new ones I have added show up as 32bit hex values. The same applies for the answers stored for these questions that show up as 32bit hex. Is this normal functionality or something weird is going on with my database. On the website everything appears normal. Also, I see the values in hex both in phpMyAdmin and via the terminal.
For example the question type 'Basic' is stored as 'f90cde5913235d172603cc4e7b9726e3' nonetheless I cannot find another table that allows the 'f90cde5913235d172603cc4e7b9726e3' to be turned back to 'Basic' and the pack php function is not returing 'Basic' either...
Thanks for your help!