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 42c73c8 commit de9c4beCopy full SHA for de9c4be
script/answer.sql
@@ -17,6 +17,8 @@ SET FOREIGN_KEY_CHECKS=0;
17
18
CREATE DATABASE IF NOT EXISTS answer default charset utf8 COLLATE utf8_general_ci;
19
20
+USE answer;
21
+
22
-- ----------------------------
23
-- Table structure for `smw_user`
24
0 commit comments