| id |
uuid |
|
false |
|
|
Unique identifier of the opening time override.(DC2Type:uuid) |
| club_id |
uuid |
|
false |
|
public.club |
Club for which this opening time override applies.(DC2Type:uuid) |
| created_at |
timestamp(0) with time zone |
|
false |
|
|
Timestamp when this override was created.(DC2Type:datetimetz_immutable) |
| date |
date |
|
false |
|
|
Specific date for which the opening hours are being overridden.(DC2Type:date_immutable) |
| opens_at |
varchar(255) |
|
false |
|
|
Opening time for this date in HH:MM format. |
| closes_at |
varchar(255) |
|
false |
|
|
Closing time for this date in HH:MM format (00:00 indicates next day midnight). |
| opened_hours |
numeric(4,2) |
NULL::numeric |
true |
|
|
Total hours the club is open on this date (calculated value). |
| is_opened |
boolean |
|
true |
|
|
Whether the club is open on this date (false indicates closed for the day). |