Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a new table vault to store the encrypted card details #92

Open
Tracked by #91
ShankarSinghC opened this issue May 7, 2024 · 0 comments
Open
Tracked by #91

Comments

@ShankarSinghC
Copy link
Collaborator

ShankarSinghC commented May 7, 2024

Table: vault

Column Type Default Description Example
vault_id VARCHAR Unique identifier of the vault f_NPDtNrr1OpcSQF7peTpH2
entity_id VARCHAR Unique identifier of the entity pOJKY86i03t7V0dhBsXQ3
encrypted_data BYTEA Encrypted data 0x1234567890abcdef
created_at TIMESTAMP TIMESTAMP::now() Creation timestamp 2020-01-01 00:00:00
expires_at TIMESTAMP Expiry timestamp 2020-01-01 00:00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant