how to drop all tables in postgreSQL
how to drop all tables in postgreSQL but I don't want to drop table using command line
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Mar 9, 2021, 6:19 AM
Sagar LadPosted Aug 26, 2021, 7:02 PM
DROP SCHEMA public CASCADE; CREATE SCHEMA public;