⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠

Text Elements

outfits

id: UUID name: string image_urls: string[] location_urls: tuple[]

friends

user1: user_id user2: user_id

clothes

brand: brand_id (fkey) sku: string picture: url[]

brands

id: UUID name: string

users

id: UUID email: string username: string first_name: string last_name: string