Advertisement
ahmadtri26

xmall_etalase

Dec 5th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 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 06, 2017 at 05:20 AM
  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 `xmall_etalase`
  21. --
  22.  
  23. CREATE TABLE IF NOT EXISTS `xmall_etalase` (
  24. `id` int(100) NOT NULL AUTO_INCREMENT,
  25. `user_id` varchar(120) DEFAULT NULL,
  26. `name` varchar(30) NOT NULL,
  27. `product` varchar(30) DEFAULT NULL,
  28. PRIMARY KEY (`id`)
  29. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=49 ;
  30.  
  31. --
  32. -- Dumping data for table `xmall_etalase`
  33. --
  34.  
  35. INSERT INTO `xmall_etalase` (`id`, `user_id`, `name`, `product`) VALUES
  36. (15, NULL, 'Data Storage', 'FlashDisk Transcend'),
  37. (16, NULL, 'Handphone', 'SOny'),
  38. (17, NULL, 'J-Pop', 'Music'),
  39. (18, NULL, 'People', 'artist'),
  40. (19, NULL, 'Space', 'Lunar'),
  41. (20, NULL, 'lalala', 'Musical'),
  42. (22, NULL, 'Tri', 'Island'),
  43. (23, NULL, 'Space', 'unlimited'),
  44. (24, NULL, 'Larry', 'PNG'),
  45. (28, NULL, 'Bambang', 'TI'),
  46. (29, NULL, 'spaceship', 'space'),
  47. (44, NULL, 'spaceship', 'Love'),
  48. (46, '6d9a1f3ee8a67402144ab62f8f927063', 'Bembeng', NULL),
  49. (47, '6d9a1f3ee8a67402144ab62f8f927063', 'Milky', NULL),
  50. (48, '6d9a1f3ee8a67402144ab62f8f927063', 'car show', NULL);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement