We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfd97f commit cbdae4dCopy full SHA for cbdae4d
db/create.sql
@@ -1,4 +1,9 @@
1
DROP DATABASE IF EXISTS devdb;
2
CREATE DATABASE devdb;
3
+\connect devdb;
4
+CREATE SCHEMA shakespeare;
5
+
6
DROP DATABASE IF EXISTS testdb;
7
CREATE DATABASE testdb;
8
+\connect testdb;
9
0 commit comments