**Description:** Add a new table to the database schema to store token prices in terms of the native asset. **To do:** - [ ] Create a new table named **`TokenPrice`**. - [ ] Define columns: **`id`**, **`token_address`**, **`native_asset`**, **`price`**, **`block_id`**, and **`timestamp`**.
Description:
Add a new table to the database schema to store token prices in terms of the native asset.
To do:
TokenPrice.id,token_address,native_asset,price,block_id, andtimestamp.