mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
14 lines
259 B
YAML
14 lines
259 B
YAML
models:
|
|
Meetup:
|
|
city_id: foreign
|
|
name: string:unique
|
|
link: string
|
|
MeetupEvent:
|
|
meetup_id: foreign
|
|
date: date
|
|
start: time
|
|
end: time:nullable
|
|
location: string:nullable
|
|
description: text:nullable
|
|
link: string:nullable
|