This table contains links a workpaper to the many files it can be made up of. |
file_storage_KEY | int (4) | NOT NULL | Primary key and foreign key to the File_Storage table. |
workpaper_file_component_KEY | int (4) | NOT NULL | Foreign key to the Workpaper_File_Component table. This describes the relationship the file has to the workpaper (i.e. is this file the original copy of the workpaper, or is it the display copy of the workpaper. |
workpaper_KEY | int (4) | NOT NULL | Foreign key to the Workpaper table. This points to the workpaper we are linking a file to. |