Table: dbo.Recorded_Event_Object_N_Workpaper | |||
Table used to store references of the event object with the workpaper key on which the action is performed. | |||
Columns | |||
Name | Type | Constraints | Description |
recorded_event_object_KEY | int (4) | NOT NULL | Foreign key references for event object to know what event is performed on the workpaper. |
workpaper_KEY | int (4) | NOT NULL | Foreign key references for workpaper to know on which workpaper the user has performed the action. |
Primary key | |||
Name | Columns | Description | |
PK_Recorded_Event_Object_N_Workpaper$recorded_event_object_KEY | recorded_event_object_KEY |