prakharporwal / bank-server

Backend Server for a bank Infrastructure (Go and Postgres)
Other
2 stars 1 forks source link

In database after creation of new account created_at timestamp is always same for all the email #21

Closed prakharporwal closed 2 years ago

prakharporwal commented 2 years ago

create a new account using POST /account same time stamp for all entries.

image

prakharporwal commented 2 years ago

Fixed . Also added updated add column and PG trigger to updated the column automatically