| Table: dbo.Receivable_Transaction_Fee_Detail_Type | |||
| Columns | |||
| Name | Type | Constraints | Description |
| receivable_transaction_fee_detail_type_KEY | int (4) | NOT NULL | Primary key |
| description | nvarchar (80) | NOT NULL | Description of what the fee detail represents. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Receivable_Transaction_Fee_Detail_Type | receivable_transaction_fee_detail_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Receivable_Transaction_Fee_Detail_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Receivable_Transaction_Fee_Detail__Receivable_Transaction_Fee_Detail_Type__receivable_transaction_fee_detail_type_KEY | receivable_transaction_fee_detail_type_KEY | Receivable_Transaction_Fee_Detail | |