Created
December 1, 2015 18:30
-
-
Save andriyun/357fd3fcda55609079a2 to your computer and use it in GitHub Desktop.
Delete all table without droping database in postgres
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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