| Table: dbo.Payment_Term_Discount_Method | |||
| Type table which will have discount types that determine how payments will be discounted. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| payment_term_discount_method_KEY | tinyint (1) | NOT NULL | Primary key for this table. |
| description | nvarchar (20) | NOT NULL | The description of the payment term method. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Payment_Term_Discount_Method | payment_term_discount_method_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Payment_Term_Discount_Method$description | description | ||