| id |
uuid |
|
false |
|
|
Unique identifier for the coach absence record.(DC2Type:uuid) |
| coach_id |
uuid |
|
false |
|
public.coach |
Reference to the coach who is absent. Required for all absence records.(DC2Type:uuid) |
| title |
varchar(255) |
|
false |
|
|
Title or description of the absence reason (e.g., vacation, sick leave, training). |
| starts_at |
timestamp(0) with time zone |
|
false |
|
|
Start date and time of the coach absence period (timezone-aware).(DC2Type:datetimetz_immutable) |
| ends_at |
timestamp(0) with time zone |
|
false |
|
|
End date and time of the coach absence period (timezone-aware).(DC2Type:datetimetz_immutable) |