Skip to content

Commit 149960c

Browse files
committed
同步table;JSON类型不能为NULL
1 parent ae35ac4 commit 149960c

13 files changed

+49
-49
lines changed

table/sys_Comment.sql

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

table/sys_Login.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-- MySQL dump 10.13 Distrib 5.7.12, for osx10.9 (x86_64)
22
--
3-
-- Host: localhost Database: sys
3+
-- Host: 39.108.143.172 Database: sys
44
-- ------------------------------------------------------
5-
-- Server version 5.7.16
5+
-- Server version 5.7.19-log
66

77
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
88
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -50,4 +50,4 @@ UNLOCK TABLES;
5050
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
5151
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
5252

53-
-- Dump completed on 2017-10-06 1:02:35
53+
-- Dump completed on 2017-10-15 15:52:47

table/sys_Moment.sql

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

table/sys_Pair.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-- MySQL dump 10.13 Distrib 5.7.12, for osx10.9 (x86_64)
22
--
3-
-- Host: localhost Database: sys
3+
-- Host: 39.108.143.172 Database: sys
44
-- ------------------------------------------------------
5-
-- Server version 5.7.16
5+
-- Server version 5.7.19-log
66

77
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
88
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -49,4 +49,4 @@ UNLOCK TABLES;
4949
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
5050
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
5151

52-
-- Dump completed on 2017-10-06 1:02:35
52+
-- Dump completed on 2017-10-15 15:52:46

table/sys_Praise.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-- MySQL dump 10.13 Distrib 5.7.12, for osx10.9 (x86_64)
22
--
3-
-- Host: localhost Database: sys
3+
-- Host: 39.108.143.172 Database: sys
44
-- ------------------------------------------------------
5-
-- Server version 5.7.16
5+
-- Server version 5.7.19-log
66

77
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
88
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -48,4 +48,4 @@ UNLOCK TABLES;
4848
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
4949
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
5050

51-
-- Dump completed on 2017-10-06 1:02:35
51+
-- Dump completed on 2017-10-15 15:52:46

table/sys_Request.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-- MySQL dump 10.13 Distrib 5.7.12, for osx10.9 (x86_64)
22
--
3-
-- Host: localhost Database: sys
3+
-- Host: 39.108.143.172 Database: sys
44
-- ------------------------------------------------------
5-
-- Server version 5.7.16
5+
-- Server version 5.7.19-log
66

77
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
88
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -40,7 +40,7 @@ CREATE TABLE `Request` (
4040

4141
LOCK TABLES `Request` WRITE;
4242
/*!40000 ALTER TABLE `Request` DISABLE KEYS */;
43-
INSERT INTO `Request` VALUES (1,0,'User','POST','{\"User\": {\"DISALLOW\": \"id\"}, \"NECESSARY\": \"phone,password,verify\"}','\"User:toUser\":{}转化为\"toUser\":User的JSONObject ?','2017-02-01 11:19:51'),(2,0,'Moment','POST','{\"DISALLOW\": \"id\", \"NECESSARY\": \"userId,pictureList\"}',NULL,'2017-02-01 11:19:51'),(3,0,'Comment','POST','{\"DISALLOW\": \"id\", \"NECESSARY\": \"userId,momentId,content\"}',NULL,'2017-02-01 11:19:51'),(4,0,'User','PUT','{\"ADD\": {\"@role\": \"owner\"}, \"DISALLOW\": \"phone\", \"NECESSARY\": \"id\"}',NULL,'2017-02-01 11:19:51'),(5,0,'Moment','DELETE','{\"PUT\": {\"Comment\": {\"@role\": \"admin\", \"momentId@\": \"Moment/id\"}}, \"Moment\": {\"ADD\": {\"@role\": \"owner\"}, \"NECESSARY\": \"id\"}}','所有删除都要有currentUserId和loginPassword?','2017-02-01 11:19:51'),(6,0,'Comment','DELETE','{\"PUT\": {\"Comment:child\": {\"@role\": \"admin\", \"toId@\": \"Comment/id\"}}, \"Comment\": {\"ADD\": {\"@role\": \"owner\"}, \"NECESSARY\": \"id\"}}','disallow没必要用于DELETE','2017-02-01 11:19:51'),(7,0,'Password','PUT','{\"Password\": {\"DISALLOW\": \"!\", \"NECESSARY\": \"id,password\"}, \"NECESSARY\": \"oldPassword\"}','对安全要求高,不允许客户端改type,date等字段','2017-02-01 11:19:51'),(8,0,'User.phone','PUT','{\"User\": {\"ADD\": {\"@role\": \"owner\"}, \"DISALLOW\": \"!\", \"NECESSARY\": \"id,phone\"}}','! 表示其它所有,这里指necessary所有未包含的字段','2017-02-01 11:19:51'),(9,0,'MomentWithComment','POST','{\"Moment\": {\"DISALLOW\": \"id\", \"NECESSARY\": \"userId,title,content,picture\"}, \"Comment\": {\"PUT\": {\"momentId@\": \"Moment/id\"}, \"DISALLOW\": \"id\", \"NECESSARY\": \"userId,workId,content\"}}','用的极少,可能根本用不上','2017-02-01 11:19:51'),(10,0,'Password','GETS','{\"DISALLOW\": \"!\", \"NECESSARY\": \"id,model\"}','String:table, Long: tableId 限制类型?','2017-02-18 12:03:17'),(11,0,'Wallet','GETS','{\"Wallet\": {\"DISALLOW\": \"!\", \"NECESSARY\": \"id\"}}',NULL,'2017-02-18 14:20:43'),(12,0,'Login','GETS','{\"User\": {\"NECESSARY\": \"phone\"}, \"Password\": {\"DISALLOW\": \"!\", \"NECESSARY\": \"table,phone,value\"}}',NULL,'2017-02-18 14:20:43'),(13,0,'Login','POST','{\"DISALLOW\": \"!\", \"NECESSARY\": \"userId,type\"}',NULL,'2017-02-18 14:20:43'),(14,0,'Verify','POST','{\"DISALLOW\": \"!\", \"NECESSARY\": \"id,code\"}',NULL,'2017-02-18 14:20:43'),(15,0,'Verify','GETS','{\"NECESSARY\": \"id\"}',NULL,'2017-02-18 14:20:43'),(16,0,'Verify','HEADS','{}','允许任意内容','2017-02-18 14:20:43'),(17,0,'Moment','PUT','{\"DISALLOW\": \"userId,date\", \"NECESSARY\": \"id\"}',NULL,'2017-02-01 11:19:51'),(18,0,'Wallet','POST','{\"Wallet\": {\"DISALLOW\": \"!\", \"NECESSARY\": \"id\"}, \"NECESSARY\": \"payPassword\"}',NULL,'2017-02-18 14:20:43'),(19,0,'Wallet','PUT','{\"Wallet\": {\"VERIFY\": {\"balance+&{}\": \">=-10000,<=10000\"}, \"DISALLOW\": \"!\", \"NECESSARY\": \"id,balance+\"}, \"Password\": {\"DISALLOW\": \"!\", \"NECESSARY\": \"id,password,type\"}}',NULL,'2017-02-18 14:20:43'),(20,0,'Wallet','DELETE','{\"Wallet\": {\"DISALLOW\": \"!\", \"NECESSARY\": \"id\"}, \"NECESSARY\": \"payPassword\"}',NULL,'2017-02-18 14:20:43'),(21,0,'Login','HEADS','{\"DISALLOW\": \"!\", \"NECESSARY\": \"userId,type\"}',NULL,'2017-02-18 14:20:43'),(22,0,'User','GETS','{}','允许任意内容','2017-02-18 14:20:43'),(23,0,'Privacy','PUT','{\"ADD\": {\"@role\": \"owner\"}, \"NECESSARY\": \"id\"}',NULL,'2017-02-01 11:19:51'),(24,0,'Privacy','GETS','{\"ADD\": {\"@role\": \"owner\"}, \"NECESSARY\": \"id\"}',NULL,'2017-06-12 16:05:51'),(25,0,'Praise','PUT','{\"NECESSARY\": \"id\"}',NULL,'2017-02-01 11:19:51'),(26,0,'Comment[]','DELETE','{\"Comment\": {\"ADD\": {\"@role\": \"owner\", \"NECESSARY\": \"id{}\"}}}','disallow没必要用于DELETE','2017-02-01 11:19:51'),(27,0,'Comment[]','PUT','{\"Comment\": {\"ADD\": {\"@role\": \"owner\", \"NECESSARY\": \"id{}\"}}}','disallow没必要用于DELETE','2017-02-01 11:19:51'),(28,0,'Comment','PUT','{\"ADD\": {\"@role\": \"owner\"}, \"NECESSARY\": \"id\"}','disallow没必要用于DELETE','2017-02-01 11:19:51');
43+
INSERT INTO `Request` VALUES (1,0,'User','POST','{\"ADD\": {\"pictureList\": [], \"contactIdList\": []}, \"User\": {\"DISALLOW\": \"id\"}, \"NECESSARY\": \"phone,password,verify\"}','\"User:toUser\":{}转化为\"toUser\":User的JSONObject ?','2017-02-01 11:19:51'),(2,0,'Moment','POST','{\"ADD\": {\"pictureList\": [], \"praiseUserIdList\": []}, \"DISALLOW\": \"id\", \"NECESSARY\": \"userId,pictureList\"}',NULL,'2017-02-01 11:19:51'),(3,0,'Comment','POST','{\"DISALLOW\": \"id\", \"NECESSARY\": \"userId,momentId,content\"}',NULL,'2017-02-01 11:19:51'),(4,0,'User','PUT','{\"ADD\": {\"@role\": \"owner\"}, \"DISALLOW\": \"phone\", \"NECESSARY\": \"id\"}',NULL,'2017-02-01 11:19:51'),(5,0,'Moment','DELETE','{\"PUT\": {\"Comment\": {\"@role\": \"admin\", \"momentId@\": \"Moment/id\"}}, \"Moment\": {\"ADD\": {\"@role\": \"owner\"}, \"NECESSARY\": \"id\"}}','所有删除都要有currentUserId和loginPassword?','2017-02-01 11:19:51'),(6,0,'Comment','DELETE','{\"PUT\": {\"Comment:child\": {\"@role\": \"admin\", \"toId@\": \"Comment/id\"}}, \"Comment\": {\"ADD\": {\"@role\": \"owner\"}, \"NECESSARY\": \"id\"}}','disallow没必要用于DELETE','2017-02-01 11:19:51'),(7,0,'Password','PUT','{\"Password\": {\"DISALLOW\": \"!\", \"NECESSARY\": \"id,password\"}, \"NECESSARY\": \"oldPassword\"}','对安全要求高,不允许客户端改type,date等字段','2017-02-01 11:19:51'),(8,0,'User.phone','PUT','{\"User\": {\"ADD\": {\"@role\": \"owner\"}, \"DISALLOW\": \"!\", \"NECESSARY\": \"id,phone\"}}','! 表示其它所有,这里指necessary所有未包含的字段','2017-02-01 11:19:51'),(9,0,'MomentWithComment','POST','{\"Moment\": {\"DISALLOW\": \"id\", \"NECESSARY\": \"userId,title,content,picture\"}, \"Comment\": {\"PUT\": {\"momentId@\": \"Moment/id\"}, \"DISALLOW\": \"id\", \"NECESSARY\": \"userId,workId,content\"}}','用的极少,可能根本用不上','2017-02-01 11:19:51'),(10,0,'Password','GETS','{\"DISALLOW\": \"!\", \"NECESSARY\": \"id,model\"}','String:table, Long: tableId 限制类型?','2017-02-18 12:03:17'),(11,0,'Wallet','GETS','{\"Wallet\": {\"DISALLOW\": \"!\", \"NECESSARY\": \"id\"}}',NULL,'2017-02-18 14:20:43'),(12,0,'Login','GETS','{\"User\": {\"NECESSARY\": \"phone\"}, \"Password\": {\"DISALLOW\": \"!\", \"NECESSARY\": \"table,phone,value\"}}',NULL,'2017-02-18 14:20:43'),(13,0,'Login','POST','{\"DISALLOW\": \"!\", \"NECESSARY\": \"userId,type\"}',NULL,'2017-02-18 14:20:43'),(14,0,'Verify','POST','{\"DISALLOW\": \"!\", \"NECESSARY\": \"id,code\"}',NULL,'2017-02-18 14:20:43'),(15,0,'Verify','GETS','{\"NECESSARY\": \"id\"}',NULL,'2017-02-18 14:20:43'),(16,0,'Verify','HEADS','{}','允许任意内容','2017-02-18 14:20:43'),(17,0,'Moment','PUT','{\"DISALLOW\": \"userId,date\", \"NECESSARY\": \"id\"}',NULL,'2017-02-01 11:19:51'),(18,0,'Wallet','POST','{\"Wallet\": {\"DISALLOW\": \"!\", \"NECESSARY\": \"id\"}, \"NECESSARY\": \"payPassword\"}',NULL,'2017-02-18 14:20:43'),(19,0,'Wallet','PUT','{\"Wallet\": {\"VERIFY\": {\"balance+&{}\": \">=-10000,<=10000\"}, \"DISALLOW\": \"!\", \"NECESSARY\": \"id,balance+\"}, \"Password\": {\"DISALLOW\": \"!\", \"NECESSARY\": \"id,password,type\"}}',NULL,'2017-02-18 14:20:43'),(20,0,'Wallet','DELETE','{\"Wallet\": {\"DISALLOW\": \"!\", \"NECESSARY\": \"id\"}, \"NECESSARY\": \"payPassword\"}',NULL,'2017-02-18 14:20:43'),(21,0,'Login','HEADS','{\"DISALLOW\": \"!\", \"NECESSARY\": \"userId,type\"}',NULL,'2017-02-18 14:20:43'),(22,0,'User','GETS','{}','允许任意内容','2017-02-18 14:20:43'),(23,0,'Privacy','PUT','{\"ADD\": {\"@role\": \"owner\"}, \"NECESSARY\": \"id\"}',NULL,'2017-02-01 11:19:51'),(24,0,'Privacy','GETS','{\"ADD\": {\"@role\": \"owner\"}, \"NECESSARY\": \"id\"}',NULL,'2017-06-12 16:05:51'),(25,0,'Praise','PUT','{\"NECESSARY\": \"id\"}',NULL,'2017-02-01 11:19:51'),(26,0,'Comment[]','DELETE','{\"Comment\": {\"ADD\": {\"@role\": \"owner\", \"NECESSARY\": \"id{}\"}}}','disallow没必要用于DELETE','2017-02-01 11:19:51'),(27,0,'Comment[]','PUT','{\"Comment\": {\"ADD\": {\"@role\": \"owner\", \"NECESSARY\": \"id{}\"}}}','disallow没必要用于DELETE','2017-02-01 11:19:51'),(28,0,'Comment','PUT','{\"ADD\": {\"@role\": \"owner\"}, \"NECESSARY\": \"id\"}','disallow没必要用于DELETE','2017-02-01 11:19:51');
4444
/*!40000 ALTER TABLE `Request` ENABLE KEYS */;
4545
UNLOCK TABLES;
4646
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
@@ -53,4 +53,4 @@ UNLOCK TABLES;
5353
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
5454
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
5555

56-
-- Dump completed on 2017-10-06 1:02:34
56+
-- Dump completed on 2017-10-15 15:52:44

table/sys_Response.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-- MySQL dump 10.13 Distrib 5.7.12, for osx10.9 (x86_64)
22
--
3-
-- Host: localhost Database: sys
3+
-- Host: 39.108.143.172 Database: sys
44
-- ------------------------------------------------------
5-
-- Server version 5.7.16
5+
-- Server version 5.7.19-log
66

77
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
88
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -53,4 +53,4 @@ UNLOCK TABLES;
5353
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
5454
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
5555

56-
-- Dump completed on 2017-10-06 1:02:35
56+
-- Dump completed on 2017-10-15 15:52:47

table/sys_Test.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-- MySQL dump 10.13 Distrib 5.7.12, for osx10.9 (x86_64)
22
--
3-
-- Host: localhost Database: sys
3+
-- Host: 39.108.143.172 Database: sys
44
-- ------------------------------------------------------
5-
-- Server version 5.7.16
5+
-- Server version 5.7.19-log
66

77
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
88
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -47,4 +47,4 @@ UNLOCK TABLES;
4747
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
4848
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
4949

50-
-- Dump completed on 2017-10-06 1:02:35
50+
-- Dump completed on 2017-10-15 15:52:45

table/sys_Verify.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-- MySQL dump 10.13 Distrib 5.7.12, for osx10.9 (x86_64)
22
--
3-
-- Host: localhost Database: sys
3+
-- Host: 39.108.143.172 Database: sys
44
-- ------------------------------------------------------
5-
-- Server version 5.7.16
5+
-- Server version 5.7.19-log
66

77
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
88
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -37,7 +37,7 @@ CREATE TABLE `Verify` (
3737

3838
LOCK TABLES `Verify` WRITE;
3939
/*!40000 ALTER TABLE `Verify` DISABLE KEYS */;
40-
INSERT INTO `Verify` VALUES (13000003871,0,2858,'2017-08-13 11:28:05'),(13000011111,0,1199,'2017-10-05 16:22:30'),(13000031000,0,10442,'2017-05-04 09:30:02'),(13000031001,0,9445,'2017-05-04 09:31:30'),(13000038710,0,5467,'2017-10-05 16:43:29'),(13000038752,0,5879,'2017-04-22 13:03:37'),(13000038758,0,10077,'2017-04-22 13:09:06'),(13000038777,0,9175,'2017-05-02 17:51:45'),(13000038778,0,1191,'2017-05-02 17:56:13'),(13000038779,0,10350,'2017-05-02 18:09:41'),(13000038780,0,4200,'2017-05-02 18:10:00'),(13000038781,0,6674,'2017-05-02 18:18:02'),(13000038888,0,8186,'2017-04-29 15:35:33'),(13000038999,0,6167,'2017-05-03 18:27:16'),(13000039999,0,8566,'2017-05-04 07:31:38'),(13000070793,0,5465,'2017-08-13 14:01:02'),(13000082001,0,2475,'2017-08-13 15:26:36'),(13000082011,0,7026,'2017-07-03 04:47:03'),(13000082013,0,1229,'2017-06-17 14:04:59'),(13000082081,0,6760,'2017-05-04 07:32:01'),(13000082111,0,5650,'2017-06-18 13:36:07'),(13000082222,0,9150,'2017-08-13 15:49:32'),(13000082333,0,3870,'2017-08-13 15:49:57'),(13000093794,0,7563,'2017-04-23 08:29:20'),(13000099999,0,7739,'2017-07-23 15:53:25');
40+
INSERT INTO `Verify` VALUES (13000003871,0,2858,'2017-08-13 11:28:05'),(13000011111,0,1199,'2017-10-05 16:22:30'),(13000031000,0,10442,'2017-05-04 09:30:02'),(13000031001,0,9445,'2017-05-04 09:31:30'),(13000038710,0,6033,'2017-10-15 07:14:59'),(13000038752,0,5879,'2017-04-22 13:03:37'),(13000038758,0,10077,'2017-04-22 13:09:06'),(13000038777,0,9175,'2017-05-02 17:51:45'),(13000038778,0,1191,'2017-05-02 17:56:13'),(13000038779,0,10350,'2017-05-02 18:09:41'),(13000038780,0,4200,'2017-05-02 18:10:00'),(13000038781,0,6674,'2017-05-02 18:18:02'),(13000038888,0,8186,'2017-04-29 15:35:33'),(13000038999,0,6167,'2017-05-03 18:27:16'),(13000039999,0,8566,'2017-05-04 07:31:38'),(13000070793,0,5465,'2017-08-13 14:01:02'),(13000082001,0,2475,'2017-08-13 15:26:36'),(13000082011,0,7026,'2017-07-03 04:47:03'),(13000082013,0,1229,'2017-06-17 14:04:59'),(13000082081,0,6760,'2017-05-04 07:32:01'),(13000082111,0,5650,'2017-06-18 13:36:07'),(13000082222,0,9150,'2017-08-13 15:49:32'),(13000082333,0,3870,'2017-08-13 15:49:57'),(13000093794,0,7563,'2017-04-23 08:29:20'),(13000099999,0,7739,'2017-07-23 15:53:25');
4141
/*!40000 ALTER TABLE `Verify` ENABLE KEYS */;
4242
UNLOCK TABLES;
4343
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
@@ -50,4 +50,4 @@ UNLOCK TABLES;
5050
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
5151
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
5252

53-
-- Dump completed on 2017-10-06 1:02:34
53+
-- Dump completed on 2017-10-15 15:52:43

table/sys__Statistics.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-- MySQL dump 10.13 Distrib 5.7.12, for osx10.9 (x86_64)
22
--
3-
-- Host: localhost Database: sys
3+
-- Host: 39.108.143.172 Database: sys
44
-- ------------------------------------------------------
5-
-- Server version 5.7.16
5+
-- Server version 5.7.19-log
66

77
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
88
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -54,4 +54,4 @@ UNLOCK TABLES;
5454
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
5555
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
5656

57-
-- Dump completed on 2017-10-06 1:02:35
57+
-- Dump completed on 2017-10-15 15:52:45

table/sys__Visit.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-- MySQL dump 10.13 Distrib 5.7.12, for osx10.9 (x86_64)
22
--
3-
-- Host: localhost Database: sys
3+
-- Host: 39.108.143.172 Database: sys
44
-- ------------------------------------------------------
5-
-- Server version 5.7.16
5+
-- Server version 5.7.19-log
66

77
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
88
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -48,4 +48,4 @@ UNLOCK TABLES;
4848
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
4949
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
5050

51-
-- Dump completed on 2017-10-06 1:02:34
51+
-- Dump completed on 2017-10-15 15:52:44

0 commit comments

Comments
 (0)