| Table: dbo.Export_Text_File_Format_Type | |||
| This type table lists the kinds of text file formats supported by the system. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| export_text_file_format_type_KEY | int (4) | NOT NULL | The primary key for this table. |
| description | nvarchar (60) | NOT NULL | Description of a type of export text file format: Positive Pay, 401K, etc. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Export_Text_File_Format_Type | export_text_file_format_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Export_Text_File_Format_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Export_Text_File_Format__Export_Text_File_Format_Type__export_text_file_format_type_KEY | export_text_file_format_type_KEY | Export_Text_File_Format | |