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 3d4c8ce commit 64b1db8Copy full SHA for 64b1db8
migrations/init.sql
@@ -1,6 +1,7 @@
1
-- Create the database testdb2 and testdb3
2
CREATE DATABASE IF NOT EXISTS testdb2;
3
CREATE DATABASE IF NOT EXISTS testdb3;
4
+CREATE DATABASE IF NOT EXISTS fakedb;
5
USE testdb;
6
7
-- Create the 'users' table
0 commit comments