Open
Description
We have to have a SQL Postgres database with appropriate tables withe following schema available on GCP in-order to make ERT compatible with GCP.
Database name : exchange_rate
Table1:
name: address_book
fields: long:expiration_time
, json:address_book
, varchar:network_name
Table2:
name: exchange_rate
fields: long:expiration_time
, json:exchange_rate_file
Table3:
name: midnight_rate
fields: long:expiration_time
, json:exchange_rate_file
Table4:
name: queried_rates
fields: long:expiration_time
, json:queried_rates