boraarslan / mapper-influence

0 stars 0 forks source link

Add a new database migration with timestamp columns #121

Closed 112batuhan closed 1 year ago

112batuhan commented 1 year ago

Title is explanatory enough. I went ahead and added creation and modification dates to all tables.

closes #120

I just realized that I also have to edit API responses, I will request review when I'm done

112batuhan commented 1 year ago

After discussing how to implement the timestamp features without creating new structs or using function query_as, we decided to make the structs have timestamp fields with default implementation during initialization.