~/paste/15909
~/paste/15909
~/paste/15909

  1. -- phpMyAdmin SQL Dump
  2. -- version 4.0.9
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Machine: 95.170.72.83
  6. -- Genereertijd: 21 dec 2014 om 22:50
  7. -- Serverversie: 5.5.32-log
  8. -- PHP-versie: 5.4.35
  9.  
  10. SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
  11. SET time_zone = "+00:00";
  12.  
  13.  
  14. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  15. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  16. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  17. /*!40101 SET NAMES utf8 */;
  18.  
  19. --
  20. -- Databank: `picatoys_nl_joomla`
  21. --
  22.  
  23. -- --------------------------------------------------------
  24.  
  25. --
  26. -- Tabelstructuur voor tabel `jos_csvi_template_fields`
  27. --
  28.  
  29. CREATE TABLE IF NOT EXISTS `jos_csvi_template_fields` (
  30.   `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Unique ID for the template field',
  31.   `template_id` INT(11) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'The template ID',
  32.   `ordering` INT(11) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'The order of the field',
  33.   `field_name` VARCHAR(255) NOT NULL COMMENT 'Name for the field',
  34.   `file_field_name` VARCHAR(255) NOT NULL COMMENT 'Name for the field from the file',
  35.   `template_field_name` VARCHAR(255) NOT NULL DEFAULT '' COMMENT 'Name for the field from the template',
  36.   `column_header` VARCHAR(255) NOT NULL DEFAULT '' COMMENT 'Header for the column',
  37.   `default_value` VARCHAR(255) NOT NULL DEFAULT '' COMMENT 'Default value for the field',
  38.   `process` enum('0','1') NOT NULL DEFAULT '1' COMMENT 'Process the field',
  39.   `combine_char` VARCHAR(5) NOT NULL DEFAULT '' COMMENT 'The character(s) to combine the fields',
  40.   `sort` enum('0','1') NOT NULL DEFAULT '0' COMMENT 'Sort the field',
  41.   `cdata` enum('0','1') NOT NULL DEFAULT '1' COMMENT 'Use the CDATA tag',
  42.   PRIMARY KEY (`id`)
  43. ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='Holds the fields for a CSVI template' AUTO_INCREMENT=47 ;
  44.  
  45. --
  46. -- Gegevens worden uitgevoerd voor tabel `jos_csvi_template_fields`
  47. --
  48.  
  49. INSERT INTO `jos_csvi_template_fields` (`id`, `template_id`, `ordering`, `field_name`, `file_field_name`, `template_field_name`, `column_header`, `default_value`, `process`, `combine_char`, `sort`, `cdata`) VALUES
  50. (1, 1, 1, 'product_sku', 'product_number', '', '', '', '1', '', '0', '1'),
  51. (2, 1, 2, 'product_name', 'product_name', '', '', '', '1', '', '0', '1'),
  52. (3, 1, 3, 'product_price', 'price', '', '', '', '1', '', '0', '1'),
  53. (4, 1, 4, 'product_desc', 'description', '', '', '', '1', '', '0', '1'),
  54. (5, 1, 5, 'manufacturer_name', 'manufacturer', '', '', '', '1', ',', '0', '1'),
  55. (6, 1, 6, 'Genre', 'category', '', '', '', '1', '', '0', '1'),
  56. (7, 1, 7, 'category_path', '', '', '', 'Toys', '1', '', '0', '1'),
  57. (8, 1, 8, 'product_in_stock', 'stock', '', '', '', '1', '', '0', '1'),
  58. (9, 1, 9, 'product_gtin', 'eancode', '', '', '', '1', '', '0', '1'),
  59. (10, 1, 10, 'combine', 'image_1', '', '', '', '1', '', '0', '1'),
  60. (11, 1, 11, 'combine', 'image_2', '', '', '', '1', '', '0', '1'),
  61. (12, 1, 12, 'combine', 'image_3', '', '', '', '1', '', '0', '1'),
  62. (13, 1, 13, 'combine', 'image_4', '', '', '', '1', '', '0', '1'),
  63. (14, 1, 14, 'file_url', '', '', '', '', '1', '|', '0', '1'),
  64. (15, 1, 15, 'product_tax', 'vat_value', '', '', '', '1', '', '0', '1'),
  65. (16, 1, 16, 'product_weight', 'package_weight', '', '', '', '1', '', '0', '1'),
  66. (17, 1, 17, 'product_length', 'package_length', '', '', '', '1', '', '0', '1'),
  67. (18, 1, 18, 'product_width', 'package_width', '', '', '', '1', '', '0', '1'),
  68. (19, 1, 19, 'product_height', 'package_height', '', '', '', '1', '', '0', '1'),
  69. (20, 1, 20, 'Colors', 'colors', 'custom_multiple', '', '', '1', ',', '0', '1'),
  70. (21, 1, 21, 'Material', 'material', '', '', '', '1', '', '0', '1'),
  71. (22, 1, 22, 'Washing_Instructions', 'washing', '', '', '', '1', '', '0', '1'),
  72. (23, 1, 23, 'published', '', '', '', '1', '1', '', '0', '1'),
  73. (24, 2, 1, 'product_sku', 'product_number', '', '', '', '1', '', '0', '1'),
  74. (25, 2, 2, 'product_name', 'product_name', '', '', '', '1', '', '0', '1'),
  75. (26, 2, 3, 'product_price', 'price', '', '', '', '1', '', '0', '1'),
  76. (27, 2, 4, 'product_desc', 'description', '', '', '', '1', '', '0', '1'),
  77. (28, 2, 5, 'manufacturer_name', 'manufacturer', '', '', '', '1', ',', '0', '1'),
  78. (29, 2, 6, 'Genre', 'category', '', '', '', '1', '', '0', '1'),
  79. (30, 2, 7, 'category_path', '', '', '', 'Toys', '1', '', '0', '1'),
  80. (31, 2, 8, 'product_in_stock', 'stock', '', '', '', '1', '', '0', '1'),
  81. (32, 2, 9, 'product_gtin', 'eancode', '', '', '', '1', '', '0', '1'),
  82. (33, 2, 10, 'combine', 'image_1', '', '', '', '1', '', '0', '1'),
  83. (34, 2, 11, 'combine', 'image_2', '', '', '', '1', '', '0', '1'),
  84. (35, 2, 12, 'combine', 'image_3', '', '', '', '1', '', '0', '1'),
  85. (36, 2, 13, 'combine', 'image_4', '', '', '', '1', '', '0', '1'),
  86. (37, 2, 14, 'file_url', '', '', '', '', '1', '|', '0', '1'),
  87. (38, 2, 15, 'product_tax', 'vat_value', '', '', '', '1', '', '0', '1'),
  88. (39, 2, 16, 'product_weight', 'package_weight', '', '', '', '1', '', '0', '1'),
  89. (40, 2, 17, 'product_length', 'package_length', '', '', '', '1', '', '0', '1'),
  90. (41, 2, 18, 'product_width', 'package_width', '', '', '', '1', '', '0', '1'),
  91. (42, 2, 19, 'product_height', 'package_height', '', '', '', '1', '', '0', '1'),
  92. (43, 2, 20, 'Colors', 'colors', 'custom_multiple', '', '', '1', ',', '0', '1'),
  93. (44, 2, 21, 'Material', 'material', '', '', '', '1', '', '0', '1'),
  94. (45, 2, 22, 'Washing_Instructions', 'washing', '', '', '', '1', '', '0', '1'),
  95. (46, 2, 23, 'published', '', '', '', '1', '1', '', '0', '1');
  96.  
  97. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  98. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  99. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
  100.  
Language: sql
Posted by jos_csvi_template_fields at 21 Dec 2014, 09:52:43 UTC