We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb148de commit 41a1b02Copy full SHA for 41a1b02
all.sql
@@ -1,3 +1,5 @@
1
+CREATE DATABASE IF NOT EXISTS `calorieBuddy` /*!40100 DEFAULT CHARACTER SET utf8 */;
2
+USE `calorieBuddy`;
3
-- MySQL dump 10.13 Distrib 5.7.31, for Linux (x86_64)
4
--
5
-- Host: localhost Database: calorieBuddy
0 commit comments