You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
realized it is better to use postgres instead of Mysql server on GCP Cloud SQL as flyway currently requires additional jar to support jdbc connections to mysql server and so json datatype in postgres :D
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
The text was updated successfully, but these errors were encountered: