Skip to content

Commit 51d6884

Browse files
amend personal details
1 parent b9b4f0d commit 51d6884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ CREATE TABLE `employees` (
165165
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
166166
INSERT INTO `employees` (`id`, `company`, `last_name`, `first_name`, `email_address`, `job_title`, `business_phone`, `home_phone`, `mobile_phone`, `fax_number`, `address`, `city`, `state_province`, `zip_postal_code`, `country_region`, `web_page`, `notes`, `attachments`)
167167
VALUES
168-
(10, 'How Apped', 'Whittlestone', 'Jon', 'jon@laravelfreelancer.com', 'Software Developer', '0118 9843212', NULL, NULL, NULL, '343 Friary Road', 'Manchester', 'Lancs.', 'M3 3DL', 'United Kingdom', NULL, NULL, NULL);
168+
(10, 'Acme Industries', 'Smith', 'Mike', 'mike.smith@mail.com', 'Horticultarlist', '0118 9843212', NULL, NULL, NULL, '343 Friary Road', 'Manchester', 'Lancs.', 'M3 3DL', 'United Kingdom', NULL, NULL, NULL);
169169

170170
```
171171

0 commit comments

Comments
 (0)