Table: dbo.Export_Text_File_Format_Type
This type table lists the kinds of text file formats supported by the system.
Columns
NameTypeConstraintsDescription
export_text_file_format_type_KEYint (4)NOT NULLThe primary key for this table.
descriptionnvarchar (60)NOT NULLDescription of a type of export text file format: Positive Pay, 401K, etc.
Primary key
NameColumnsDescription
PK_Export_Text_File_Format_Typeexport_text_file_format_type_KEY
Unique constraints
NameColumnsDescription
UK_Export_Text_File_Format_Type$descriptiondescription
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Export_Text_File_Format__Export_Text_File_Format_Type__export_text_file_format_type_KEYexport_text_file_format_type_KEYExport_Text_File_Format

Schema diagram