Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('schedules_id_seq'::regclass) |
|
|
||
| time_slot | varchar | 2147483647 | null |
|
|
|||
| start_time | time | 15,6 | null |
|
|
|||
| end_time | time | 15,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_7e33fc2ea755a5765e3564e66dd | Primary key | Asc | id |