Duplicate parent
Hey, I have a large schema with many tables and many relations. I would like to duplicate a parent row.
For deletion it's pretty easy: I just reference stuff and then I can delete the parent and everything else will also be deleted. But what about duplication?
How to easily duplicate it without writing every single duplication rule for each table and each children table of the table and ...?
0 Replies