drop all tables in a postgres db code example Example: force drop all tables postgres DROP SCHEMA public CASCADE; CREATE SCHEMA public;