Skip to content

Instantly share code, notes, and snippets.

@andriyun
Created December 1, 2015 18:30
Show Gist options
  • Save andriyun/357fd3fcda55609079a2 to your computer and use it in GitHub Desktop.
Save andriyun/357fd3fcda55609079a2 to your computer and use it in GitHub Desktop.
Delete all table without droping database in postgres
drop schema public cascade;
create schema public;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment