-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathequipes.sql
More file actions
55 lines (55 loc) · 10.2 KB
/
Copy pathequipes.sql
File metadata and controls
55 lines (55 loc) · 10.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (1, 'Mlada Boleslav U21', '', 0, 1, 1, '2015-10-18 11:07:06', '2015-10-18 11:07:06');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (2, 'Slovan Liberec U21', '', 0, 1, 1, '2015-10-18 11:07:06', '2015-10-18 11:07:06');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (3, 'Arsenal', '', 0, 1, 3, '2015-10-18 11:50:08', '2015-10-18 11:50:08');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (4, 'FC Bayern Munchen', '', 0, 1, 4, '2015-10-18 11:50:08', '2015-10-18 11:50:08');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (5, 'Panathinaikos Athens', '', 0, 8, 5, '2015-10-19 05:34:13', '2015-10-19 05:34:13');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (6, 'Olympiakos Pireus', '', 0, 8, 5, '2015-10-19 05:34:13', '2015-10-19 05:34:13');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (7, 'BK Häcken', '', 0, 1, 6, '2015-10-19 15:03:11', '2015-10-19 15:03:11');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (8, 'GIF Sundsvall', '', 0, 1, 6, '2015-10-19 15:03:11', '2015-10-19 15:03:11');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (9, 'Stade Caen', '', 0, 1, 7, '2015-10-20 14:56:34', '2015-10-20 14:56:34');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (10, 'FC Nantes', '', 0, 1, 7, '2015-10-20 14:56:34', '2015-10-20 14:56:34');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (11, 'Olympique Lyonnais', '', 0, 1, 7, '2015-10-20 15:00:54', '2015-10-20 15:00:54');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (12, 'FC Toulouse', '', 0, 1, 7, '2015-10-20 15:00:54', '2015-10-20 15:00:54');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (13, 'Beitar Naharia', '', 0, 1, 8, '2015-10-20 16:04:19', '2015-10-20 16:04:19');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (14, 'Ironi Bnei Kabul', '', 0, 1, 8, '2015-10-20 16:04:19', '2015-10-20 16:04:19');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (15, 'Paris Saint-Germain FC', '', 0, 1, 7, '2015-10-20 16:11:03', '2015-10-20 16:11:03');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (16, 'AS St. Etienne', '', 0, 1, 7, '2015-10-20 16:11:03', '2015-10-20 16:11:03');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (17, 'Anadolu Efes Istanbul', '', 0, 8, 9, '2015-10-20 16:14:28', '2015-10-20 16:14:28');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (18, 'Armani Jeans Milano', '', 0, 8, 10, '2015-10-20 16:14:28', '2015-10-20 16:14:28');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (19, 'Manchester City', '', 0, 1, 3, '2015-10-20 16:29:24', '2015-10-20 16:29:24');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (20, 'Sevilla FC', '', 0, 1, 11, '2015-10-20 16:29:24', '2015-10-20 16:29:24');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (21, 'Real Madrid', '', 0, 1, 11, '2015-10-20 17:22:12', '2015-10-20 17:22:12');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (22, 'CSKA Moscow', '', 0, 1, 13, '2015-10-20 18:17:22', '2015-10-20 18:17:22');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (23, 'Manchester United FC', '', 0, 1, 3, '2015-10-20 18:17:22', '2015-10-20 18:17:22');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (24, 'Atletico Madrid', '', 0, 1, 11, '2015-10-20 18:19:58', '2015-10-20 18:19:58');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (25, 'FC Astana', '', 0, 1, 14, '2015-10-20 18:19:58', '2015-10-20 18:19:58');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (26, 'Galatasaray SK', '', 0, 1, 9, '2015-10-20 23:30:02', '2015-10-20 23:30:02');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (27, 'SL Benfica', '', 0, 1, 15, '2015-10-20 23:30:02', '2015-10-20 23:30:02');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (28, 'Juventus FC', '', 0, 1, 10, '2015-10-20 23:30:49', '2015-10-20 23:30:49');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (29, 'Borussia Monchengladbach', '', 0, 1, 4, '2015-10-20 23:30:49', '2015-10-20 23:30:49');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (30, 'Temperley', '', 0, 1, 16, '2015-10-20 23:32:37', '2015-10-20 23:32:37');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (31, 'Gimnasia y Esgrima La Plata', '', 0, 1, 16, '2015-10-20 23:32:37', '2015-10-20 23:32:37');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (32, 'Stade de Reims', '', 0, 1, 7, '2015-10-20 23:59:38', '2015-10-20 23:59:38');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (33, 'AS Monaco', '', 0, 1, 7, '2015-10-20 23:59:38', '2015-10-20 23:59:38');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (34, 'FC Ufa', '', 0, 1, 13, '2015-10-21 00:02:11', '2015-10-21 00:02:11');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (35, 'PFK Kryliya Sovetov Samara', '', 0, 1, 13, '2015-10-21 00:02:11', '2015-10-21 00:02:11');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (36, 'De Graafschap', '', 0, 1, 17, '2015-10-21 00:02:41', '2015-10-21 00:02:41');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (37, 'Heracles Almelo', '', 0, 1, 17, '2015-10-21 00:02:41', '2015-10-21 00:02:41');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (38, 'Real Madrid', '', 0, 8, 11, '2015-10-21 10:14:50', '2015-10-21 10:14:50');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (39, 'KK Crvena Zvezda (Red Star Belgrade)', '', 0, 8, 18, '2015-10-21 10:14:50', '2015-10-21 10:14:50');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (40, 'Jorge Wilstermann', '', 0, 1, 19, '2015-10-22 15:06:36', '2015-10-22 15:06:36');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (41, 'San Jose Oruro', '', 0, 1, 19, '2015-10-22 15:06:36', '2015-10-22 15:06:36');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (42, 'CF Atlante', '', 0, 1, 20, '2015-10-23 11:45:00', '2015-10-23 11:45:00');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (43, 'Cimarrones de Sonora', '', 0, 1, 20, '2015-10-23 11:45:00', '2015-10-23 11:45:00');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (44, 'Venados Merida FC', '', 0, 1, 20, '2015-10-23 11:45:09', '2015-10-23 11:45:09');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (45, 'Celaya', '', 0, 1, 20, '2015-10-23 11:45:09', '2015-10-23 11:45:09');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (46, 'Santos Laguna Mexico', '', 0, 1, 20, '2015-10-23 11:45:19', '2015-10-23 11:45:19');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (47, 'Cruz Azul', '', 0, 1, 20, '2015-10-23 11:45:19', '2015-10-23 11:45:19');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (48, 'FK Pribram U21', '', 0, 1, 1, '2015-10-26 10:37:06', '2015-10-26 10:37:06');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (49, 'FC Banik Ostrava U21', '', 0, 1, 1, '2015-10-26 10:37:06', '2015-10-26 10:37:06');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (50, 'AS Roma', '', 0, 1, 10, '2015-10-27 16:29:46', '2015-10-27 16:29:46');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (51, 'Bayer 04 Leverkusen', '', 0, 1, 4, '2015-10-27 16:29:46', '2015-10-27 16:29:46');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (52, 'Fernando Yamacita', '', 0, 59, 21, '2015-10-27 16:31:10', '2015-10-27 16:31:10');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (53, 'Thales Turini', '', 0, 59, 21, '2015-10-27 16:31:10', '2015-10-27 16:31:10');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (54, 'Chicago Bulls', '', 0, 8, 22, '2015-10-27 16:59:56', '2015-10-27 16:59:56');
INSERT INTO slfweb.equipes (id, name, logo, status, sport_id, country_id, created_at, updated_at) VALUES (55, 'Cleveland Cavaliers', '', 0, 8, 22, '2015-10-27 16:59:56', '2015-10-27 16:59:56');