
Table row type of uservotes
{ "name": "uservote_item", "base": "", "fields": [ { "name": "poll_id", "type": "uint64" }, { "name": "option_id", "type": "uint64" }, { "name": "votes", "type": "uint64" } ] }
Table row type of uservotes
{
"name": "uservote_item",
"base": "",
"fields": [
{
"name": "poll_id",
"type": "uint64"
},
{
"name": "option_id",
"type": "uint64"
},
{
"name": "votes",
"type": "uint64"
}
]
}