Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('resource_calendar_leaves_id_seq'::regclass) |
|
|
|||||
| company_id | int4 | 10 | √ | null |
|
|
Company |
||||
| calendar_id | int4 | 10 | √ | null |
|
|
Working Hours |
||||
| resource_id | int4 | 10 | √ | null |
|
|
Resource |
||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| name | varchar | 2147483647 | √ | null |
|
|
Reason |
||||
| time_type | varchar | 2147483647 | √ | null |
|
|
Time Type |
||||
| date_from | timestamp | 29,6 | null |
|
|
Start Date |
|||||
| date_to | timestamp | 29,6 | null |
|
|
End Date |
|||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| resource_calendar_leaves_pkey | Primary key | Asc | id |
| resource_calendar_leaves__calendar_id_index | Performance | Asc | calendar_id |
| resource_calendar_leaves__resource_id_index | Performance | Asc | resource_id |

