Table: dbo.Micr_Line_Format
The table used to store the different types of MICR line format options.
Columns
NameTypeConstraintsDescription
micr_line_format_KEYint (4)NOT NULLPrimary key for this table.
descriptionnvarchar (20)NOT NULLDescription of the MICR line format.
Primary key
NameColumnsDescription
PK_Micr_Line_Formatmicr_line_format_KEY
Unique constraints
NameColumnsDescription
UK_Micr_Line_Format$descriptiondescription
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Checkbook__Micr_Line_Format__micr_line_format_KEYmicr_line_format_KEYCheckbook
FK_Checkbook__Micr_Line_Format__deposit_slip__micr_line_format_KEYdeposit_slip__micr_line_format_KEYCheckbook

Schema diagram