@@ -1,3 +1,5 @@
+CREATE DATABASE `sys-mrqc` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
+
use `sys-mrqc`;
DROP TABLE IF EXISTS `mrqc_token`;