# Operations

All operation tables contain the following columns:

| Column    | Description                                                                |
| --------- | -------------------------------------------------------------------------- |
| ID        | This is an HiveSQL internal row identifier                                 |
| tx\_id    | This is the ID of the transaction in the `Transactions` table              |
| timestamp | This is the date and time of the block in which the operation was recorded |

Additional columns are described on each table related page

| Table                                                                                                            | Description                                     |
| ---------------------------------------------------------------------------------------------------------------- | ----------------------------------------------- |
| [TxAccountClaims](https://docs.hivesql.io/technical-informations/operations/txaccountclaims)                     | Claims of account creation tickets              |
| [TxAccountCreates](https://docs.hivesql.io/technical-informations/operations/txaccountcreates)                   | New account creations                           |
| [TxAccountRecoveryChanges](https://docs.hivesql.io/technical-informations/operations/txaccountrecoverychanges)   | Recovery Account changes                        |
| [TxAccountRecoveryRequests](https://docs.hivesql.io/technical-informations/operations/txaccountrecovers)         | Account recovery requests                       |
| [TxAccountRecoveryConfirms](https://docs.hivesql.io/technical-informations/operations/txaccountrecoveryconfirms) | Account recovery confirmations                  |
| [TxAccountUpdates](https://docs.hivesql.io/technical-informations/operations/txaccountupdates)                   | Updates of account data                         |
| [TxAccountUpdates2](https://docs.hivesql.io/technical-informations/operations/txaccountupdates2)                 | Updates of account data (v2)                    |
| [TxAccountWitnessProxies](https://docs.hivesql.io/technical-informations/operations/txaccountwitnessproxies)     | Delegations of governance votes                 |
| [TxAccountWitnessVotes](https://docs.hivesql.io/technical-informations/operations/txaccountwitnessvotes)         | Votes/unvotes for witnesses                     |
| [TxClaimRewardBalances](https://docs.hivesql.io/technical-informations/operations/txclaimrewardbalances)         | Claims for rewards                              |
| [TxComments](https://docs.hivesql.io/technical-informations/operations/txcomments)                               | Posts and comments                              |
| [TxCommentsOptions](https://docs.hivesql.io/technical-informations/operations/txcommentsoptions)                 | Posts and comments options                      |
| [TxConverts](https://docs.hivesql.io/technical-informations/operations/txconverts)                               | Requests for  conversion from HBD to HIVE       |
| [TxCustoms](https://docs.hivesql.io/technical-informations/operations/txcustoms)                                 | Custom JSON (non-consensus operations)          |
| [TxDeclineVotingRights](https://docs.hivesql.io/technical-informations/operations/txdeclinevotingrights)         | Requests to decline voting rights               |
| [TxDelegateVestingShares](https://docs.hivesql.io/technical-informations/operations/txdelegatevestingshares)     | Hive Power delegations                          |
| [TxDeleteComments](https://docs.hivesql.io/technical-informations/operations/txdeletecomments)                   | Posts and comments deletions                    |
| [TxEscrowApproves](https://docs.hivesql.io/technical-informations/operations/txescrowapproves)                   | Escrow approvals                                |
| [TxEscrowDisputes](https://docs.hivesql.io/technical-informations/operations/txescrowdisputes)                   | Escrow disputes                                 |
| [TxEscrowReleases](https://docs.hivesql.io/technical-informations/operations/txescrowreleases)                   | Escrow funds releases                           |
| [TxEscrowTransfers](https://docs.hivesql.io/technical-informations/operations/txescrowtransfers)                 | Escrow creations                                |
| [TxFeeds](https://docs.hivesql.io/technical-informations/operations/txfeeds)                                     | Witnesses price feed publications               |
| [TxLimitOrdersCreates](https://docs.hivesql.io/technical-informations/operations/txlimitorders)                  | Internal market orders creations                |
| [TxLimitOrdersCancels](https://docs.hivesql.io/technical-informations/operations/txlimitorderscancels)           | Internal market orders deletions                |
| [TxPows](https://docs.hivesql.io/technical-informations/operations/txpows)                                       | Proof of Work (mining - deprecated)             |
| [TxProposalCreates](https://docs.hivesql.io/technical-informations/operations/txproposalcreates)                 | Proposals creations                             |
| [TxProposalRemoves](https://docs.hivesql.io/technical-informations/operations/txproposalremoves)                 | Proposals removals                              |
| [TxProposalUpdates](https://docs.hivesql.io/technical-informations/operations/txproposalupdates)                 | Proposal updates                                |
| [TxProposalVoteUpdates](https://docs.hivesql.io/technical-informations/operations/txproposalvoteupdates)         | Proposal approvals and disapprovals             |
| [TxTransfers](https://docs.hivesql.io/technical-informations/operations/txtransfers)                             | Assets transfers                                |
| [TxVotes](https://docs.hivesql.io/technical-informations/operations/txvotes)                                     | Posts and comments votes                        |
| [TxWithdraws](https://docs.hivesql.io/technical-informations/operations/txwithdraws)                             | Requests for Hive Power withdrawals (powerdown) |
| [TxWithdrawVestingRoutes](https://docs.hivesql.io/technical-informations/operations/txwithdrawvestingroutes)     | Routes for powerdown definitions                |
| [TxWitnessSetProperties](https://docs.hivesql.io/technical-informations/operations/txwitnesssetproperties)       | Blockchain properties proposals by witnesses    |
| [TxWitnessUpdates](https://docs.hivesql.io/technical-informations/operations/txwitnessupdates)                   | Witnesses information updates                   |
