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 3537660 commit 902c360Copy full SHA for 902c360
docker/mysql/init/01-create-tables.sql
@@ -1,8 +1,8 @@
1
-- Example initialization script
2
-- This will run when the MySQL container is first started
3
4
--- Use the database specified in the environment variable
5
-USE ${MYSQL_DATABASE};
+-- Use database
+-- USE test;
6
7
-- Create a sample table
8
-- CREATE TABLE IF NOT EXISTS sample_table (
0 commit comments