Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_project_id_seq'::regclass) |
|
|
Primary key |
|
| projectname | varchar | 150 | null |
|
|
Project Name |
||
| description | varchar | 500 | √ | null |
|
|
Project Description |
|
| startdate | date | 13 | √ | null |
|
|
Start Date |
|
| enddate | date | 13 | √ | null |
|
|
End Date |
|
| estimatedhours | int8 | 19 | √ | null |
|
|
Estimated Hours |
|
| totalspenthours | int8 | 19 | √ | null |
|
|
Total Spent Hours |
|
| totaltaskallocatedhours | int8 | 19 | √ | null |
|
|
Total Task Allocated Hours |
|
| watchers | text | 2147483647 | √ | null |
|
|
Watchers |
|
| criteria | text | 2147483647 | √ | null |
|
|
Applicable Criteria |
|
| status | varchar | 100 | null |
|
|
Project Status |
||
| priority | varchar | 100 | √ | null |
|
|
Project Priority |
|
| templateids | text | 2147483647 | √ | null |
|
|
Template IDs |
|
| extendedenddate | date | 13 | √ | null |
|
|
Extended End Date |
|
| overduemilestones | int8 | 19 | √ | null |
|
|
||
| createddate | timestamp | 29,6 | √ | null |
|
|
||
| createdby | varchar | 500 | null |
|
|
|||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
||
| modifiedby | varchar | 500 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk__tbl__tbl_project_id | Primary key | Asc | id |
