Tibil-vishwAAs / Vishwaas

Repo for Backend Service
MIT License
0 stars 7 forks source link

Store the details of certificate creation and verification in Azure Managed Postgres #25

Closed krishnakr6 closed 1 year ago

krishnakr6 commented 1 year ago

Create two Tables

  1. Certificate table to store the details of created certificates.
  2. Verification table to store the details of verification.
TaherMakandar commented 1 year ago
krishnakr6 commented 1 year ago

code to store verification details in DB scope is not required as per the scope now. @TaherKing