The table amendment_history_token associates values of elements in a project to an amendment.
| Name | Type | Not Null | Primary Key | Foreign Key | Remarks |
| :——— | :——— | :————- | :—————- | :—————- | :———— |
| amendment_id_amendment | integer | X | amendment(id_amendment) | This is a foreign key to the table amendment. | |
| values_id_history_token | integer | X | history\_token(id_history_token) | This is a foreign key to the table history_token. |