Skip to content

T2-001: Create user_uploads table migration

Track: 2 — UI Revamp + AI Analytics
Section: Backend API -- Data Upload & Storage
Status: [ ] Todo
Repo: backend-api
Branch: feature/T2-001-user-uploads-table

Done When

Table: id, user_id, upload_type (health_data, food_photo, body_photo, document), file_url (S3), file_size, mime_type, original_filename, meta (JSONB), processed (bool), analysis_result (JSONB), created_at. Index on (user_id, upload_type)

Notes

No notes yet.