
Table row type of scoreboards
{ "name": "st_scoreboard", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "room_id", "type": "uint64" }, { "name": "game_id", "type": "uint64" }, { "name": "winner", "type": "name" }, { "name": "result", "type": "m_sb_result[]" } ] }