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:
Ryan Moon
2026-03-28 15:34:57 -05:00
parent 760e995ae3
commit 6adce51e6c
2 changed files with 12 additions and 0 deletions

View File

@@ -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