I'm working on something that requires a reasonably small amount of data to be accessed from the xf_user table.
Currently I am doing this via a blob which is storing basically some access tokens, and some user settings related to my add-on.
What are the good and bad points of using a single blob in this way?
It seems to be working quite well for me at the moment but I don't want to do something that's completely out of the ordinary.
Currently I am doing this via a blob which is storing basically some access tokens, and some user settings related to my add-on.
What are the good and bad points of using a single blob in this way?
It seems to be working quite well for me at the moment but I don't want to do something that's completely out of the ordinary.