> For the complete documentation index, see [llms.txt](https://docs.hivesql.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hivesql.io/technical-informations/operations/txproposalupdates.md).

# TxProposalUpdates

#### Blockchain operations

* update\_proposal

#### Columns

| Name         | Description                                                                                         |
| ------------ | --------------------------------------------------------------------------------------------------- |
| proposal\_id | the identifier of the proposal (see [Proposals](/technical-informations/state-tables/proposals.md)) |
| creator      | the account that created the proposal                                                               |
| daily\_pay   | the amount that will be paid daily to the receiver                                                  |
| subject      | The name of the proposal                                                                            |
| permlink     | a reference to the post describing the proposal                                                     |

#### Description

This table contains proposal updates. Only a few pieces of information can be changed and the new daily\_pay amount can only be lowered.
