| Table: History_Of_Schedule_Item_Budget_Remaining_Entry | |||
| Columns | |||
| Name | Type | Constraints | Description |
| create__changeset_KEY | int | NOT NULL | |
| update__changeset_KEY | int | NOT NULL | |
| revise__changeset_KEY | int | NOT NULL | |
| history_action_KEY | tinyint (3) | NOT NULL | |
| schedule_item_budget_remaining_entry_KEY | int | NOT NULL | |
| update__staff_KEY | int | NOT NULL | |
| entry_date | smalldatetime | NOT NULL | |
| schedule_item_KEY | int | NOT NULL | |
| hours | decimal (9, 2) | NOT NULL | |
| comments | nvarchar (-1) | NOT NULL | |
| Primary key | |||
| Name | Columns | Description | |
| PK_History_Of_Schedule_Item_Budget_Remaining_Entry$schedule_item_budget_remaining_entry_KEY$create__changeset_KEY$revise__change | schedule_item_budget_remaining_entry_KEY, create__changeset_KEY, revise__changeset_KEY | CLUSTERED | |