I know that we dont have custom SQL commands yet, but can i add an extra table cell on a table, like character_data and just add an extra select x in the server files to grab that cell as well ?
Wouldn't that work ? It does select a full row doesnt it ?
Cause i saw in one server file that it was selecting table cells in a loop, with for i < 9 meaning if i add an extra cell and change that for loop i could grab that extra cell right ?