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

PHOTO EMBED

Wed Jul 26 2023 04:14:26 GMT+0000 (Coordinated Universal Time)

Saved by @mvieira #sql

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