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