Hello, I would like to totally delete a class (with data) from my CMDB and create it again. I want to delete all relations, data, triggers etc...,
Do you have a solution ? Because If I delete directly the table (drop), I still have many relations when I search the name of the table in my database.
Do you have a query that will delete my table everywhere in my postgres db ?
Thank you