Commit 90d705b4 by 许雪里 Committed by GitHub

Merge pull request #1403 from zhanjixun/master

添加sql脚本执行的字符编码
parents d41c992c bc3f101c
Showing with 1 additions and 0 deletions
......@@ -5,6 +5,7 @@
CREATE database if NOT EXISTS `xxl_job` default character set utf8mb4 collate utf8mb4_unicode_ci;
use `xxl_job`;
SET NAMES UTF8;
CREATE TABLE `xxl_job_info` (
`id` int(11) NOT NULL AUTO_INCREMENT,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment