| Table: dbo.Recorded_Event_Object_N_Client_Pay_Schedule | |||
| Table used to store references of the event object with the client pay schedule key on which the action is performed. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| recorded_event_object_KEY | int (4) | NOT NULL | Primary key for the table. |
| client_pay_schedule_KEY | int (4) | NOT NULL | client pay schedule key on which the actions is performed. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Recorded_Event_Object_N_Client_Pay_Schedule$recorded_event_object_KEY | recorded_event_object_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Recorded_Event_Object_N_Client_Pay_Schedule$client_pay_schedule_KEY | client_pay_schedule_KEY | ||