To truncate db Tables with some “linked” data might not be that obvious Task. Foreign Keys always try to interrupt your process.
You can TRUNCATE tables one by one in the correct order. i.e. from “children” to “parents”.
But sometimes this is not possible due to child-parent relations inside the table itself.
so here is a quick tip: Read more