-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add created_at and updated_at timestamps to User entity
- Added `created_at` and `updated_at` fields to the `User` entity. - Used `@CreationTimestamp` and `@UpdateTimestamp` annotations for automatic timestamp management. - Created migration script to add the new columns to the `users` table in the database.
- Loading branch information
1 parent
27d1297
commit ce460a6
Showing
2 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters