
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": "banker_poker", "type": "uint8[]" }, { "name": "banker_score", "type": "uint8" }, { "name": "player_poker", "type": "uint8[]" }, { "name": "player_score", "type": "uint8" }, { "name": "result", "type": "uint8" } ] }