Closed TheTedder closed 2 months ago
Make it so that the UpdatedAt fields of various models automatically get set to the current time when any of the object's fields change. Read this article for some inspiration: https://learn.microsoft.com/en-us/ef/core/logging-events-diagnostics/events#example-timestamp-state-changes.
UpdatedAt
Make it so that the
UpdatedAt
fields of various models automatically get set to the current time when any of the object's fields change. Read this article for some inspiration: https://learn.microsoft.com/en-us/ef/core/logging-events-diagnostics/events#example-timestamp-state-changes.