Table: dbo.Form_1099_Correction_Type
This table stores the 1099 correction types.
Columns
NameTypeConstraintsDescription
form_1099_correction_type_KEYint (4)NOT NULLPrimary key for this table.
descriptionnvarchar (50)NOT NULL1099 correction type description.
Primary key
NameColumnsDescription
PK_Form_1099_Correction_Typeform_1099_correction_type_KEY
Unique constraints
NameColumnsDescription
UK_Form_1099_Correction_Type$descriptiondescription
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Print_1099_Selection__Form_1099_Correction_Type__form_1099_correction_type_KEYform_1099_correction_type_KEYPrint_1099_Selection

Schema diagram