Advertisement
ahmadtri26

view_image

Dec 20th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 4.0.9
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Host: localhost
  6. -- Generation Time: Dec 20, 2017 at 12:12 PM
  7. -- Server version: 5.6.14
  8. -- PHP Version: 5.5.6
  9.  
  10. SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
  11. SET time_zone = "+00:00";
  12.  
  13. --
  14. -- Database: `scring`
  15. --
  16.  
  17. -- --------------------------------------------------------
  18.  
  19. --
  20. -- Table structure for table `view_image`
  21. --
  22.  
  23. CREATE TABLE IF NOT EXISTS `view_image` (
  24. `id` int(11) NOT NULL AUTO_INCREMENT,
  25. `id_item` int(11) DEFAULT NULL,
  26. `id_user_shop` int(11) DEFAULT NULL,
  27. `photo` varchar(120) DEFAULT NULL,
  28. PRIMARY KEY (`id`)
  29. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;
  30.  
  31. --
  32. -- Dumping data for table `view_image`
  33. --
  34.  
  35. INSERT INTO `view_image` (`id`, `id_item`, `id_user_shop`, `photo`) VALUES
  36. (1, 1, 8, 'https://i.pinimg.com/736x/16/9b/68/169b68cbbb9d14a0468717c7d6d6879e--dubai-fashion-muslim-fashion.jpg'),
  37. (2, 1, 8, 'https://i.pinimg.com/736x/97/41/02/97410298928dde03f0d891c24cee6724.jpg'),
  38. (3, 2, 8, 'https://i.pinimg.com/736x/97/41/02/97410298928dde03f0d891c24cee6724.jpg'),
  39. (4, 2, 8, 'http://www.ezytred.com/image/cache/2015110621243462458100-cr-220x330.jpg'),
  40. (5, 1, 8, 'https://i.pinimg.com/736x/08/e6/26/08e6265783db326f98dd51d23725a43f--abaya-fashion-muslim-fashion.jpg'),
  41. (6, 2, 8, 'https://www.tokohijabku.com/wp-content/uploads/2016/04/ff_sera_top50_spandek_fit_l.jpg'),
  42. (7, 3, 8, 'https://i.pinimg.com/originals/65/0f/93/650f939dfde1580ab279c5198604ce38.jpg'),
  43. (8, 4, 8, 'https://www.dhresource.com/albu_235181629_00-1.0x0/new-fashion-korean-sexy-women-dress-package.jpg'),
  44. (9, 5, 8, 'https://i.pinimg.com/736x/4d/6f/0b/4d6f0b82794f9d5319d31d2c460e71aa--sew-japanese-socks.jpg');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement