Skip to content

Commit 9a14995

Browse files
committed
数据库
1 parent 459329b commit 9a14995

File tree

1 file changed

+0
-147
lines changed

1 file changed

+0
-147
lines changed

admin.sql

Lines changed: 0 additions & 147 deletions
Original file line numberDiff line numberDiff line change
@@ -33,153 +33,6 @@ CREATE TABLE `auth_assignment` (
3333
INSERT INTO `auth_assignment` VALUES ('demo测试账号', '320', '1544503585');
3434
INSERT INTO `auth_assignment` VALUES ('超级管理员', '1', '1542121619');
3535

36-
-- ----------------------------
37-
-- Table structure for auth_channel
38-
-- ----------------------------
39-
DROP TABLE IF EXISTS `auth_channel`;
40-
CREATE TABLE `auth_channel` (
41-
`id` int(11) NOT NULL AUTO_INCREMENT,
42-
`app_id` int(11) NOT NULL COMMENT '应用id',
43-
`channel_id` int(11) NOT NULL COMMENT '渠道id',
44-
`url_id` int(11) DEFAULT NULL COMMENT '锻炼表外键',
45-
PRIMARY KEY (`id`),
46-
KEY `pk_au_ch_appid` (`app_id`) USING BTREE,
47-
KEY `pk_au_ch_channelid` (`channel_id`) USING BTREE,
48-
KEY `pk_au_ch_urlid` (`url_id`) USING BTREE,
49-
CONSTRAINT `auth_channel_ibfk_1` FOREIGN KEY (`app_id`) REFERENCES `app` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
50-
CONSTRAINT `auth_channel_ibfk_2` FOREIGN KEY (`channel_id`) REFERENCES `channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
51-
CONSTRAINT `auth_channel_ibfk_3` FOREIGN KEY (`url_id`) REFERENCES `short_url` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
52-
) ENGINE=InnoDB AUTO_INCREMENT=57879 DEFAULT CHARSET=utf8;
53-
54-
-- ----------------------------
55-
-- Records of auth_channel
56-
-- ----------------------------
57-
INSERT INTO `auth_channel` VALUES ('57754', '27', '348', null);
58-
INSERT INTO `auth_channel` VALUES ('57755', '27', '349', null);
59-
INSERT INTO `auth_channel` VALUES ('57756', '27', '350', null);
60-
INSERT INTO `auth_channel` VALUES ('57757', '27', '354', null);
61-
INSERT INTO `auth_channel` VALUES ('57758', '27', '361', null);
62-
INSERT INTO `auth_channel` VALUES ('57759', '27', '362', null);
63-
INSERT INTO `auth_channel` VALUES ('57760', '27', '365', null);
64-
INSERT INTO `auth_channel` VALUES ('57761', '27', '369', null);
65-
INSERT INTO `auth_channel` VALUES ('57762', '27', '370', null);
66-
INSERT INTO `auth_channel` VALUES ('57763', '27', '371', null);
67-
INSERT INTO `auth_channel` VALUES ('57764', '27', '373', null);
68-
INSERT INTO `auth_channel` VALUES ('57765', '27', '374', null);
69-
INSERT INTO `auth_channel` VALUES ('57766', '27', '375', null);
70-
INSERT INTO `auth_channel` VALUES ('57767', '27', '376', null);
71-
INSERT INTO `auth_channel` VALUES ('57768', '27', '377', null);
72-
INSERT INTO `auth_channel` VALUES ('57769', '27', '379', null);
73-
INSERT INTO `auth_channel` VALUES ('57770', '27', '380', null);
74-
INSERT INTO `auth_channel` VALUES ('57771', '27', '382', null);
75-
INSERT INTO `auth_channel` VALUES ('57772', '27', '384', null);
76-
INSERT INTO `auth_channel` VALUES ('57773', '27', '385', null);
77-
INSERT INTO `auth_channel` VALUES ('57774', '27', '387', null);
78-
INSERT INTO `auth_channel` VALUES ('57775', '27', '389', null);
79-
INSERT INTO `auth_channel` VALUES ('57776', '27', '390', null);
80-
INSERT INTO `auth_channel` VALUES ('57777', '27', '391', null);
81-
INSERT INTO `auth_channel` VALUES ('57778', '27', '392', null);
82-
INSERT INTO `auth_channel` VALUES ('57779', '27', '393', null);
83-
INSERT INTO `auth_channel` VALUES ('57780', '27', '396', null);
84-
INSERT INTO `auth_channel` VALUES ('57781', '27', '397', null);
85-
INSERT INTO `auth_channel` VALUES ('57782', '27', '398', null);
86-
INSERT INTO `auth_channel` VALUES ('57783', '27', '399', null);
87-
INSERT INTO `auth_channel` VALUES ('57784', '27', '400', null);
88-
INSERT INTO `auth_channel` VALUES ('57785', '27', '402', null);
89-
INSERT INTO `auth_channel` VALUES ('57786', '27', '403', null);
90-
INSERT INTO `auth_channel` VALUES ('57787', '27', '404', null);
91-
INSERT INTO `auth_channel` VALUES ('57788', '27', '405', null);
92-
INSERT INTO `auth_channel` VALUES ('57789', '27', '406', null);
93-
INSERT INTO `auth_channel` VALUES ('57790', '27', '407', null);
94-
INSERT INTO `auth_channel` VALUES ('57791', '27', '408', null);
95-
INSERT INTO `auth_channel` VALUES ('57792', '27', '410', null);
96-
INSERT INTO `auth_channel` VALUES ('57793', '27', '411', null);
97-
INSERT INTO `auth_channel` VALUES ('57794', '27', '412', null);
98-
INSERT INTO `auth_channel` VALUES ('57795', '27', '413', null);
99-
INSERT INTO `auth_channel` VALUES ('57796', '27', '414', null);
100-
INSERT INTO `auth_channel` VALUES ('57797', '27', '415', null);
101-
INSERT INTO `auth_channel` VALUES ('57798', '27', '420', null);
102-
INSERT INTO `auth_channel` VALUES ('57799', '27', '430', null);
103-
INSERT INTO `auth_channel` VALUES ('57800', '27', '432', null);
104-
INSERT INTO `auth_channel` VALUES ('57801', '27', '433', null);
105-
INSERT INTO `auth_channel` VALUES ('57802', '27', '434', null);
106-
INSERT INTO `auth_channel` VALUES ('57803', '27', '436', null);
107-
INSERT INTO `auth_channel` VALUES ('57804', '27', '446', null);
108-
INSERT INTO `auth_channel` VALUES ('57805', '27', '450', null);
109-
INSERT INTO `auth_channel` VALUES ('57806', '27', '457', null);
110-
INSERT INTO `auth_channel` VALUES ('57807', '27', '458', null);
111-
INSERT INTO `auth_channel` VALUES ('57808', '27', '459', null);
112-
INSERT INTO `auth_channel` VALUES ('57809', '27', '463', null);
113-
INSERT INTO `auth_channel` VALUES ('57810', '27', '464', null);
114-
INSERT INTO `auth_channel` VALUES ('57811', '27', '466', null);
115-
INSERT INTO `auth_channel` VALUES ('57812', '27', '468', null);
116-
INSERT INTO `auth_channel` VALUES ('57813', '27', '469', null);
117-
INSERT INTO `auth_channel` VALUES ('57814', '27', '471', null);
118-
INSERT INTO `auth_channel` VALUES ('57815', '27', '475', null);
119-
INSERT INTO `auth_channel` VALUES ('57816', '27', '476', null);
120-
INSERT INTO `auth_channel` VALUES ('57817', '27', '478', null);
121-
INSERT INTO `auth_channel` VALUES ('57818', '27', '479', null);
122-
INSERT INTO `auth_channel` VALUES ('57819', '27', '482', null);
123-
INSERT INTO `auth_channel` VALUES ('57820', '27', '483', null);
124-
INSERT INTO `auth_channel` VALUES ('57821', '27', '486', null);
125-
INSERT INTO `auth_channel` VALUES ('57822', '27', '491', null);
126-
INSERT INTO `auth_channel` VALUES ('57823', '27', '494', null);
127-
INSERT INTO `auth_channel` VALUES ('57824', '27', '496', null);
128-
INSERT INTO `auth_channel` VALUES ('57825', '27', '498', null);
129-
INSERT INTO `auth_channel` VALUES ('57826', '27', '506', null);
130-
INSERT INTO `auth_channel` VALUES ('57827', '27', '509', null);
131-
INSERT INTO `auth_channel` VALUES ('57828', '27', '513', null);
132-
INSERT INTO `auth_channel` VALUES ('57829', '27', '516', null);
133-
INSERT INTO `auth_channel` VALUES ('57830', '27', '518', null);
134-
INSERT INTO `auth_channel` VALUES ('57831', '27', '520', null);
135-
INSERT INTO `auth_channel` VALUES ('57832', '27', '521', null);
136-
INSERT INTO `auth_channel` VALUES ('57833', '27', '524', null);
137-
INSERT INTO `auth_channel` VALUES ('57834', '27', '526', null);
138-
INSERT INTO `auth_channel` VALUES ('57835', '27', '528', null);
139-
INSERT INTO `auth_channel` VALUES ('57836', '27', '530', null);
140-
INSERT INTO `auth_channel` VALUES ('57837', '27', '534', null);
141-
INSERT INTO `auth_channel` VALUES ('57838', '27', '540', null);
142-
INSERT INTO `auth_channel` VALUES ('57839', '27', '541', null);
143-
INSERT INTO `auth_channel` VALUES ('57840', '27', '542', null);
144-
INSERT INTO `auth_channel` VALUES ('57841', '27', '550', null);
145-
INSERT INTO `auth_channel` VALUES ('57842', '27', '551', null);
146-
INSERT INTO `auth_channel` VALUES ('57843', '27', '555', null);
147-
INSERT INTO `auth_channel` VALUES ('57844', '27', '558', null);
148-
INSERT INTO `auth_channel` VALUES ('57845', '27', '571', null);
149-
INSERT INTO `auth_channel` VALUES ('57846', '27', '572', null);
150-
INSERT INTO `auth_channel` VALUES ('57847', '27', '576', null);
151-
INSERT INTO `auth_channel` VALUES ('57848', '27', '577', null);
152-
INSERT INTO `auth_channel` VALUES ('57849', '27', '580', null);
153-
INSERT INTO `auth_channel` VALUES ('57850', '27', '581', null);
154-
INSERT INTO `auth_channel` VALUES ('57851', '27', '584', null);
155-
INSERT INTO `auth_channel` VALUES ('57852', '27', '585', null);
156-
INSERT INTO `auth_channel` VALUES ('57853', '27', '587', null);
157-
INSERT INTO `auth_channel` VALUES ('57854', '27', '591', null);
158-
INSERT INTO `auth_channel` VALUES ('57855', '27', '593', null);
159-
INSERT INTO `auth_channel` VALUES ('57856', '27', '599', null);
160-
INSERT INTO `auth_channel` VALUES ('57857', '27', '602', null);
161-
INSERT INTO `auth_channel` VALUES ('57858', '27', '605', null);
162-
INSERT INTO `auth_channel` VALUES ('57859', '27', '606', null);
163-
INSERT INTO `auth_channel` VALUES ('57860', '27', '613', null);
164-
INSERT INTO `auth_channel` VALUES ('57861', '27', '614', null);
165-
INSERT INTO `auth_channel` VALUES ('57862', '27', '617', null);
166-
INSERT INTO `auth_channel` VALUES ('57863', '27', '619', null);
167-
INSERT INTO `auth_channel` VALUES ('57864', '27', '624', null);
168-
INSERT INTO `auth_channel` VALUES ('57865', '27', '630', null);
169-
INSERT INTO `auth_channel` VALUES ('57866', '27', '639', null);
170-
INSERT INTO `auth_channel` VALUES ('57867', '27', '642', null);
171-
INSERT INTO `auth_channel` VALUES ('57868', '27', '649', null);
172-
INSERT INTO `auth_channel` VALUES ('57869', '27', '650', null);
173-
INSERT INTO `auth_channel` VALUES ('57870', '27', '651', null);
174-
INSERT INTO `auth_channel` VALUES ('57871', '27', '655', null);
175-
INSERT INTO `auth_channel` VALUES ('57872', '27', '657', null);
176-
INSERT INTO `auth_channel` VALUES ('57873', '27', '661', null);
177-
INSERT INTO `auth_channel` VALUES ('57874', '27', '669', null);
178-
INSERT INTO `auth_channel` VALUES ('57875', '27', '674', null);
179-
INSERT INTO `auth_channel` VALUES ('57876', '27', '676', null);
180-
INSERT INTO `auth_channel` VALUES ('57877', '27', '677', null);
181-
INSERT INTO `auth_channel` VALUES ('57878', '27', '689', null);
182-
18336
-- ----------------------------
18437
-- Table structure for auth_item
18538
-- ----------------------------

0 commit comments

Comments
 (0)