I have a system for sending files and I have control in two tables, one to save file names and status of sending and processing, and another in which I keep the details as error messages when sending or success when processing.
Now I have the need to send the same file to two different destinations and I need to keep track of the files that are sent to the second destination
As a first step it occurred to me to add other colunmas to the tables that I already have to add the shipping status for the second destination, but analyzing a control to know to which destination if it was sent and which would not be unruly to see the table directly
Another option is to create two other tables and use them to bring exclusive control to that destination.
Which do you think would be the best and / or what other option would you recommend?