Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
education
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李丛阳
education
Commits
1f94dd34
Commit
1f94dd34
authored
Apr 23, 2018
by
李博今
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加教室管理功能
修改FileController 添加b_rooms sql文件
parent
f22d04e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
0 deletions
+52
-0
b_arrange.sql
sql/new_table/2.0.3/b_arrange.sql
+52
-0
No files found.
sql/new_table/2.0.3/b_arrange.sql
0 → 100644
View file @
1f94dd34
/*
Navicat MySQL Data Transfer
Source Server : 127.0.0.1_3306
Source Server Version : 50717
Source Host : localhost:3306
Source Database : edu_db
Target Server Type : MYSQL
Target Server Version : 50717
File Encoding : 65001
Date: 2018-04-23 16:50:53
*/
SET
FOREIGN_KEY_CHECKS
=
0
;
-- ----------------------------
-- Table structure for b_arrange
-- ----------------------------
DROP
TABLE
IF
EXISTS
`b_arrange`
;
CREATE
TABLE
`b_arrange`
(
`business_id`
varchar
(
64
)
NOT
NULL
,
`create_by`
varchar
(
64
)
DEFAULT
NULL
,
`update_by`
varchar
(
64
)
DEFAULT
NULL
,
`create_date`
datetime
DEFAULT
NULL
,
`update_date`
datetime
DEFAULT
NULL
,
`remarks`
varchar
(
64
)
DEFAULT
NULL
,
`del_flag`
varchar
(
1
)
DEFAULT
NULL
,
`flag`
varchar
(
1
)
DEFAULT
NULL
,
`term_code`
varchar
(
64
)
DEFAULT
NULL
,
`desc`
varchar
(
255
)
DEFAULT
NULL
,
`grade_code`
varchar
(
64
)
DEFAULT
NULL
,
`agency_code`
varchar
(
64
)
DEFAULT
NULL
,
`status`
varchar
(
1
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`business_id`
)
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8
;
-- ----------------------------
-- Records of b_arrange
-- ----------------------------
INSERT
INTO
`b_arrange`
VALUES
(
'339ab1993c7f424294fd0f9e22a1c11a'
,
'333e421d32d9425ea99afce95b603902'
,
'333e421d32d9425ea99afce95b603902'
,
'2018-04-19 10:37:36'
,
'2018-04-19 10:37:36'
,
null
,
'0'
,
'1'
,
'newTerm2'
,
null
,
'大一'
,
'华为'
,
'0'
);
INSERT
INTO
`b_arrange`
VALUES
(
'37dcd7171b12477f96396ef66139fb0e'
,
'333e421d32d9425ea99afce95b603902'
,
'333e421d32d9425ea99afce95b603902'
,
'2018-04-19 10:36:25'
,
'2018-04-19 10:36:25'
,
null
,
'0'
,
'1'
,
'newTerm'
,
null
,
'大一'
,
'华为'
,
'0'
);
INSERT
INTO
`b_arrange`
VALUES
(
'5a5ec1e7bd9648e7a2ee3bab69b92e88'
,
'333e421d32d9425ea99afce95b603902'
,
'333e421d32d9425ea99afce95b603902'
,
'2018-04-19 10:37:08'
,
'2018-04-19 10:37:08'
,
null
,
'0'
,
'1'
,
'newTerm'
,
null
,
'大二'
,
'小米'
,
'0'
);
INSERT
INTO
`b_arrange`
VALUES
(
'62a8fc66457b4118993a2a83b984b568'
,
'333e421d32d9425ea99afce95b603902'
,
'333e421d32d9425ea99afce95b603902'
,
'2018-04-23 15:13:25'
,
'2018-04-23 15:13:25'
,
null
,
'0'
,
'1'
,
'newTerm2'
,
null
,
'大三'
,
'腾讯'
,
'0'
);
INSERT
INTO
`b_arrange`
VALUES
(
'692674c8865e46b2915a63baa0f1060f'
,
'333e421d32d9425ea99afce95b603902'
,
'333e421d32d9425ea99afce95b603902'
,
'2018-04-19 14:29:53'
,
'2018-04-19 14:29:53'
,
null
,
'0'
,
'1'
,
'newTerm2'
,
null
,
'大三'
,
'腾讯'
,
'0'
);
INSERT
INTO
`b_arrange`
VALUES
(
'8fca18f54e454af4b4a4d85d4f412d02'
,
'333e421d32d9425ea99afce95b603902'
,
'333e421d32d9425ea99afce95b603902'
,
'2018-04-19 10:37:02'
,
'2018-04-19 10:37:02'
,
null
,
'0'
,
'1'
,
'newTerm'
,
null
,
'大二'
,
'华为'
,
'0'
);
INSERT
INTO
`b_arrange`
VALUES
(
'ac5e19e11d884e94b6787a0397dc4fc1'
,
'333e421d32d9425ea99afce95b603902'
,
'333e421d32d9425ea99afce95b603902'
,
'2018-04-19 10:36:40'
,
'2018-04-19 10:36:40'
,
null
,
'0'
,
'1'
,
'newTerm'
,
null
,
'大一'
,
'小米'
,
'0'
);
INSERT
INTO
`b_arrange`
VALUES
(
'bd965a654ec440eb882a32406190c965'
,
'333e421d32d9425ea99afce95b603902'
,
'333e421d32d9425ea99afce95b603902'
,
'2018-04-19 10:37:16'
,
'2018-04-19 10:37:16'
,
null
,
'0'
,
'1'
,
'newTerm'
,
null
,
'大三'
,
'小米'
,
'0'
);
INSERT
INTO
`b_arrange`
VALUES
(
'c8000bd9cc0b45bd83c60f090b43d317'
,
'333e421d32d9425ea99afce95b603902'
,
'333e421d32d9425ea99afce95b603902'
,
'2018-04-19 10:37:57'
,
'2018-04-19 10:37:57'
,
null
,
'0'
,
'1'
,
'newTerm2'
,
null
,
'大二'
,
'阿里巴巴'
,
'0'
);
INSERT
INTO
`b_arrange`
VALUES
(
'd3929a4cb5814df1a47625a840724e9b'
,
'333e421d32d9425ea99afce95b603902'
,
'333e421d32d9425ea99afce95b603902'
,
'2018-04-19 10:37:31'
,
'2018-04-19 10:37:31'
,
null
,
'0'
,
'1'
,
'newTerm2'
,
null
,
'大一'
,
'小米'
,
'0'
);
INSERT
INTO
`b_arrange`
VALUES
(
'e15b02f7030e43ccab0277eacbe307ce'
,
'333e421d32d9425ea99afce95b603902'
,
'333e421d32d9425ea99afce95b603902'
,
'2018-04-19 10:36:49'
,
'2018-04-19 10:36:49'
,
null
,
'0'
,
'1'
,
'newTerm'
,
null
,
'大一'
,
'融创软通'
,
'0'
);
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