Columns
| Column | Type | Children | Parents | Comments |
|---|---|---|---|---|
| id | int8 |
|
|
|
| updated_at | timestamp |
|
|
|
| created_at | timestamp |
|
|
|
| day_index | int4 |
|
|
|
| week_index | int4 |
|
|
|
| company_id | int8 |
|
|
The owning tenant’s ID. @example 1. |
| availability_schedule_id | int8 |
|
|
|
| start_time | time |
|
|
|
| end_time | time |
|
|
|
| company_timezone | varchar |
|
|
|
| created_at_in_company_tz | timestamp |
|
|
|
| updated_at_in_company_tz | timestamp |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| edge_availability_schedules_rules_pkey | Primary key | Asc | id |
| idx_8e63e32198c2c721e4bea450fb0e7884 | Performance | Asc | availability_schedule_id |
| idx_edge_availability_schedules_rules_company_id | Performance | Asc | company_id |