-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathseed.sql
More file actions
15 lines (12 loc) · 897 Bytes
/
seed.sql
File metadata and controls
15 lines (12 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
INSERT INTO venuesdb
(name, description, location, img)
VALUES
('The Penny Black', 'Located in the heart of the city, this is a popular destination for sports lovers', '26-27 Boat Quay, Singapore 049817', 'https://images.myguide-cdn.com/singapore/companies/the-penny-black/large/the-penny-black-193205.jpg');
INSERT INTO venuesdb
(name, description, location, img)
VALUES
('Bar on 5', 'Located in the heart of the city, this is a popular destination for sports lovers', '333 Orchard Rd, Level 5 Mandarin Hotel, Singapore 238867', 'https://wishurhere.files.wordpress.com/2011/11/bar-on-5-1.jpg');
INSERT INTO venuesdb
(name, description, location, img)
VALUES
('Hard Rock Cafe', 'Located in the heart of the city, this is a popular destination for sports lovers', '50 Cuscaden Road #02-01 HPL House Singapore 249724', 'https://media1.trover.com/T/5c78f5e7f0c17a7976005da1/fixedw_large_4x.jpg');