You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding *_filename, *_charset, *_last_updated columns for images on
stores (logo) and products (image).
Renamed stores.image_mime_type -> stores.logo_mime_type for consistency
Updated insert script for this table to match
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,IMAGE_MIME_TYPE) values (1,'Online','https://www.example.com',null,null,null, EMPTY_BLOB(),null);
5
-
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,IMAGE_MIME_TYPE) values (2,'San Francisco',null,'Redwood Shores
4
+
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,LOGO_MIME_TYPE) values (1,'Online','https://www.example.com',null,null,null, EMPTY_BLOB(),null);
5
+
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,LOGO_MIME_TYPE) values (2,'San Francisco',null,'Redwood Shores
6
6
500 Oracle Parkway
7
7
Redwood Shores, CA 94065',37.529395,-122.267237, EMPTY_BLOB(),null);
8
-
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,IMAGE_MIME_TYPE) values (3,'Seattle',null,'1501 Fourth Avenue
8
+
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,LOGO_MIME_TYPE) values (3,'Seattle',null,'1501 Fourth Avenue
9
9
Suite 1800
10
10
Seattle, WA 98101',47.6053,-122.33221, EMPTY_BLOB(),null);
11
-
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,IMAGE_MIME_TYPE) values (4,'New York City',null,'205 Lexington Ave
11
+
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,LOGO_MIME_TYPE) values (4,'New York City',null,'205 Lexington Ave
12
12
7th Floor
13
13
New York, NY 10016',40.745216,-73.980518, EMPTY_BLOB(),null);
14
-
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,IMAGE_MIME_TYPE) values (5,'Chicago',null,'233 South Wacker Dr.
14
+
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,LOGO_MIME_TYPE) values (5,'Chicago',null,'233 South Wacker Dr.
15
15
45th Floor
16
16
Chicago, IL 60606',41.878751,-87.636675, EMPTY_BLOB(),null);
17
-
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,IMAGE_MIME_TYPE) values (6,'London',null,'One South Place
17
+
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,LOGO_MIME_TYPE) values (6,'London',null,'One South Place
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,IMAGE_MIME_TYPE) values (7,'Bucharest',null,'Floreasca Park
20
+
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,LOGO_MIME_TYPE) values (7,'Bucharest',null,'Floreasca Park
21
21
43 Soseaua Pipera, corp B.
22
22
Sector 2
23
23
Bucharest , 014254
24
24
RO',44.43225,26.10626, EMPTY_BLOB(),null);
25
-
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,IMAGE_MIME_TYPE) values (8,'Berlin',null,'Behrenstraße 42 (Humboldt Carré)
25
+
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,LOGO_MIME_TYPE) values (8,'Berlin',null,'Behrenstraße 42 (Humboldt Carré)
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,IMAGE_MIME_TYPE) values (9,'Utrecht',null,'Hertogswetering 163-167, 3543 AS Utrecht, Netherlands',52.103263,5.061644, EMPTY_BLOB(),null);
28
-
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,IMAGE_MIME_TYPE) values (10,'Madrid',null,'C/ José Echegaray 6B
27
+
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,LOGO_MIME_TYPE) values (9,'Utrecht',null,'Hertogswetering 163-167, 3543 AS Utrecht, Netherlands',52.103263,5.061644, EMPTY_BLOB(),null);
28
+
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,LOGO_MIME_TYPE) values (10,'Madrid',null,'C/ José Echegaray 6B
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,IMAGE_MIME_TYPE) values (11,'Johannesburg',null,'Woodmead North Office Park
31
+
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,LOGO_MIME_TYPE) values (11,'Johannesburg',null,'Woodmead North Office Park
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,IMAGE_MIME_TYPE) values (12,'Lagos',null,'1391 Tiamiyu Savage St, Victoria Island, Lagos, Nigeria',6.42806,3.42199, EMPTY_BLOB(),null);
35
-
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,IMAGE_MIME_TYPE) values (13,'Bengaluru',null,'193, Bannerghatta Main Rd, Industrial Area, Stage 2, BTM Layout, Bengaluru, Karnataka 560076, India',12.8939,77.5978, EMPTY_BLOB(),null);
36
-
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,IMAGE_MIME_TYPE) values (14,'Mumbai',null,'First International Financial Center
34
+
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,LOGO_MIME_TYPE) values (12,'Lagos',null,'1391 Tiamiyu Savage St, Victoria Island, Lagos, Nigeria',6.42806,3.42199, EMPTY_BLOB(),null);
35
+
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,LOGO_MIME_TYPE) values (13,'Bengaluru',null,'193, Bannerghatta Main Rd, Industrial Area, Stage 2, BTM Layout, Bengaluru, Karnataka 560076, India',12.8939,77.5978, EMPTY_BLOB(),null);
36
+
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,LOGO_MIME_TYPE) values (14,'Mumbai',null,'First International Financial Center
37
37
Unit No. 501, Level 5
38
38
No. C54 & 55, G Block
39
39
Bandra Kurla Complex
40
40
CTS No. 4207, Kolekalyan Village
41
41
Mumbai - 400 051
42
42
India',19.069405,72.870143, EMPTY_BLOB(),null);
43
-
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,IMAGE_MIME_TYPE) values (15,'New Dehli',null,'F-01/02, First Floor
43
+
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,LOGO_MIME_TYPE) values (15,'New Dehli',null,'F-01/02, First Floor
44
44
Salcon Rasvillas
45
45
D-1, District Centre,
46
46
Saket, New Delhi - 110017
47
47
India',28.527693,77.220135, EMPTY_BLOB(),null);
48
-
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,IMAGE_MIME_TYPE) values (16,'Sydney',null,'Riverside Corporate Park
48
+
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,LOGO_MIME_TYPE) values (16,'Sydney',null,'Riverside Corporate Park
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,IMAGE_MIME_TYPE) values (17,'Perth',null,'Level 9
52
+
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,LOGO_MIME_TYPE) values (17,'Perth',null,'Level 9
53
53
225 St Georges Terrace
54
54
Perth WA 6000',-31.953715,115.851645, EMPTY_BLOB(),null);
55
-
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,IMAGE_MIME_TYPE) values (18,'São Paulo',null,'Rua Dr. Jose Aureo Bustamante,
55
+
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,LOGO_MIME_TYPE) values (18,'São Paulo',null,'Rua Dr. Jose Aureo Bustamante,
56
56
455 - Vila Cordeiro,
57
57
CEP 04710-090 São Paulo',-23.5475,-46.63611, EMPTY_BLOB(),null);
58
-
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,IMAGE_MIME_TYPE) values (19,'Buenos Aires',null,'Juana Manso 1069, Buenos Aires, Argentina',-34.61016,-58.362867, EMPTY_BLOB(),null);
Delegación Miguel Hidalgo - C.P. 11000',19.428489,-99.205745, EMPTY_BLOB(),null);
62
-
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,IMAGE_MIME_TYPE) values (21,'Bejing',null,'China, Beijing Shi, Haidian Qu, Dongbeiwang W Rd, 8, 100085',40.0572,116.290061, EMPTY_BLOB(),null);
63
-
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,IMAGE_MIME_TYPE) values (22,'Tokyo',null,'2 Chome-5-? Kitaaoyama, Minato City, Tokyo 107-0061, Japan',35.671534,139.718584, EMPTY_BLOB(),null);
64
-
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,IMAGE_MIME_TYPE) values (23,'Tel Aviv',null,'B, Aharon Bart St 18, Petah Tikva, 4951400, Israel',32.100664,34.862138, EMPTY_BLOB(),null);
62
+
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,LOGO_MIME_TYPE) values (21,'Bejing',null,'China, Beijing Shi, Haidian Qu, Dongbeiwang W Rd, 8, 100085',40.0572,116.290061, EMPTY_BLOB(),null);
63
+
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,LOGO_MIME_TYPE) values (22,'Tokyo',null,'2 Chome-5-? Kitaaoyama, Minato City, Tokyo 107-0061, Japan',35.671534,139.718584, EMPTY_BLOB(),null);
64
+
insert into stores (STORE_ID,STORE_NAME,WEB_ADDRESS,PHYSICAL_ADDRESS,LATITUDE,LONGITUDE,LOGO,LOGO_MIME_TYPE) values (23,'Tel Aviv',null,'B, Aharon Bart St 18, Petah Tikva, 4951400, Israel',32.100664,34.862138, EMPTY_BLOB(),null);
0 commit comments