Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d802ecb2
authored
Dec 31, 2015
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
表结构msg字段长度扩充
parent
32dc8ac9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
35 deletions
doc/db/tables_trigger_log.sql
doc/db/tables_mysql-for-dianping-wed.sql → doc/db/tables_xxl_log.sql
doc/db/tables_trigger_log.sql
deleted
100644 → 0
View file @
32dc8ac9
/*
Navicat MySQL Data Transfer
Source Server : meme-127.0.0.1
Source Server Version : 50544
Source Host : 127.0.0.1:3306
Source Database : test
Target Server Type : MYSQL
Target Server Version : 50544
File Encoding : 65001
Date: 2015-12-30 23:27:14
*/
SET
FOREIGN_KEY_CHECKS
=
0
;
-- ----------------------------
-- Table structure for qrtz_trigger_log
-- ----------------------------
DROP
TABLE
IF
EXISTS
`qrtz_trigger_log`
;
CREATE
TABLE
`qrtz_trigger_log`
(
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`job_name`
varchar
(
255
)
NOT
NULL
,
`job_cron`
varchar
(
128
)
DEFAULT
NULL
,
`job_class`
varchar
(
255
)
DEFAULT
NULL
,
`job_data`
varchar
(
2048
)
DEFAULT
NULL
,
`trigger_time`
datetime
DEFAULT
NULL
,
`trigger_status`
varchar
(
255
)
DEFAULT
NULL
,
`trigger_msg`
varchar
(
255
)
DEFAULT
NULL
,
`handle_time`
datetime
DEFAULT
NULL
,
`handle_status`
varchar
(
255
)
DEFAULT
NULL
,
`handle_msg`
varchar
(
255
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
127
DEFAULT
CHARSET
=
utf8
;
doc/db/tables_
mysql-for-dianping-wed
.sql
→
doc/db/tables_
xxl_log
.sql
View file @
d802ecb2
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment