| Table: dbo.Check_Date_Adjustment_Method | |||
| Columns | |||
| Name | Type | Constraints | Description |
| check_date_adjustment_method_KEY | int (4) | NOT NULL | Primary key for this table |
| description | nvarchar (60) | NOT NULL | Description |
| Primary key | |||
| Name | Columns | Description | |
| PK_Check_Date_Adjustment_Method | check_date_adjustment_method_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Check_Date_Adjustment_Method$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Client_Pay_Schedule__Check_Date_Adjustment_Method__check_date_adjustment_method_KEY | check_date_adjustment_method_KEY | Client_Pay_Schedule | |