| Previous: project_restrict_access | Unanet Data Model | Next: project_type |
| Column Name | Data Type | Default Value |
References Table |
Foreign Key Name |
||
| 1. | PK | project_status_key | decimal(15) | |||
| 2. | status | varchar(50) | ||||
| 3. | open_status | char(1) | ||||
| Table | Column | Foreign Key Name |
| project | project_status_key | fk_project4 |
| Name | Definition |
| cc_pjts_open_status | ([open_status]='N' OR [open_status]='Y') |
| Index Name | Unique | Column Name | Asc Or Desc |
| pk_project_status | true | project_status_key | Asc |
| idx_status1 | true | status | Asc |