Add member profile photo to planning docs
profile_image_file_id on member table, entity_type=member category=profile in file storage. UI shows silhouette placeholder when empty.
This commit is contained in:
@@ -213,6 +213,12 @@ varchar
|
||||
|
||||
Auto-generated 6-digit random number, unique per company. Human-readable member ID.
|
||||
|
||||
profile_image_file_id
|
||||
|
||||
uuid FK
|
||||
|
||||
Nullable — references file.id. Profile photo for the member. Uploaded via the file storage API with entity_type = member, category = profile.
|
||||
|
||||
first_name
|
||||
|
||||
varchar
|
||||
|
||||
Reference in New Issue
Block a user