909 B
909 B
tags
tags |
---|
event |
REQ0042/event-detail
description
path: /event_detail/{event_id}
should be without bottom bar
chi | eng |
---|---|
![]() |
![]() |
schema
model Event {
id String @id @default(cuid())
eventDate DateTime
title String
joinMembers Member[] // Assuming Member model exists
price Float
currency String
duration_m Int
ageBottom Int
ageTop Int
location String
avatar String // Assuming avatar is stored as a file path or URL
}
Spent
126