添加sql脚本执行的字符编码

pull/15/MERGE
zhanjixun 5 years ago committed by GitHub
parent 99c9a2ab63
commit bc3f101c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,

Loading…
Cancel
Save