Skip to content

Create a SQL database and appropriate Schema in GCP #184

Open
@anighanta

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

Metadata

Assignees

Labels

GCPGCP supportenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions