소스 검색
Merge pull request #235 from thinkingfioa/master
许雪里
8 년 전
No account linked to committer's email
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+CREATE database if NOT EXISTS `xxl-job` default character set utf8 collate utf8_general_ci;
|
|
|
2
|
+use `xxl-job`;
|
|
1
|
3
|
|
|
2
|
4
|
CREATE TABLE XXL_JOB_QRTZ_JOB_DETAILS
|
|
3
|
5
|
(
|