Commit 156dbece by xuxueli

update document

parent 97625a67
Showing with 1 additions and 1 deletions
...@@ -66,7 +66,7 @@ CREATE TABLE `xxl_job_logglue` ( ...@@ -66,7 +66,7 @@ CREATE TABLE `xxl_job_logglue` (
CREATE TABLE `xxl_job_registry` ( CREATE TABLE `xxl_job_registry` (
`id` int(11) NOT NULL AUTO_INCREMENT, `id` int(11) NOT NULL AUTO_INCREMENT,
`registry_group` varchar(255) NOT NULL, `registry_group` varchar(50) NOT NULL,
`registry_key` varchar(255) NOT NULL, `registry_key` varchar(255) NOT NULL,
`registry_value` varchar(255) NOT NULL, `registry_value` varchar(255) NOT NULL,
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
......
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