| Table: dbo.Tax_Agent_Payment_Address_Type | |||
| Holds types of payment addresses for tax agents | |||
| Columns | |||
| Name | Type | Constraints | Description |
| tax_agent_payment_address_type_KEY | int (4) | NOT NULL | Primary key for this table |
| description | nvarchar (70) | NOT NULL | Description of the payment-address type |
| Primary key | |||
| Name | Columns | Description | |
| PK_Tax_Agent_Payment_Address_Type | tax_agent_payment_address_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Tax_Agent_Payment_Address_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Vendor_Agent__Tax_Agent_Payment_Address_Type__tax_agent_payment_address_type_KEY | tax_agent_payment_address_type_KEY | Vendor_Agent | |