# List of Transaction Columns | Name | Description | | -------- | --------| |id |transaction id | |gameNumber |game number | |userId | user id | |extension1 |agent id | |status |status, Bet - betting; Pay - settled;Void – canceled | |gameId |game id | |chair |player's position in the game | |room |which level of the game | |profit |user's profit of the game | |validbet |valid amount of bet | |count |number of bullets | |updateTime |update time | |createTime |create time | |betTransTime |bet time | |payTransTime |settled time | |betAmount |amount of bet money | |realBetAmount |amount of payment before paying commision | |payAmount |amount of settled money | |realPayAmount |amount of payment after paying commision, only winner |