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 87c4a0b commit 42c73c8Copy full SHA for 42c73c8
script/answer.sql
@@ -15,6 +15,8 @@ Date: 2018-10-17 17:27:23
15
16
SET FOREIGN_KEY_CHECKS=0;
17
18
+CREATE DATABASE IF NOT EXISTS answer default charset utf8 COLLATE utf8_general_ci;
19
+
20
-- ----------------------------
21
-- Table structure for `smw_user`
22
0 commit comments