Created
September 25, 2019 09:22
-
-
Save aamsur-mkt/7ea751ad079b40fab992c447264c51b1 to your computer and use it in GitHub Desktop.
Create db on Postgre
This file contains 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
create database new_f_database | |
with | |
owner=yourfuser; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment