| Table: History_Of_Client_Financial_Data | |||
| 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 | |
| client_financial_data_KEY | int | NOT NULL | |
| client_KEY | int | NOT NULL | |
| client_financial_data_description_KEY | int | NOT NULL | |
| integration_application_KEY | int | NOT NULL | |
| integration_application_year | int | NOT NULL | |
| tax_year | int | NOT NULL | |
| financial_value | decimal (25, 6) | ||
| entry_date_utc | datetime | NOT NULL | |
| Primary key | |||
| Name | Columns | Description | |
| PK_History_Of_Client_Financial_Data$client_KEY$client_financial_data_description_KEY$tax_year$create__changeset_KEY$revise__chan | client_KEY, client_financial_data_description_KEY, tax_year, create__changeset_KEY, revise__changeset_KEY | CLUSTERED | |