You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.2 KiB

1 month ago
  1. INSERT INTO `user_profiles` (
  2. `id`,
  3. `avatar`,
  4. `bio`,
  5. `socials`,
  6. `contact`,
  7. `customer_id`,
  8. `created_at`,
  9. `updated_at`
  10. )
  11. VALUES (
  12. 2,
  13. '{\"id\": 297, \"original\": \"https://chawkbazarlaravel.s3.ap-southeast-1.amazonaws.com/297/store_owner.png\", \"thumbnail\": \"https://chawkbazarlaravel.s3.ap-southeast-1.amazonaws.com/297/conversions/store_owner-thumbnail.jpg\"}',
  14. 'This is the store owner and we have 6 shops under our banner. We are running all the shops to give our customers hassle-free service and quality products. Our goal is to provide best possible customer service and products for our clients',
  15. NULL,
  16. '12365141641631',
  17. 1,
  18. '2021-08-18 13:17:53',
  19. '2021-11-25 06:21:29'
  20. ),
  21. (
  22. 3,
  23. '{\"id\": 326, \"original\": \"https://chawkbazarlaravel.s3.ap-southeast-1.amazonaws.com/326/man.png\", \"thumbnail\": \"https://chawkbazarlaravel.s3.ap-southeast-1.amazonaws.com/326/conversions/man-thumbnail.jpg\"}',
  24. '',
  25. NULL,
  26. '19365141641631',
  27. 3,
  28. '2021-08-18 13:17:53',
  29. '2021-08-18 13:17:53'
  30. );