Postgres
Event
type Event struct {
Id string
Title string
Description string
Cost float32
Location string
Attendees []string
OrganizerName string
OrganizerEmail string
StartDate string
EndDate string
StartTime string
EndTime string
}
User
type User struct {
Email string
Name string
Password string
PurposeOfUse string
}
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified June 18, 2023: [web-site]Add reference section (35abc1b)