v3.2.0.GA sql

This commit is contained in:
MaxKey
2021-12-21 17:24:16 +08:00
parent 46b6d51795
commit e25a0a5a43
5 changed files with 1360 additions and 11 deletions

View File

@@ -496,6 +496,8 @@ CREATE TABLE `mxk_institutions` (
`ID` varchar(45) NOT NULL,
`NAME` varchar(200) NOT NULL,
`FULLNAME` varchar(100) DEFAULT NULL,
`LOGO` blob,
`DOMAIN` varchar(200) DEFAULT NULL,
`DIVISION` varchar(45) DEFAULT NULL,
`COUNTRY` varchar(45) DEFAULT NULL,
`REGION` varchar(45) DEFAULT NULL,
@@ -987,4 +989,4 @@ CREATE TABLE `mxk_userinfo_adjunct` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2021-12-19 11:24:29
-- Dump completed on 2021-12-21 17:20:01

File diff suppressed because one or more lines are too long