0
Good afternoon.
I wonder how to delete records from a table containing foreign key.
I would not like to delete the children records (to keep the history).
I always get a message warning that there are dependencies when trying to update a parent record.
That’s exactly what it was! Unfortunately I couldn’t implement the null set through Workbench... What I did to get around the problem was to create a new column in the Father table to identify the records that were deleted. This way the foreign key was kept. I even thought of something like a clone table, but I wouldn’t know how to implement without studying a little r. Thanks for the Help!!!
– Rodrigo