| id |
uuid |
|
false |
public.event_registration |
|
(DC2Type:uuid) |
| contentful_id |
varchar(64) |
|
false |
|
|
|
| is_active |
boolean |
false |
false |
|
|
|
| club_id |
uuid |
|
false |
|
public.club |
(DC2Type:uuid) |
| template_id |
uuid |
|
false |
|
public.event_template |
(DC2Type:uuid) |
| event_period_starts_at |
timestamp(0) with time zone |
|
false |
|
|
(DC2Type:datetimetz_immutable) |
| event_period_ends_at |
timestamp(0) with time zone |
|
false |
|
|
(DC2Type:datetimetz_immutable) |
| event_period_duration_in_seconds |
integer |
|
false |
|
|
|
| price_per_person_amount |
bigint |
|
false |
|
|
|
| price_per_person_currency |
character(3) |
|
false |
|
|
(DC2Type:currency) |
| stripe_price_id |
varchar(64) |
NULL::character varying |
true |
|
|
|
| status |
varchar(255) |
'OPEN_FOR_REGISTRATION'::character varying |
false |
|
|
|
| max_confirmed_registrations |
integer |
10 |
false |
|
|
|
| registration_opens_at |
timestamp(0) with time zone |
NULL::timestamp with time zone |
true |
|
|
(DC2Type:datetimetz_immutable) |
| description |
text |
|
true |
|
|
|
| persons_per_team |
integer |
1 |
false |
|
|
|
| type |
varchar(255) |
NULL::character varying |
false |
|
|
|
| is_registrations_hidden |
boolean |
false |
false |
|
|
|
| registration_closes_at |
timestamp(0) with time zone |
NULL::timestamp without time zone |
true |
|
|
(DC2Type:datetimetz_immutable) |
| free_cancellation_strategy |
varchar(255) |
'UNTIL_24H_BEFORE_EVENT'::character varying |
false |
|
|
|
| updated_by_id |
uuid |
|
true |
|
public.user |
(DC2Type:uuid) |
| cancellation_reason |
varchar(255) |
NULL::character varying |
true |
|
|
|
| updated_at |
timestamp(0) with time zone |
NULL::timestamp with time zone |
true |
|
|
(DC2Type:datetimetz_immutable) |
| sport_id |
uuid |
|
false |
|
public.sport |
(DC2Type:uuid) |