Advertisement
ahmadtri26

table_etalase_tags

Nov 15th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 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: Nov 15, 2017 at 07:45 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 `etalase_tags`
  21. --
  22.  
  23. CREATE TABLE IF NOT EXISTS `etalase_tags` (
  24. `id` int(100) NOT NULL AUTO_INCREMENT,
  25. `id_product` int(50) DEFAULT NULL,
  26. `id_etalase` int(50) DEFAULT NULL,
  27. PRIMARY KEY (`id`)
  28. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=102 ;
  29.  
  30. --
  31. -- Dumping data for table `etalase_tags`
  32. --
  33.  
  34. INSERT INTO `etalase_tags` (`id`, `id_product`, `id_etalase`) VALUES(79, 2, 8);
  35. INSERT INTO `etalase_tags` (`id`, `id_product`, `id_etalase`) VALUES(80, 24, 8);
  36. INSERT INTO `etalase_tags` (`id`, `id_product`, `id_etalase`) VALUES(83, 2, 14);
  37. INSERT INTO `etalase_tags` (`id`, `id_product`, `id_etalase`) VALUES(84, 32, 14);
  38. INSERT INTO `etalase_tags` (`id`, `id_product`, `id_etalase`) VALUES(85, 33, 14);
  39. INSERT INTO `etalase_tags` (`id`, `id_product`, `id_etalase`) VALUES(87, 33, 15);
  40. INSERT INTO `etalase_tags` (`id`, `id_product`, `id_etalase`) VALUES(89, 24, 16);
  41. INSERT INTO `etalase_tags` (`id`, `id_product`, `id_etalase`) VALUES(90, 37, 17);
  42. INSERT INTO `etalase_tags` (`id`, `id_product`, `id_etalase`) VALUES(92, 36, 2);
  43. INSERT INTO `etalase_tags` (`id`, `id_product`, `id_etalase`) VALUES(94, 24, 2);
  44. INSERT INTO `etalase_tags` (`id`, `id_product`, `id_etalase`) VALUES(95, 33, 2);
  45. INSERT INTO `etalase_tags` (`id`, `id_product`, `id_etalase`) VALUES(101, 4, 2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement