Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('resource_resource_id_seq'::regclass) |
|
|
|||||||||||
| company_id | int4 | 10 | √ | null |
|
|
Company |
||||||||||
| user_id | int4 | 10 | √ | null |
|
|
User |
||||||||||
| calendar_id | int4 | 10 | √ | null |
|
|
Working Time |
||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||||||||
| name | varchar | 2147483647 | null |
|
|
Name |
|||||||||||
| resource_type | varchar | 2147483647 | null |
|
|
Type |
|||||||||||
| tz | varchar | 2147483647 | null |
|
|
Timezone |
|||||||||||
| active | bool | 1 | √ | null |
|
|
Active |
||||||||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||||||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
||||||||||
| time_efficiency | float8 | 17,17 | null |
|
|
Efficiency Factor |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| resource_resource_pkey | Primary key | Asc | id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| resource_resource_check_time_efficiency | ((time_efficiency > (0)::double precision)) |

