HISTORY_APPROVAL_HISTORY |
||||
| Column Name | Data Type | Nulls | References Table |
Foreign Key Name |
|---|---|---|---|---|
| history_approval_history_key | decimal (15,0) | |||
| history_expense_report_key | decimal (15,0) | HISTORY_EXPENSE_REPORT | fk_history_approval_history1 | |
| status | varchar (50) | |||
| action_by | varchar (255) | |||
| sent_to | varchar (255) | YES | ||
| timestamp | datetime | |||
| comments | text | YES | ||
Check Constraints for HISTORY_APPROVAL_HISTORY |
|
| Check Constraint Name | Definition |
|---|---|
| cc_hah_status | null |
Indexes on HISTORY_APPROVAL_HISTORY |
|
| Index Name | Column(s) |
|---|---|
| pk_history_approval_history | history_approval_history_key |