Dt_user_profile_images
Essential Data Type
The Dt_user_profile_images data type is used to store user profile images separately from the main User data type. This helps keep searching and filtering users fast and efficient by avoiding unnecessary image loading when itβs not needed.
Data Fields:
image (image) β Stores the uploaded profile picture of the user.
User (User) β Links the profile image to a specific user.
Creator (User, built-in field) β Automatically records the user who uploaded the image.
Modified Date (date, built-in field) β Tracks the last modification date of the profile image.
Created Date (date, built-in field) β Records the date the profile image was uploaded.
Slug (text, built-in field) β A unique identifier that can be used in URLs or search queries.
Last updated