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

PHOTO EMBED

Tue Jul 18 2023 22:14:52 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