How can I drop all the tables in a PostgreSQL database? - Stack Overflow

PHOTO EMBED

Tue May 02 2023 01:28:25 GMT+0000 (Coordinated Universal Time)

Saved by @mvieira

drop schema public cascade;
create schema public;
content_copyCOPY

https://stackoverflow.com/questions/3327312/how-can-i-drop-all-the-tables-in-a-postgresql-database