|
1 | 1 | /*
|
2 |
| - Navicat Premium Data Transfer |
3 |
| -
|
4 |
| - Source Server : mysql-localhost |
5 |
| - Source Server Type : MySQL |
6 |
| - Source Server Version : 50727 |
7 |
| - Source Host : localhost:3306 |
8 |
| - Source Schema : spring_boot_plus |
9 |
| -
|
10 |
| - Target Server Type : MySQL |
11 |
| - Target Server Version : 50727 |
12 |
| - File Encoding : 65001 |
13 |
| -
|
14 |
| - Date: 24/07/2019 16:25:18 |
| 2 | + * Copyright 2019-2029 geekidea(https://github.com/geekidea) |
| 3 | + * |
| 4 | + * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | + * you may not use this file except in compliance with the License. |
| 6 | + * You may obtain a copy of the License at |
| 7 | + * |
| 8 | + * http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | + * |
| 10 | + * Unless required by applicable law or agreed to in writing, software |
| 11 | + * distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | + * See the License for the specific language governing permissions and |
| 14 | + * limitations under the License. |
15 | 15 | */
|
16 | 16 |
|
17 |
| -SET NAMES utf8mb4; |
18 |
| -SET FOREIGN_KEY_CHECKS = 0; |
19 |
| - |
20 | 17 | -- ----------------------------
|
21 | 18 | -- Table structure for ip
|
22 | 19 | -- ----------------------------
|
@@ -52,11 +49,3 @@ INSERT INTO `sys_log` VALUES (1060438746056376321, 0, 'A', 100000, '2018-11-08 1
|
52 | 49 | INSERT INTO `sys_log` VALUES (1060438788502732802, 0, 'B', 100000, '2018-11-08 15:42:08');
|
53 | 50 | INSERT INTO `sys_log` VALUES (1060438799600861185, 0, 'C', 100000, '2018-11-08 15:42:10');
|
54 | 51 | INSERT INTO `sys_log` VALUES (1060438809495224322, 0, 'D', 100000, '2018-11-08 15:42:13');
|
55 |
| -INSERT INTO `sys_log` VALUES (1060438823319650306, 0, 'E', 100000, '2018-11-08 15:42:16'); |
56 |
| -INSERT INTO `sys_log` VALUES (1060438833750884353, 0, 'F', 100000, '2018-11-08 15:42:18'); |
57 |
| -INSERT INTO `sys_log` VALUES (1060439062743166977, 0, '1111111111', 100000, '2018-11-08 15:43:13'); |
58 |
| -INSERT INTO `sys_log` VALUES (1060439085228830721, 1, 'test redis lock ffbb79f6-9efe-4608-b204-fde5279b107f', 100000, '2018-11-16 16:46:35'); |
59 |
| -INSERT INTO `sys_log` VALUES (1068528405778444290, NULL, NULL, NULL, '2018-11-30 23:33:21'); |
60 |
| -INSERT INTO `sys_log` VALUES (1068528405778444291, NULL, NULL, NULL, '2018-11-30 23:33:21'); |
61 |
| - |
62 |
| -SET FOREIGN_KEY_CHECKS = 1; |
0 commit comments