| Table: dbo.Form_1099_Correction_Type | |||
| This table stores the 1099 correction types. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| form_1099_correction_type_KEY | int (4) | NOT NULL | Primary key for this table. |
| description | nvarchar (50) | NOT NULL | 1099 correction type description. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Form_1099_Correction_Type | form_1099_correction_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Form_1099_Correction_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Print_1099_Selection__Form_1099_Correction_Type__form_1099_correction_type_KEY | form_1099_correction_type_KEY | Print_1099_Selection | |