| id |
uuid |
|
false |
public.match_player public.payment_intent public.slot public.cancellation |
|
Unique identifier of the match.(DC2Type:uuid) |
| court_id |
uuid |
|
false |
|
public.court |
(DC2Type:uuid) |
| club_id |
uuid |
|
false |
|
public.club |
(DC2Type:uuid) |
| coach_id |
uuid |
|
true |
|
public.match_coach |
(DC2Type:uuid) |
| kind |
varchar(255) |
|
false |
|
|
|
| phase |
varchar(255) |
|
false |
|
|
|
| match_period_starts_at |
timestamp(0) with time zone |
|
false |
|
|
(DC2Type:datetimetz_immutable) |
| match_period_ends_at |
timestamp(0) with time zone |
|
false |
|
|
(DC2Type:datetimetz_immutable) |
| court_fee_amount |
bigint |
|
false |
|
|
|
| court_fee_currency |
character(3) |
|
false |
|
|
(DC2Type:currency) |
| created_at |
timestamp(0) with time zone |
'2013-01-01 13:37:00+00'::timestamp with time zone |
false |
|
|
The date and time when the match was created.(DC2Type:datetimetz_immutable) |
| cancelled_at |
timestamp(0) with time zone |
NULL::timestamp with time zone |
true |
|
|
The date and time the match has been cancelled.(DC2Type:datetimetz_immutable) |
| scheduled_at |
timestamp(0) with time zone |
NULL::timestamp with time zone |
true |
|
|
The date and time the match has been scheduled to be played.(DC2Type:datetimetz_immutable) |
| terminated_at |
timestamp(0) with time zone |
NULL::timestamp with time zone |
true |
|
|
(DC2Type:datetimetz_immutable) |
| cancelled_by_id |
uuid |
|
true |
|
public.user |
(DC2Type:uuid) |
| note |
text |
|
true |
|
|
|
| schedule_till_latest |
timestamp(0) with time zone |
NULL::timestamp with time zone |
true |
|
|
The deadline until the match has to be scheduled, otherwise it is automatically terminated.(DC2Type:datetimetz_immutable) |
| match_period_duration_in_seconds |
integer |
|
false |
|
|
|
| day_index |
integer |
|
false |
|
|
|
| day_name |
varchar(255) |
NULL::character varying |
false |
|
|
|
| running_at |
timestamp(0) with time zone |
NULL::timestamp with time zone |
true |
|
|
(DC2Type:datetimetz_immutable) |
| finished_at |
timestamp(0) with time zone |
NULL::timestamp with time zone |
true |
|
|
(DC2Type:datetimetz_immutable) |
| confirming_at |
timestamp(0) with time zone |
NULL::timestamp with time zone |
true |
|
|
The date and time the match has entered the confirming phase.(DC2Type:datetimetz_immutable) |
| match_series_id |
uuid |
|
true |
|
public.match_series |
(DC2Type:uuid) |
| created_by_id |
uuid |
|
true |
|
public.user |
(DC2Type:uuid) |
| split_payment_id |
uuid |
|
true |
|
public.split_payment |
(DC2Type:uuid) |
| version |
integer |
|
false |
|
|
|
| is_split_payment_migrated |
boolean |
false |
false |
|
|
|
| abandoned_at |
timestamp(0) with time zone |
NULL::timestamp with time zone |
true |
|
|
(DC2Type:datetimetz_immutable) |
| reserved_at |
timestamp(0) with time zone |
NULL::timestamp with time zone |
true |
|
|
(DC2Type:datetimetz_immutable) |