'id_user': str,
'login': str,
'password': str
'id_game': int,
'id_user': int,
'id_question': int,
'time_open': timestamp,
'time_close': timestamp,
'time_close': timestamp,
'round': int, # Номер раунда игры
'Health': float, # Здоровье
'food': float, # Питание
'Leisure': float, # Досуг
'Communication': float, # Общение
'point': int, # количество очков
'value': int, # количество денег
'id_question': int,
'description': text,
'left': {
'Health': float, # Здоровье
'food': float, # Питание
'Leisure': float, # Досуг
'Communication': float, # Общение
'point': int, # количество очков
'value': int, # количество денег
},
'right': {
'Health': float, # Здоровье
'food': float, # Питание
'Leisure': float, # Досуг
'Communication': float, # Общение
'point': int, # количество очков
'value': int, # количество денег
}
'id_person': int,
'name': str,
'description': str, # описание персонажа
'pic': str # ссылка на картинку
'id_user': int,
'id_session': text
'id_event': int,
'description': text,
'id_session': text