Table: dbo.Micr_Line_Format | |||
The table used to store the different types of MICR line format options. | |||
Columns | |||
Name | Type | Constraints | Description |
micr_line_format_KEY | int (4) | NOT NULL | Primary key for this table. |
description | nvarchar (20) | NOT NULL | Description of the MICR line format. |
Primary key | |||
Name | Columns | Description | |
PK_Micr_Line_Format | micr_line_format_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Micr_Line_Format$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Checkbook__Micr_Line_Format__micr_line_format_KEY | micr_line_format_KEY | Checkbook | |
FK_Checkbook__Micr_Line_Format__deposit_slip__micr_line_format_KEY | deposit_slip__micr_line_format_KEY | Checkbook |