| Table: dbo.Billing_Fee_Method | |||
| Columns | |||
| Name | Type | Constraints | Description |
| billing_fee_method_KEY | int (4) | NOT NULL | Primary key for this table; specifies time for billing a fixed amount |
| method | nvarchar (50) | NOT NULL | Description of the method, displayed |
| Primary key | |||
| Name | Columns | Description | |
| PK_Billing_Fee_Method | billing_fee_method_KEY | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Billing_Item_Schedule__Billing_Fee_Method__billing_fee_method_KEY | billing_fee_method_KEY | Billing_Item_Schedule | |
| FK_Client_Billing_Item_Schedule__Billing_Fee_Method__billing_fee_method_KEY | billing_fee_method_KEY | Client_Billing_Item_Schedule | |