Previous: project_pay_code | Unanet Data Model | Next: project_status |
Column Name | Data Type | Default Value |
References Table |
Foreign Key Name |
||
1. | PK | project_key | decimal(15) | project | fk_project_post_history1 | |
2. | PK | post_history_key | decimal(15) | post_history | fk_project_post_history2 | |
3. | PK | serial | int |
Column | References | Foreign Key Name | |
Table | Column | ||
post_history_key | post_history | post_history_key | fk_project_post_history2 |
project_key | project | project_key | fk_project_post_history1 |
Index Name | Unique | Column Name | Asc Or Desc |
pk_project_post_history | true | project_key | Asc |
post_history_key | |||
serial | |||
idx_project_post_history1 | false | post_history_key | Asc |