How can I delete the entire contents of my database? Currently I have a script that reads a CSV file and stores the content in my database. But it's important to delete everything in the database before I add the new data.
-> I run the script -> Database contents are deleted -> new data will be saved
I have to do it that way, because the CSV file changes 1-2 times a day and the information it contains is completely different.