| Table: dbo.Form_5498_Other_Contribution_Code | |||
| Table for the other contribution codes for the 5498 | |||
| Columns | |||
| Name | Type | Constraints | Description |
| form_5498_other_contribution_code_KEY | int (4) | NOT NULL | Primary key for this table. |
| other_contribution_code | nvarchar (4) | NOT NULL | Two digit code for the other contribution type. |
| description | nvarchar (80) | NOT NULL | Description of the other contribution type. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Form_5498_Other_Contribution_Code | form_5498_other_contribution_code_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Form_5498_Other_Contribution_Code$other_contribution_code | other_contribution_code | ||