
SET FOREIGN_KEY_CHECKS=0;
-- 
-- Database: `information_schema`
-- 
CREATE DATABASE `information_schema`;
USE information_schema;

-- --------------------------------------------------------

-- 
-- Table structure for table `CHARACTER_SETS`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TEMPORARY TABLE `CHARACTER_SETS` (
  `CHARACTER_SET_NAME` varchar(64) NOT NULL default '',
  `DEFAULT_COLLATE_NAME` varchar(64) NOT NULL default '',
  `DESCRIPTION` varchar(60) NOT NULL default '',
  `MAXLEN` bigint(3) NOT NULL default '0'
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `CHARACTER_SETS`
-- 

INSERT INTO `CHARACTER_SETS` VALUES ('big5', 'big5_chinese_ci', 'Big5 Traditional Chinese', '2'),
('dec8', 'dec8_swedish_ci', 'DEC West European', '1'),
('cp850', 'cp850_general_ci', 'DOS West European', '1'),
('hp8', 'hp8_english_ci', 'HP West European', '1'),
('koi8r', 'koi8r_general_ci', 'KOI8-R Relcom Russian', '1'),
('latin1', 'latin1_swedish_ci', 'cp1252 West European', '1'),
('latin2', 'latin2_general_ci', 'ISO 8859-2 Central European', '1'),
('swe7', 'swe7_swedish_ci', '7bit Swedish', '1'),
('ascii', 'ascii_general_ci', 'US ASCII', '1'),
('ujis', 'ujis_japanese_ci', 'EUC-JP Japanese', '3'),
('sjis', 'sjis_japanese_ci', 'Shift-JIS Japanese', '2'),
('hebrew', 'hebrew_general_ci', 'ISO 8859-8 Hebrew', '1'),
('tis620', 'tis620_thai_ci', 'TIS620 Thai', '1'),
('euckr', 'euckr_korean_ci', 'EUC-KR Korean', '2'),
('koi8u', 'koi8u_general_ci', 'KOI8-U Ukrainian', '1'),
('gb2312', 'gb2312_chinese_ci', 'GB2312 Simplified Chinese', '2'),
('greek', 'greek_general_ci', 'ISO 8859-7 Greek', '1'),
('cp1250', 'cp1250_general_ci', 'Windows Central European', '1'),
('gbk', 'gbk_chinese_ci', 'GBK Simplified Chinese', '2'),
('latin5', 'latin5_turkish_ci', 'ISO 8859-9 Turkish', '1'),
('armscii8', 'armscii8_general_ci', 'ARMSCII-8 Armenian', '1'),
('utf8', 'utf8_general_ci', 'UTF-8 Unicode', '3'),
('ucs2', 'ucs2_general_ci', 'UCS-2 Unicode', '2'),
('cp866', 'cp866_general_ci', 'DOS Russian', '1'),
('keybcs2', 'keybcs2_general_ci', 'DOS Kamenicky Czech-Slovak', '1'),
('macce', 'macce_general_ci', 'Mac Central European', '1'),
('macroman', 'macroman_general_ci', 'Mac West European', '1'),
('cp852', 'cp852_general_ci', 'DOS Central European', '1'),
('latin7', 'latin7_general_ci', 'ISO 8859-13 Baltic', '1'),
('cp1251', 'cp1251_general_ci', 'Windows Cyrillic', '1'),
('cp1256', 'cp1256_general_ci', 'Windows Arabic', '1'),
('cp1257', 'cp1257_general_ci', 'Windows Baltic', '1'),
('binary', 'binary', 'Binary pseudo charset', '1'),
('geostd8', 'geostd8_general_ci', 'GEOSTD8 Georgian', '1'),
('cp932', 'cp932_japanese_ci', 'SJIS for Windows Japanese', '2'),
('eucjpms', 'eucjpms_japanese_ci', 'UJIS for Windows Japanese', '3');

-- --------------------------------------------------------

-- 
-- Table structure for table `COLLATIONS`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TEMPORARY TABLE `COLLATIONS` (
  `COLLATION_NAME` varchar(64) NOT NULL default '',
  `CHARACTER_SET_NAME` varchar(64) NOT NULL default '',
  `ID` bigint(11) NOT NULL default '0',
  `IS_DEFAULT` varchar(3) NOT NULL default '',
  `IS_COMPILED` varchar(3) NOT NULL default '',
  `SORTLEN` bigint(3) NOT NULL default '0'
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `COLLATIONS`
-- 

INSERT INTO `COLLATIONS` VALUES ('big5_chinese_ci', 'big5', '1', 'Yes', 'Yes', '1'),
('big5_bin', 'big5', '84', '', 'Yes', '1'),
('dec8_swedish_ci', 'dec8', '3', 'Yes', '', '0'),
('dec8_bin', 'dec8', '69', '', '', '0'),
('cp850_general_ci', 'cp850', '4', 'Yes', '', '0'),
('cp850_bin', 'cp850', '80', '', '', '0'),
('hp8_english_ci', 'hp8', '6', 'Yes', '', '0'),
('hp8_bin', 'hp8', '72', '', '', '0'),
('koi8r_general_ci', 'koi8r', '7', 'Yes', '', '0'),
('koi8r_bin', 'koi8r', '74', '', '', '0'),
('latin1_german1_ci', 'latin1', '5', '', 'Yes', '1'),
('latin1_swedish_ci', 'latin1', '8', 'Yes', 'Yes', '1'),
('latin1_danish_ci', 'latin1', '15', '', 'Yes', '1'),
('latin1_german2_ci', 'latin1', '31', '', 'Yes', '2'),
('latin1_bin', 'latin1', '47', '', 'Yes', '1'),
('latin1_general_ci', 'latin1', '48', '', 'Yes', '1'),
('latin1_general_cs', 'latin1', '49', '', 'Yes', '1'),
('latin1_spanish_ci', 'latin1', '94', '', 'Yes', '1'),
('latin2_czech_cs', 'latin2', '2', '', 'Yes', '4'),
('latin2_general_ci', 'latin2', '9', 'Yes', 'Yes', '1'),
('latin2_hungarian_ci', 'latin2', '21', '', 'Yes', '1'),
('latin2_croatian_ci', 'latin2', '27', '', 'Yes', '1'),
('latin2_bin', 'latin2', '77', '', 'Yes', '1'),
('swe7_swedish_ci', 'swe7', '10', 'Yes', '', '0'),
('swe7_bin', 'swe7', '82', '', '', '0'),
('ascii_general_ci', 'ascii', '11', 'Yes', '', '0'),
('ascii_bin', 'ascii', '65', '', '', '0'),
('ujis_japanese_ci', 'ujis', '12', 'Yes', 'Yes', '1'),
('ujis_bin', 'ujis', '91', '', 'Yes', '1'),
('sjis_japanese_ci', 'sjis', '13', 'Yes', 'Yes', '1'),
('sjis_bin', 'sjis', '88', '', 'Yes', '1'),
('hebrew_general_ci', 'hebrew', '16', 'Yes', '', '0'),
('hebrew_bin', 'hebrew', '71', '', '', '0'),
('tis620_thai_ci', 'tis620', '18', 'Yes', 'Yes', '4'),
('tis620_bin', 'tis620', '89', '', 'Yes', '1'),
('euckr_korean_ci', 'euckr', '19', 'Yes', 'Yes', '1'),
('euckr_bin', 'euckr', '85', '', 'Yes', '1'),
('koi8u_general_ci', 'koi8u', '22', 'Yes', '', '0'),
('koi8u_bin', 'koi8u', '75', '', '', '0'),
('gb2312_chinese_ci', 'gb2312', '24', 'Yes', 'Yes', '1'),
('gb2312_bin', 'gb2312', '86', '', 'Yes', '1'),
('greek_general_ci', 'greek', '25', 'Yes', '', '0'),
('greek_bin', 'greek', '70', '', '', '0'),
('cp1250_general_ci', 'cp1250', '26', 'Yes', 'Yes', '1'),
('cp1250_czech_cs', 'cp1250', '34', '', 'Yes', '2'),
('cp1250_croatian_ci', 'cp1250', '44', '', 'Yes', '1'),
('cp1250_bin', 'cp1250', '66', '', 'Yes', '1'),
('gbk_chinese_ci', 'gbk', '28', 'Yes', 'Yes', '1'),
('gbk_bin', 'gbk', '87', '', 'Yes', '1'),
('latin5_turkish_ci', 'latin5', '30', 'Yes', '', '0'),
('latin5_bin', 'latin5', '78', '', '', '0'),
('armscii8_general_ci', 'armscii8', '32', 'Yes', '', '0'),
('armscii8_bin', 'armscii8', '64', '', '', '0'),
('utf8_general_ci', 'utf8', '33', 'Yes', 'Yes', '1'),
('utf8_bin', 'utf8', '83', '', 'Yes', '1'),
('utf8_unicode_ci', 'utf8', '192', '', 'Yes', '8'),
('utf8_icelandic_ci', 'utf8', '193', '', 'Yes', '8'),
('utf8_latvian_ci', 'utf8', '194', '', 'Yes', '8'),
('utf8_romanian_ci', 'utf8', '195', '', 'Yes', '8'),
('utf8_slovenian_ci', 'utf8', '196', '', 'Yes', '8'),
('utf8_polish_ci', 'utf8', '197', '', 'Yes', '8'),
('utf8_estonian_ci', 'utf8', '198', '', 'Yes', '8'),
('utf8_spanish_ci', 'utf8', '199', '', 'Yes', '8'),
('utf8_swedish_ci', 'utf8', '200', '', 'Yes', '8'),
('utf8_turkish_ci', 'utf8', '201', '', 'Yes', '8'),
('utf8_czech_ci', 'utf8', '202', '', 'Yes', '8'),
('utf8_danish_ci', 'utf8', '203', '', 'Yes', '8'),
('utf8_lithuanian_ci', 'utf8', '204', '', 'Yes', '8'),
('utf8_slovak_ci', 'utf8', '205', '', 'Yes', '8'),
('utf8_spanish2_ci', 'utf8', '206', '', 'Yes', '8'),
('utf8_roman_ci', 'utf8', '207', '', 'Yes', '8'),
('utf8_persian_ci', 'utf8', '208', '', 'Yes', '8'),
('utf8_esperanto_ci', 'utf8', '209', '', 'Yes', '8'),
('utf8_hungarian_ci', 'utf8', '210', '', 'Yes', '8'),
('ucs2_general_ci', 'ucs2', '35', 'Yes', 'Yes', '1'),
('ucs2_bin', 'ucs2', '90', '', 'Yes', '1'),
('ucs2_unicode_ci', 'ucs2', '128', '', 'Yes', '8'),
('ucs2_icelandic_ci', 'ucs2', '129', '', 'Yes', '8'),
('ucs2_latvian_ci', 'ucs2', '130', '', 'Yes', '8'),
('ucs2_romanian_ci', 'ucs2', '131', '', 'Yes', '8'),
('ucs2_slovenian_ci', 'ucs2', '132', '', 'Yes', '8'),
('ucs2_polish_ci', 'ucs2', '133', '', 'Yes', '8'),
('ucs2_estonian_ci', 'ucs2', '134', '', 'Yes', '8'),
('ucs2_spanish_ci', 'ucs2', '135', '', 'Yes', '8'),
('ucs2_swedish_ci', 'ucs2', '136', '', 'Yes', '8'),
('ucs2_turkish_ci', 'ucs2', '137', '', 'Yes', '8'),
('ucs2_czech_ci', 'ucs2', '138', '', 'Yes', '8'),
('ucs2_danish_ci', 'ucs2', '139', '', 'Yes', '8'),
('ucs2_lithuanian_ci', 'ucs2', '140', '', 'Yes', '8'),
('ucs2_slovak_ci', 'ucs2', '141', '', 'Yes', '8'),
('ucs2_spanish2_ci', 'ucs2', '142', '', 'Yes', '8'),
('ucs2_roman_ci', 'ucs2', '143', '', 'Yes', '8'),
('ucs2_persian_ci', 'ucs2', '144', '', 'Yes', '8'),
('ucs2_esperanto_ci', 'ucs2', '145', '', 'Yes', '8'),
('ucs2_hungarian_ci', 'ucs2', '146', '', 'Yes', '8'),
('cp866_general_ci', 'cp866', '36', 'Yes', '', '0'),
('cp866_bin', 'cp866', '68', '', '', '0'),
('keybcs2_general_ci', 'keybcs2', '37', 'Yes', '', '0'),
('keybcs2_bin', 'keybcs2', '73', '', '', '0'),
('macce_general_ci', 'macce', '38', 'Yes', '', '0'),
('macce_bin', 'macce', '43', '', '', '0'),
('macroman_general_ci', 'macroman', '39', 'Yes', '', '0'),
('macroman_bin', 'macroman', '53', '', '', '0'),
('cp852_general_ci', 'cp852', '40', 'Yes', '', '0'),
('cp852_bin', 'cp852', '81', '', '', '0'),
('latin7_estonian_cs', 'latin7', '20', '', '', '0'),
('latin7_general_ci', 'latin7', '41', 'Yes', '', '0'),
('latin7_general_cs', 'latin7', '42', '', '', '0'),
('latin7_bin', 'latin7', '79', '', '', '0'),
('cp1251_bulgarian_ci', 'cp1251', '14', '', '', '0'),
('cp1251_ukrainian_ci', 'cp1251', '23', '', '', '0'),
('cp1251_bin', 'cp1251', '50', '', '', '0'),
('cp1251_general_ci', 'cp1251', '51', 'Yes', '', '0'),
('cp1251_general_cs', 'cp1251', '52', '', '', '0'),
('cp1256_general_ci', 'cp1256', '57', 'Yes', '', '0'),
('cp1256_bin', 'cp1256', '67', '', '', '0'),
('cp1257_lithuanian_ci', 'cp1257', '29', '', '', '0'),
('cp1257_bin', 'cp1257', '58', '', '', '0'),
('cp1257_general_ci', 'cp1257', '59', 'Yes', '', '0'),
('binary', 'binary', '63', 'Yes', 'Yes', '1'),
('geostd8_general_ci', 'geostd8', '92', 'Yes', '', '0'),
('geostd8_bin', 'geostd8', '93', '', '', '0'),
('cp932_japanese_ci', 'cp932', '95', 'Yes', 'Yes', '1'),
('cp932_bin', 'cp932', '96', '', 'Yes', '1'),
('eucjpms_japanese_ci', 'eucjpms', '97', 'Yes', 'Yes', '1'),
('eucjpms_bin', 'eucjpms', '98', '', 'Yes', '1');

-- --------------------------------------------------------

-- 
-- Table structure for table `COLLATION_CHARACTER_SET_APPLICABILITY`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TEMPORARY TABLE `COLLATION_CHARACTER_SET_APPLICABILITY` (
  `COLLATION_NAME` varchar(64) NOT NULL default '',
  `CHARACTER_SET_NAME` varchar(64) NOT NULL default ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `COLLATION_CHARACTER_SET_APPLICABILITY`
-- 

INSERT INTO `COLLATION_CHARACTER_SET_APPLICABILITY` VALUES ('big5_chinese_ci', 'big5'),
('big5_bin', 'big5'),
('dec8_swedish_ci', 'dec8'),
('dec8_bin', 'dec8'),
('cp850_general_ci', 'cp850'),
('cp850_bin', 'cp850'),
('hp8_english_ci', 'hp8'),
('hp8_bin', 'hp8'),
('koi8r_general_ci', 'koi8r'),
('koi8r_bin', 'koi8r'),
('latin1_german1_ci', 'latin1'),
('latin1_swedish_ci', 'latin1'),
('latin1_danish_ci', 'latin1'),
('latin1_german2_ci', 'latin1'),
('latin1_bin', 'latin1'),
('latin1_general_ci', 'latin1'),
('latin1_general_cs', 'latin1'),
('latin1_spanish_ci', 'latin1'),
('latin2_czech_cs', 'latin2'),
('latin2_general_ci', 'latin2'),
('latin2_hungarian_ci', 'latin2'),
('latin2_croatian_ci', 'latin2'),
('latin2_bin', 'latin2'),
('swe7_swedish_ci', 'swe7'),
('swe7_bin', 'swe7'),
('ascii_general_ci', 'ascii'),
('ascii_bin', 'ascii'),
('ujis_japanese_ci', 'ujis'),
('ujis_bin', 'ujis'),
('sjis_japanese_ci', 'sjis'),
('sjis_bin', 'sjis'),
('hebrew_general_ci', 'hebrew'),
('hebrew_bin', 'hebrew'),
('tis620_thai_ci', 'tis620'),
('tis620_bin', 'tis620'),
('euckr_korean_ci', 'euckr'),
('euckr_bin', 'euckr'),
('koi8u_general_ci', 'koi8u'),
('koi8u_bin', 'koi8u'),
('gb2312_chinese_ci', 'gb2312'),
('gb2312_bin', 'gb2312'),
('greek_general_ci', 'greek'),
('greek_bin', 'greek'),
('cp1250_general_ci', 'cp1250'),
('cp1250_czech_cs', 'cp1250'),
('cp1250_croatian_ci', 'cp1250'),
('cp1250_bin', 'cp1250'),
('gbk_chinese_ci', 'gbk'),
('gbk_bin', 'gbk'),
('latin5_turkish_ci', 'latin5'),
('latin5_bin', 'latin5'),
('armscii8_general_ci', 'armscii8'),
('armscii8_bin', 'armscii8'),
('utf8_general_ci', 'utf8'),
('utf8_bin', 'utf8'),
('utf8_unicode_ci', 'utf8'),
('utf8_icelandic_ci', 'utf8'),
('utf8_latvian_ci', 'utf8'),
('utf8_romanian_ci', 'utf8'),
('utf8_slovenian_ci', 'utf8'),
('utf8_polish_ci', 'utf8'),
('utf8_estonian_ci', 'utf8'),
('utf8_spanish_ci', 'utf8'),
('utf8_swedish_ci', 'utf8'),
('utf8_turkish_ci', 'utf8'),
('utf8_czech_ci', 'utf8'),
('utf8_danish_ci', 'utf8'),
('utf8_lithuanian_ci', 'utf8'),
('utf8_slovak_ci', 'utf8'),
('utf8_spanish2_ci', 'utf8'),
('utf8_roman_ci', 'utf8'),
('utf8_persian_ci', 'utf8'),
('utf8_esperanto_ci', 'utf8'),
('utf8_hungarian_ci', 'utf8'),
('ucs2_general_ci', 'ucs2'),
('ucs2_bin', 'ucs2'),
('ucs2_unicode_ci', 'ucs2'),
('ucs2_icelandic_ci', 'ucs2'),
('ucs2_latvian_ci', 'ucs2'),
('ucs2_romanian_ci', 'ucs2'),
('ucs2_slovenian_ci', 'ucs2'),
('ucs2_polish_ci', 'ucs2'),
('ucs2_estonian_ci', 'ucs2'),
('ucs2_spanish_ci', 'ucs2'),
('ucs2_swedish_ci', 'ucs2'),
('ucs2_turkish_ci', 'ucs2'),
('ucs2_czech_ci', 'ucs2'),
('ucs2_danish_ci', 'ucs2'),
('ucs2_lithuanian_ci', 'ucs2'),
('ucs2_slovak_ci', 'ucs2'),
('ucs2_spanish2_ci', 'ucs2'),
('ucs2_roman_ci', 'ucs2'),
('ucs2_persian_ci', 'ucs2'),
('ucs2_esperanto_ci', 'ucs2'),
('ucs2_hungarian_ci', 'ucs2'),
('cp866_general_ci', 'cp866'),
('cp866_bin', 'cp866'),
('keybcs2_general_ci', 'keybcs2'),
('keybcs2_bin', 'keybcs2'),
('macce_general_ci', 'macce'),
('macce_bin', 'macce'),
('macroman_general_ci', 'macroman'),
('macroman_bin', 'macroman'),
('cp852_general_ci', 'cp852'),
('cp852_bin', 'cp852'),
('latin7_estonian_cs', 'latin7'),
('latin7_general_ci', 'latin7'),
('latin7_general_cs', 'latin7'),
('latin7_bin', 'latin7'),
('cp1251_bulgarian_ci', 'cp1251'),
('cp1251_ukrainian_ci', 'cp1251'),
('cp1251_bin', 'cp1251'),
('cp1251_general_ci', 'cp1251'),
('cp1251_general_cs', 'cp1251'),
('cp1256_general_ci', 'cp1256'),
('cp1256_bin', 'cp1256'),
('cp1257_lithuanian_ci', 'cp1257'),
('cp1257_bin', 'cp1257'),
('cp1257_general_ci', 'cp1257'),
('binary', 'binary'),
('geostd8_general_ci', 'geostd8'),
('geostd8_bin', 'geostd8'),
('cp932_japanese_ci', 'cp932'),
('cp932_bin', 'cp932'),
('eucjpms_japanese_ci', 'eucjpms'),
('eucjpms_bin', 'eucjpms');

-- --------------------------------------------------------

-- 
-- Table structure for table `COLUMNS`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TEMPORARY TABLE `COLUMNS` (
  `TABLE_CATALOG` varchar(512) default NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL default '',
  `TABLE_NAME` varchar(64) NOT NULL default '',
  `COLUMN_NAME` varchar(64) NOT NULL default '',
  `ORDINAL_POSITION` bigint(21) NOT NULL default '0',
  `COLUMN_DEFAULT` longtext,
  `IS_NULLABLE` varchar(3) NOT NULL default '',
  `DATA_TYPE` varchar(64) NOT NULL default '',
  `CHARACTER_MAXIMUM_LENGTH` bigint(21) default NULL,
  `CHARACTER_OCTET_LENGTH` bigint(21) default NULL,
  `NUMERIC_PRECISION` bigint(21) default NULL,
  `NUMERIC_SCALE` bigint(21) default NULL,
  `CHARACTER_SET_NAME` varchar(64) default NULL,
  `COLLATION_NAME` varchar(64) default NULL,
  `COLUMN_TYPE` longtext NOT NULL,
  `COLUMN_KEY` varchar(3) NOT NULL default '',
  `EXTRA` varchar(20) NOT NULL default '',
  `PRIVILEGES` varchar(80) NOT NULL default '',
  `COLUMN_COMMENT` varchar(255) NOT NULL default ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `COLUMNS`
-- 

INSERT INTO `COLUMNS` VALUES (NULL, 'information_schema', 'CHARACTER_SETS', 'CHARACTER_SET_NAME', '1', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'CHARACTER_SETS', 'DEFAULT_COLLATE_NAME', '2', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'CHARACTER_SETS', 'DESCRIPTION', '3', '', 'NO', 'varchar', '60', '180', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(60)', '', '', 'select', ''),
(NULL, 'information_schema', 'CHARACTER_SETS', 'MAXLEN', '4', '0', 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATIONS', 'COLLATION_NAME', '1', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATIONS', 'CHARACTER_SET_NAME', '2', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATIONS', 'ID', '3', '0', 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(11)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATIONS', 'IS_DEFAULT', '4', '', 'NO', 'varchar', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATIONS', 'IS_COMPILED', '5', '', 'NO', 'varchar', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATIONS', 'SORTLEN', '6', '0', 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATION_CHARACTER_SET_APPLICABILITY', 'COLLATION_NAME', '1', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLLATION_CHARACTER_SET_APPLICABILITY', 'CHARACTER_SET_NAME', '2', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'TABLE_CATALOG', '1', NULL, 'YES', 'varchar', '512', '1536', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'TABLE_SCHEMA', '2', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'TABLE_NAME', '3', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'COLUMN_NAME', '4', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'ORDINAL_POSITION', '5', '0', 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(21)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'COLUMN_DEFAULT', '6', NULL, 'YES', 'longtext', '4294967295', '4294967295', NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'IS_NULLABLE', '7', '', 'NO', 'varchar', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'DATA_TYPE', '8', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'CHARACTER_MAXIMUM_LENGTH', '9', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(21)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'CHARACTER_OCTET_LENGTH', '10', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(21)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'NUMERIC_PRECISION', '11', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(21)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'NUMERIC_SCALE', '12', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(21)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'CHARACTER_SET_NAME', '13', NULL, 'YES', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'COLLATION_NAME', '14', NULL, 'YES', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'COLUMN_TYPE', '15', NULL, 'NO', 'longtext', '4294967295', '4294967295', NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'COLUMN_KEY', '16', '', 'NO', 'varchar', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'EXTRA', '17', '', 'NO', 'varchar', '20', '60', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'PRIVILEGES', '18', '', 'NO', 'varchar', '80', '240', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMNS', 'COLUMN_COMMENT', '19', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'GRANTEE', '1', '', 'NO', 'varchar', '81', '243', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(81)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'TABLE_CATALOG', '2', NULL, 'YES', 'varchar', '512', '1536', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'TABLE_SCHEMA', '3', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'TABLE_NAME', '4', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'COLUMN_NAME', '5', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'PRIVILEGE_TYPE', '6', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'IS_GRANTABLE', '7', '', 'NO', 'varchar', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'CONSTRAINT_CATALOG', '1', NULL, 'YES', 'varchar', '512', '1536', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'CONSTRAINT_SCHEMA', '2', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'CONSTRAINT_NAME', '3', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'TABLE_CATALOG', '4', NULL, 'YES', 'varchar', '512', '1536', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'TABLE_SCHEMA', '5', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'TABLE_NAME', '6', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'COLUMN_NAME', '7', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'ORDINAL_POSITION', '8', '0', 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(10)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'POSITION_IN_UNIQUE_CONSTRAINT', '9', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(10)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'REFERENCED_TABLE_SCHEMA', '10', NULL, 'YES', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'REFERENCED_TABLE_NAME', '11', NULL, 'YES', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'REFERENCED_COLUMN_NAME', '12', NULL, 'YES', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'QUERY_ID', '1', '0', 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'SEQ', '2', '0', 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'STATE', '3', '', 'NO', 'varchar', '30', '90', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(30)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'DURATION', '4', '0.000000', 'NO', 'decimal', NULL, NULL, '9', '6', NULL, NULL, 'decimal(9,6)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'CPU_USER', '5', NULL, 'YES', 'decimal', NULL, NULL, '9', '6', NULL, NULL, 'decimal(9,6)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'CPU_SYSTEM', '6', NULL, 'YES', 'decimal', NULL, NULL, '9', '6', NULL, NULL, 'decimal(9,6)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'CONTEXT_VOLUNTARY', '7', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'CONTEXT_INVOLUNTARY', '8', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'BLOCK_OPS_IN', '9', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'BLOCK_OPS_OUT', '10', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'MESSAGES_SENT', '11', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'MESSAGES_RECEIVED', '12', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'PAGE_FAULTS_MAJOR', '13', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'PAGE_FAULTS_MINOR', '14', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'SWAPS', '15', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'SOURCE_FUNCTION', '16', NULL, 'YES', 'varchar', '30', '90', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(30)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'SOURCE_FILE', '17', NULL, 'YES', 'varchar', '20', '60', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'PROFILING', 'SOURCE_LINE', '18', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'SPECIFIC_NAME', '1', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_CATALOG', '2', NULL, 'YES', 'varchar', '512', '1536', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_SCHEMA', '3', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_NAME', '4', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_TYPE', '5', '', 'NO', 'varchar', '9', '27', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(9)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'DTD_IDENTIFIER', '6', NULL, 'YES', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_BODY', '7', '', 'NO', 'varchar', '8', '24', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_DEFINITION', '8', NULL, 'YES', 'longtext', '4294967295', '4294967295', NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'EXTERNAL_NAME', '9', NULL, 'YES', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'EXTERNAL_LANGUAGE', '10', NULL, 'YES', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'PARAMETER_STYLE', '11', '', 'NO', 'varchar', '8', '24', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'IS_DETERMINISTIC', '12', '', 'NO', 'varchar', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'SQL_DATA_ACCESS', '13', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'SQL_PATH', '14', NULL, 'YES', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'SECURITY_TYPE', '15', '', 'NO', 'varchar', '7', '21', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(7)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'CREATED', '16', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'LAST_ALTERED', '17', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'SQL_MODE', '18', NULL, 'NO', 'longtext', '4294967295', '4294967295', NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'ROUTINE_COMMENT', '19', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'ROUTINES', 'DEFINER', '20', '', 'NO', 'varchar', '77', '231', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(77)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMATA', 'CATALOG_NAME', '1', NULL, 'YES', 'varchar', '512', '1536', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMATA', 'SCHEMA_NAME', '2', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMATA', 'DEFAULT_CHARACTER_SET_NAME', '3', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMATA', 'DEFAULT_COLLATION_NAME', '4', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMATA', 'SQL_PATH', '5', NULL, 'YES', 'varchar', '512', '1536', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'GRANTEE', '1', '', 'NO', 'varchar', '81', '243', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(81)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'TABLE_CATALOG', '2', NULL, 'YES', 'varchar', '512', '1536', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'TABLE_SCHEMA', '3', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'PRIVILEGE_TYPE', '4', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'IS_GRANTABLE', '5', '', 'NO', 'varchar', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'TABLE_CATALOG', '1', NULL, 'YES', 'varchar', '512', '1536', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'TABLE_SCHEMA', '2', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'TABLE_NAME', '3', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'NON_UNIQUE', '4', '0', 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(1)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'INDEX_SCHEMA', '5', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'INDEX_NAME', '6', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'SEQ_IN_INDEX', '7', '0', 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(2)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'COLUMN_NAME', '8', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'COLLATION', '9', NULL, 'YES', 'varchar', '1', '3', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(1)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'CARDINALITY', '10', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(21)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'SUB_PART', '11', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'PACKED', '12', NULL, 'YES', 'varchar', '10', '30', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(10)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'NULLABLE', '13', '', 'NO', 'varchar', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'INDEX_TYPE', '14', '', 'NO', 'varchar', '16', '48', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(16)', '', '', 'select', ''),
(NULL, 'information_schema', 'STATISTICS', 'COMMENT', '15', NULL, 'YES', 'varchar', '16', '48', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(16)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_CATALOG', '1', NULL, 'YES', 'varchar', '512', '1536', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_SCHEMA', '2', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_NAME', '3', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_TYPE', '4', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'ENGINE', '5', NULL, 'YES', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'VERSION', '6', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(21)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'ROW_FORMAT', '7', NULL, 'YES', 'varchar', '10', '30', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(10)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_ROWS', '8', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(21)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'AVG_ROW_LENGTH', '9', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(21)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'DATA_LENGTH', '10', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(21)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'MAX_DATA_LENGTH', '11', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(21)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'INDEX_LENGTH', '12', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(21)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'DATA_FREE', '13', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(21)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'AUTO_INCREMENT', '14', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(21)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'CREATE_TIME', '15', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'UPDATE_TIME', '16', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'CHECK_TIME', '17', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_COLLATION', '18', NULL, 'YES', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'CHECKSUM', '19', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(21)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'CREATE_OPTIONS', '20', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLES', 'TABLE_COMMENT', '21', '', 'NO', 'varchar', '80', '240', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(80)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'CONSTRAINT_CATALOG', '1', NULL, 'YES', 'varchar', '512', '1536', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'CONSTRAINT_SCHEMA', '2', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'CONSTRAINT_NAME', '3', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'TABLE_SCHEMA', '4', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'TABLE_NAME', '5', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'CONSTRAINT_TYPE', '6', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'GRANTEE', '1', '', 'NO', 'varchar', '81', '243', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(81)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'TABLE_CATALOG', '2', NULL, 'YES', 'varchar', '512', '1536', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'TABLE_SCHEMA', '3', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'TABLE_NAME', '4', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'PRIVILEGE_TYPE', '5', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'IS_GRANTABLE', '6', '', 'NO', 'varchar', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'TRIGGER_CATALOG', '1', NULL, 'YES', 'varchar', '512', '1536', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'TRIGGER_SCHEMA', '2', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'TRIGGER_NAME', '3', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'EVENT_MANIPULATION', '4', '', 'NO', 'varchar', '6', '18', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(6)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'EVENT_OBJECT_CATALOG', '5', NULL, 'YES', 'varchar', '512', '1536', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'EVENT_OBJECT_SCHEMA', '6', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'EVENT_OBJECT_TABLE', '7', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_ORDER', '8', '0', 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(4)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_CONDITION', '9', NULL, 'YES', 'longtext', '4294967295', '4294967295', NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_STATEMENT', '10', NULL, 'NO', 'longtext', '4294967295', '4294967295', NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_ORIENTATION', '11', '', 'NO', 'varchar', '9', '27', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(9)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_TIMING', '12', '', 'NO', 'varchar', '6', '18', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(6)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_REFERENCE_OLD_TABLE', '13', NULL, 'YES', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_REFERENCE_NEW_TABLE', '14', NULL, 'YES', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_REFERENCE_OLD_ROW', '15', '', 'NO', 'varchar', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'ACTION_REFERENCE_NEW_ROW', '16', '', 'NO', 'varchar', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'CREATED', '17', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'SQL_MODE', '18', NULL, 'NO', 'longtext', '4294967295', '4294967295', NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'TRIGGERS', 'DEFINER', '19', NULL, 'NO', 'longtext', '4294967295', '4294967295', NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'USER_PRIVILEGES', 'GRANTEE', '1', '', 'NO', 'varchar', '81', '243', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(81)', '', '', 'select', ''),
(NULL, 'information_schema', 'USER_PRIVILEGES', 'TABLE_CATALOG', '2', NULL, 'YES', 'varchar', '512', '1536', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'USER_PRIVILEGES', 'PRIVILEGE_TYPE', '3', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'USER_PRIVILEGES', 'IS_GRANTABLE', '4', '', 'NO', 'varchar', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'TABLE_CATALOG', '1', NULL, 'YES', 'varchar', '512', '1536', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(512)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'TABLE_SCHEMA', '2', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'TABLE_NAME', '3', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'VIEW_DEFINITION', '4', NULL, 'NO', 'longtext', '4294967295', '4294967295', NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'CHECK_OPTION', '5', '', 'NO', 'varchar', '8', '24', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'IS_UPDATABLE', '6', '', 'NO', 'varchar', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'DEFINER', '7', '', 'NO', 'varchar', '77', '231', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(77)', '', '', 'select', ''),
(NULL, 'information_schema', 'VIEWS', 'SECURITY_TYPE', '8', '', 'NO', 'varchar', '7', '21', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(7)', '', '', 'select', ''),
(NULL, 'canonmal_StockBridge', 'OrderProducts', 'Sysref', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_StockBridge', 'OrderProducts', 'OrderID', '2', NULL, 'NO', 'varchar', '50', '50', NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_StockBridge', 'OrderProducts', 'sku', '3', NULL, 'NO', 'varchar', '50', '50', NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_StockBridge', 'OrderProducts', 'quantity', '4', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_StockBridge', 'Orders', 'Received', '1', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_StockBridge', 'Orders', 'Sysref', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_StockBridge', 'Orders', 'orderID', '3', NULL, 'NO', 'varchar', '50', '50', NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_StockBridge', 'Products', 'Sysref', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_StockBridge', 'Products', 'sku', '2', NULL, 'NO', 'varchar', '50', '50', NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_StockBridge', 'Products', 'price', '3', NULL, 'NO', 'decimal', NULL, NULL, '10', '3', NULL, NULL, 'decimal(10,3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_StockBridge', 'Products', 'quantity', '4', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_StockBridge', 'Products', 'updatedAt', '5', 'CURRENT_TIMESTAMP', 'NO', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_StockBridge', 'Products', 'updateSource', '6', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_StockBridge', 'Products_History', 'Sysref', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_StockBridge', 'Products_History', 'sku', '2', NULL, 'NO', 'varchar', '50', '50', NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_StockBridge', 'Products_History', 'price', '3', NULL, 'NO', 'decimal', NULL, NULL, '10', '3', NULL, NULL, 'decimal(10,3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_StockBridge', 'Products_History', 'quantity', '4', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_StockBridge', 'Products_History', 'updatedAt', '5', 'CURRENT_TIMESTAMP', 'NO', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_StockBridge', 'Products_History', 'updateSource', '6', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_assert', 'assert_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_assert', 'assert_type', '2', '', 'NO', 'varchar', '20', '60', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_assert', 'assert_data', '3', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_role', 'role_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_role', 'parent_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_role', 'tree_level', '3', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_role', 'sort_order', '4', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_role', 'role_type', '5', '0', 'NO', 'char', '1', '3', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_role', 'user_id', '6', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_role', 'role_name', '7', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_rule', 'rule_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_rule', 'role_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_rule', 'resource_id', '3', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_rule', 'privileges', '4', '', 'NO', 'varchar', '20', '60', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_rule', 'assert_id', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_rule', 'role_type', '6', NULL, 'YES', 'char', '1', '3', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_rule', 'permission', '7', NULL, 'YES', 'varchar', '10', '30', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_user', 'user_id', '1', NULL, 'NO', 'mediumint', NULL, NULL, '7', '0', NULL, NULL, 'mediumint(9) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_user', 'firstname', '2', '', 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_user', 'lastname', '3', '', 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_user', 'email', '4', '', 'NO', 'varchar', '128', '384', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(128)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_user', 'username', '5', '', 'NO', 'varchar', '40', '120', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(40)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_user', 'password', '6', '', 'NO', 'varchar', '40', '120', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(40)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_user', 'created', '7', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_user', 'modified', '8', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_user', 'logdate', '9', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_user', 'lognum', '10', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_user', 'reload_acl_flag', '11', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_user', 'is_active', '12', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'admin_user', 'extra', '13', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'adminnotification_inbox', 'notification_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'adminnotification_inbox', 'severity', '2', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'adminnotification_inbox', 'date_added', '3', NULL, 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'adminnotification_inbox', 'title', '4', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'adminnotification_inbox', 'description', '5', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'adminnotification_inbox', 'url', '6', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'adminnotification_inbox', 'is_read', '7', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'adminnotification_inbox', 'is_remove', '8', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_assert', 'assert_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_assert', 'assert_type', '2', '', 'NO', 'varchar', '20', '60', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_assert', 'assert_data', '3', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_role', 'role_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_role', 'parent_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_role', 'tree_level', '3', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_role', 'sort_order', '4', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_role', 'role_type', '5', '0', 'NO', 'char', '1', '3', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_role', 'user_id', '6', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_role', 'role_name', '7', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_rule', 'rule_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_rule', 'role_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_rule', 'resource_id', '3', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_rule', 'privileges', '4', '', 'NO', 'varchar', '20', '60', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_rule', 'assert_id', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_rule', 'role_type', '6', NULL, 'YES', 'char', '1', '3', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_rule', 'permission', '7', NULL, 'YES', 'varchar', '10', '30', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_session', 'user_id', '1', NULL, 'NO', 'mediumint', NULL, NULL, '7', '0', NULL, NULL, 'mediumint(9) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_session', 'logdate', '2', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_session', 'sessid', '3', '', 'NO', 'varchar', '40', '120', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(40)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_user', 'user_id', '1', NULL, 'NO', 'mediumint', NULL, NULL, '7', '0', NULL, NULL, 'mediumint(9) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_user', 'firstname', '2', '', 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_user', 'lastname', '3', '', 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_user', 'email', '4', '', 'NO', 'varchar', '128', '384', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(128)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_user', 'username', '5', '', 'NO', 'varchar', '40', '120', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(40)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_user', 'api_key', '6', '', 'NO', 'varchar', '40', '120', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(40)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_user', 'created', '7', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_user', 'modified', '8', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_user', 'lognum', '9', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_user', 'reload_acl_flag', '10', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'api_user', 'is_active', '11', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'ayaline_catalogindex_infogroup', 'store_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'ayaline_catalogindex_infogroup', 'entity_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'ayaline_catalogindex_infogroup', 'attribute_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'ayaline_catalogindex_infogroup', 'value', '4', NULL, 'NO', 'varchar', '250', '750', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(250)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_infogroup', 'infogroup_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_infogroup', 'attribute_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_infogroup', 'sort_order', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_infogroup', 'values_group', '4', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_infogroup_value', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_infogroup_value', 'infogroup_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_infogroup_value', 'store_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_infogroup_value', 'value', '4', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_range', 'range_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_range', 'attribute_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_range', 'sort_order', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_range', 'value_min', '4', '0.00', 'YES', 'decimal', NULL, NULL, '10', '2', NULL, NULL, 'decimal(10,2)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_range', 'value_max', '5', NULL, 'YES', 'decimal', NULL, NULL, '10', '2', NULL, NULL, 'decimal(10,2)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_range_value', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_range_value', 'range_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_range_value', 'store_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_range_value', 'value', '4', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_anc_categs_index_idx', 'category_id', '1', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_anc_categs_index_idx', 'path', '2', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_anc_categs_index_tmp', 'category_id', '1', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_anc_categs_index_tmp', 'path', '2', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_anc_products_index_idx', 'category_id', '1', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_anc_products_index_idx', 'product_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_anc_products_index_idx', 'position', '3', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_anc_products_index_tmp', 'category_id', '1', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_anc_products_index_tmp', 'product_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity', 'attribute_set_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity', 'parent_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity', 'created_at', '5', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity', 'updated_at', '6', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity', 'path', '7', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity', 'position', '8', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity', 'level', '9', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity', 'children_count', '10', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', 'store_id', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', 'entity_id', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', 'value', '6', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', 'store_id', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', 'entity_id', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', 'value', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_int', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_int', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_int', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_int', 'store_id', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_int', 'entity_id', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_int', 'value', '6', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_text', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_text', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_text', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_text', 'store_id', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_text', 'entity_id', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_text', 'value', '6', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', 'store_id', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', 'entity_id', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', 'value', '6', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'parent_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'created_at', '3', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'updated_at', '4', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'path', '5', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'position', '6', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'level', '7', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'children_count', '8', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'store_id', '9', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'all_children', '10', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'available_sort_by', '11', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'children', '12', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'custom_apply_to_products', '13', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'custom_design', '14', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'custom_design_from', '15', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'custom_design_to', '16', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'custom_layout_update', '17', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'custom_use_parent_settings', '18', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'default_sort_by', '19', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'description', '20', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'display_mode', '21', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'filter_price_range', '22', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'image', '23', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'include_in_menu', '24', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'is_active', '25', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'is_anchor', '26', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'landing_page', '27', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'meta_description', '28', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'meta_keywords', '29', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'meta_title', '30', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'name', '31', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'page_layout', '32', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'path_in_store', '33', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'thumbnail', '34', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'url_key', '35', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'url_path', '36', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product', 'category_id', '1', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product', 'product_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product', 'position', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index', 'category_id', '1', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index', 'product_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index', 'position', '3', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index', 'is_parent', '4', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index', 'store_id', '5', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index', 'visibility', '6', NULL, 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_enbl_idx', 'product_id', '1', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_enbl_idx', 'visibility', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_enbl_tmp', 'product_id', '1', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_enbl_tmp', 'visibility', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_idx', 'category_id', '1', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_idx', 'product_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_idx', 'position', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_idx', 'is_parent', '4', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_idx', 'store_id', '5', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_idx', 'visibility', '6', NULL, 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_tmp', 'category_id', '1', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_tmp', 'product_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_tmp', 'position', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_tmp', 'is_parent', '4', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_tmp', 'store_id', '5', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_tmp', 'visibility', '6', NULL, 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_compare_item', 'catalog_compare_item_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_compare_item', 'visitor_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_compare_item', 'customer_id', '3', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_compare_item', 'product_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_compare_item', 'store_id', '5', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', 'attribute_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', 'frontend_input_renderer', '2', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', 'is_global', '3', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', 'is_visible', '4', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', 'is_searchable', '5', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', 'is_filterable', '6', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', 'is_comparable', '7', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', 'is_visible_on_front', '8', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', 'is_html_allowed_on_front', '9', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', 'is_used_for_price_rules', '10', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', 'deprecated after 1.4.0.1'),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', 'is_filterable_in_search', '11', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', 'used_in_product_listing', '12', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', 'used_for_sort_by', '13', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', 'is_configurable', '14', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', 'apply_to', '15', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', 'is_visible_in_advanced_search', '16', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', 'position', '17', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', 'is_wysiwyg_enabled', '18', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', 'is_used_for_promo_rules', '19', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_option', 'option_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_option', 'parent_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_option', 'required', '3', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_option', 'position', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_option', 'type', '5', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_option_value', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_option_value', 'option_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_option_value', 'store_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_option_value', 'title', '4', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_price_index', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_price_index', 'website_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_price_index', 'customer_group_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(3) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_price_index', 'min_price', '4', NULL, 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_price_index', 'max_price', '5', NULL, 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_selection', 'selection_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_selection', 'option_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_selection', 'parent_product_id', '3', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_selection', 'product_id', '4', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_selection', 'position', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_selection', 'is_default', '6', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_selection', 'selection_price_type', '7', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_selection', 'selection_price_value', '8', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_selection', 'selection_qty', '9', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_selection', 'selection_can_change_qty', '10', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_selection_price', 'selection_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_selection_price', 'website_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_selection_price', 'selection_price_type', '3', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_selection_price', 'selection_price_value', '4', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_stock_index', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_stock_index', 'website_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_stock_index', 'stock_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_stock_index', 'option_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_stock_index', 'stock_status', '5', '0', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_enabled_index', 'product_id', '1', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_enabled_index', 'store_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_enabled_index', 'visibility', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity', 'attribute_set_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity', 'type_id', '4', 'simple', 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity', 'sku', '5', NULL, 'YES', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity', 'has_options', '6', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity', 'required_options', '7', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity', 'created_at', '8', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity', 'updated_at', '9', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_datetime', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_datetime', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_datetime', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_datetime', 'store_id', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_datetime', 'entity_id', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_datetime', 'value', '6', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_decimal', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_decimal', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_decimal', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_decimal', 'store_id', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_decimal', 'entity_id', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_decimal', 'value', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', 'store_id', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', 'entity_id', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', 'position', '6', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', 'value', '7', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_int', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_int', 'entity_type_id', '2', '0', 'NO', 'mediumint', NULL, NULL, '7', '0', NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_int', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_int', 'store_id', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_int', 'entity_id', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_int', 'value', '6', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery', 'attribute_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery', 'entity_id', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery', 'value', '4', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery_value', 'value_id', '1', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery_value', 'store_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery_value', 'label', '3', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery_value', 'position', '4', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery_value', 'disabled', '5', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_text', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_text', 'entity_type_id', '2', '0', 'NO', 'mediumint', NULL, NULL, '7', '0', NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_text', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_text', 'store_id', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_text', 'entity_id', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_text', 'value', '6', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', 'entity_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', 'all_groups', '3', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', 'customer_group_id', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', 'qty', '5', '1.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', 'value', '6', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', 'website_id', '7', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_varchar', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_varchar', 'entity_type_id', '2', '0', 'NO', 'mediumint', NULL, NULL, '7', '0', NULL, NULL, 'mediumint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_varchar', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_varchar', 'store_id', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_varchar', 'entity_id', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_varchar', 'value', '6', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'attribute_set_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'type_id', '3', 'simple', 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'ava_durability', '4', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'ava_lcd_monitor', '5', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'ava_software', '6', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'cost', '7', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'created_at', '8', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'enable_googlecheckout', '9', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'gift_message_available', '10', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'has_options', '11', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'image_label', '12', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'is_imported', '13', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'is_recurring', '14', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'links_exist', '15', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'links_purchased_separately', '16', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'links_title', '17', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'name', '18', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'news_from_date', '19', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'news_to_date', '20', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'price', '21', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'price_type', '22', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'price_view', '23', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'recurring_profile', '24', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'required_options', '25', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'shipment_type', '26', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'short_description', '27', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'sku', '28', NULL, 'YES', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'sku_type', '29', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'small_image', '30', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'small_image_label', '31', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'special_from_date', '32', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'special_price', '33', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'special_to_date', '34', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'tax_class_id', '35', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'thumbnail', '36', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'thumbnail_label', '37', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'updated_at', '38', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'url_key', '39', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'url_path', '40', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'visibility', '41', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'weight', '42', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'weight_type', '43', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav', 'attribute_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav', 'store_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav', 'value', '4', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal', 'attribute_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal', 'store_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal', 'value', '4', NULL, 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_idx', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_idx', 'attribute_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_idx', 'store_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_idx', 'value', '4', NULL, 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_tmp', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_tmp', 'attribute_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_tmp', 'store_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_tmp', 'value', '4', NULL, 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_idx', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_idx', 'attribute_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_idx', 'store_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_idx', 'value', '4', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_tmp', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_tmp', 'attribute_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_tmp', 'store_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_tmp', 'value', '4', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price', 'customer_group_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price', 'website_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price', 'tax_class_id', '4', '0', 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price', 'price', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price', 'final_price', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price', 'min_price', '7', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price', 'max_price', '8', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price', 'tier_price', '9', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_idx', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_idx', 'customer_group_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_idx', 'website_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_idx', 'tax_class_id', '4', '0', 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_idx', 'price_type', '5', NULL, 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_idx', 'special_price', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_idx', 'tier_percent', '7', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_idx', 'orig_price', '8', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_idx', 'price', '9', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_idx', 'min_price', '10', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_idx', 'max_price', '11', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_idx', 'tier_price', '12', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_idx', 'base_tier', '13', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_idx', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_idx', 'customer_group_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_idx', 'website_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_idx', 'option_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_idx', 'min_price', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_idx', 'alt_price', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_idx', 'max_price', '7', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_idx', 'tier_price', '8', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_idx', 'alt_tier_price', '9', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_tmp', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_tmp', 'customer_group_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_tmp', 'website_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_tmp', 'option_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_tmp', 'min_price', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_tmp', 'alt_price', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_tmp', 'max_price', '7', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_tmp', 'tier_price', '8', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_tmp', 'alt_tier_price', '9', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_idx', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_idx', 'customer_group_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_idx', 'website_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_idx', 'option_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_idx', 'selection_id', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_idx', 'group_type', '6', '0', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_idx', 'is_required', '7', '0', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_idx', 'price', '8', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_idx', 'tier_price', '9', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_tmp', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_tmp', 'customer_group_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_tmp', 'website_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_tmp', 'option_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_tmp', 'selection_id', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_tmp', 'group_type', '6', '0', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_tmp', 'is_required', '7', '0', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_tmp', 'price', '8', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_tmp', 'tier_price', '9', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_tmp', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_tmp', 'customer_group_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_tmp', 'website_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_tmp', 'tax_class_id', '4', '0', 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_tmp', 'price_type', '5', NULL, 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_tmp', 'special_price', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_tmp', 'tier_percent', '7', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_tmp', 'orig_price', '8', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_tmp', 'price', '9', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_tmp', 'min_price', '10', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_tmp', 'max_price', '11', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_tmp', 'tier_price', '12', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_tmp', 'base_tier', '13', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_idx', 'parent_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_idx', 'child_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_idx', 'customer_group_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_idx', 'website_id', '4', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_idx', 'price', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_idx', 'tier_price', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_tmp', 'parent_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_tmp', 'child_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_tmp', 'customer_group_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_tmp', 'website_id', '4', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_tmp', 'price', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_tmp', 'tier_price', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_idx', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_idx', 'customer_group_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_idx', 'website_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_idx', 'min_price', '4', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_idx', 'max_price', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_idx', 'tier_price', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_tmp', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_tmp', 'customer_group_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_tmp', 'website_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_tmp', 'min_price', '4', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_tmp', 'max_price', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_tmp', 'tier_price', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_idx', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_idx', 'customer_group_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_idx', 'website_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_idx', 'min_price', '4', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_idx', 'max_price', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_tmp', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_tmp', 'customer_group_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_tmp', 'website_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_tmp', 'min_price', '4', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_tmp', 'max_price', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_idx', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_idx', 'customer_group_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_idx', 'website_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_idx', 'tax_class_id', '4', '0', 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_idx', 'orig_price', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_idx', 'price', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_idx', 'min_price', '7', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_idx', 'max_price', '8', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_idx', 'tier_price', '9', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_idx', 'base_tier', '10', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_tmp', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_tmp', 'customer_group_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_tmp', 'website_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_tmp', 'tax_class_id', '4', '0', 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_tmp', 'orig_price', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_tmp', 'price', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_tmp', 'min_price', '7', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_tmp', 'max_price', '8', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_tmp', 'tier_price', '9', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_tmp', 'base_tier', '10', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_idx', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_idx', 'customer_group_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_idx', 'website_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_idx', 'tax_class_id', '4', '0', 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_idx', 'price', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_idx', 'final_price', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_idx', 'min_price', '7', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_idx', 'max_price', '8', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_idx', 'tier_price', '9', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_idx', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_idx', 'customer_group_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_idx', 'website_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_idx', 'option_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_idx', 'min_price', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_idx', 'max_price', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_idx', 'tier_price', '7', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_tmp', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_tmp', 'customer_group_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_tmp', 'website_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_tmp', 'option_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_tmp', 'min_price', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_tmp', 'max_price', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_tmp', 'tier_price', '7', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_idx', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_idx', 'customer_group_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_idx', 'website_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_idx', 'min_price', '4', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_idx', 'max_price', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_idx', 'tier_price', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_tmp', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_tmp', 'customer_group_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_tmp', 'website_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_tmp', 'min_price', '4', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_tmp', 'max_price', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_tmp', 'tier_price', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_tmp', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_tmp', 'customer_group_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_tmp', 'website_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_tmp', 'tax_class_id', '4', '0', 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_tmp', 'price', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_tmp', 'final_price', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_tmp', 'min_price', '7', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_tmp', 'max_price', '8', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_tmp', 'tier_price', '9', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_tier_price', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_tier_price', 'customer_group_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_tier_price', 'website_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_tier_price', 'min_price', '4', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_website', 'website_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_website', 'date', '2', NULL, 'YES', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_website', 'rate', '3', '1.0000', 'YES', 'float', NULL, NULL, '12', '4', NULL, NULL, 'float(12,4) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link', 'link_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link', 'product_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link', 'linked_product_id', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link', 'link_type_id', '4', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute', 'product_link_attribute_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute', 'link_type_id', '2', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute', 'product_link_attribute_code', '3', '', 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute', 'data_type', '4', '', 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_decimal', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_decimal', 'product_link_attribute_id', '2', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_decimal', 'link_id', '3', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_decimal', 'value', '4', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_int', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_int', 'product_link_attribute_id', '2', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_int', 'link_id', '3', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_int', 'value', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_varchar', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_varchar', 'product_link_attribute_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_varchar', 'link_id', '3', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_varchar', 'value', '4', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_type', 'link_type_id', '1', NULL, 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_type', 'code', '2', '', 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option', 'option_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option', 'product_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option', 'type', '3', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option', 'is_require', '4', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option', 'sku', '5', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option', 'max_characters', '6', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option', 'file_extension', '7', NULL, 'YES', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option', 'image_size_x', '8', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option', 'image_size_y', '9', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option', 'sort_order', '10', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_price', 'option_price_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_price', 'option_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_price', 'store_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_price', 'price', '4', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_price', 'price_type', '5', 'fixed', 'NO', 'enum', '7', '21', NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(\'fixed\',\'percent\')', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_title', 'option_title_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_title', 'option_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_title', 'store_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_title', 'title', '4', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_price', 'option_type_price_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_price', 'option_type_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_price', 'store_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_price', 'price', '4', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_price', 'price_type', '5', 'fixed', 'NO', 'enum', '7', '21', NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(\'fixed\',\'percent\')', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_title', 'option_type_title_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_title', 'option_type_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_title', 'store_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_title', 'title', '4', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_value', 'option_type_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_value', 'option_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_value', 'sku', '3', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_value', 'sort_order', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_relation', 'parent_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_relation', 'child_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute', 'product_super_attribute_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute', 'product_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute', 'position', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_label', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_label', 'product_super_attribute_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_label', 'store_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_label', 'use_default', '4', '0', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_label', 'value', '5', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_pricing', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_pricing', 'product_super_attribute_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_pricing', 'value_index', '3', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_pricing', 'is_percent', '4', '0', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_pricing', 'pricing_value', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_pricing', 'website_id', '6', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_link', 'link_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_link', 'product_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_link', 'parent_id', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_website', 'product_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalog_product_website', 'website_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_aggregation', 'aggregation_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_aggregation', 'store_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_aggregation', 'created_at', '3', NULL, 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_aggregation', 'key', '4', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_aggregation', 'data', '5', NULL, 'YES', 'mediumtext', '16777215', '16777215', NULL, NULL, 'utf8', 'utf8_general_ci', 'mediumtext', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_aggregation_tag', 'tag_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_aggregation_tag', 'tag_code', '2', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_aggregation_to_tag', 'aggregation_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_aggregation_to_tag', 'tag_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_eav', 'store_id', '1', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_eav', 'entity_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_eav', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_eav', 'value', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_minimal_price', 'index_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_minimal_price', 'entity_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_minimal_price', 'customer_group_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(3) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_minimal_price', 'qty', '4', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_minimal_price', 'value', '5', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_minimal_price', 'tax_class_id', '6', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_minimal_price', 'website_id', '7', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_price', 'entity_id', '1', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_price', 'attribute_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_price', 'customer_group_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(3) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_price', 'qty', '4', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_price', 'value', '5', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_price', 'tax_class_id', '6', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogindex_price', 'website_id', '7', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock', 'stock_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(4) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock', 'stock_name', '2', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'item_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'product_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'stock_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(4) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'qty', '4', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'min_qty', '5', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'use_config_min_qty', '6', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'is_qty_decimal', '7', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'backorders', '8', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'use_config_backorders', '9', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'min_sale_qty', '10', '1.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'use_config_min_sale_qty', '11', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'max_sale_qty', '12', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'use_config_max_sale_qty', '13', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'is_in_stock', '14', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'low_stock_date', '15', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'notify_stock_qty', '16', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'use_config_notify_stock_qty', '17', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'manage_stock', '18', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'use_config_manage_stock', '19', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'stock_status_changed_automatically', '20', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'use_config_qty_increments', '21', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'qty_increments', '22', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'use_config_enable_qty_increments', '23', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'enable_qty_increments', '24', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status', 'product_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status', 'website_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status', 'stock_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(4) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status', 'qty', '4', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status', 'stock_status', '5', NULL, 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status_idx', 'product_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status_idx', 'website_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status_idx', 'stock_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(4) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status_idx', 'qty', '4', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status_idx', 'stock_status', '5', NULL, 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status_tmp', 'product_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status_tmp', 'website_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status_tmp', 'stock_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(4) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status_tmp', 'qty', '4', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status_tmp', 'stock_status', '5', NULL, 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule', 'rule_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule', 'name', '2', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule', 'description', '3', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule', 'from_date', '4', NULL, 'YES', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule', 'to_date', '5', NULL, 'YES', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule', 'customer_group_ids', '6', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule', 'is_active', '7', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule', 'conditions_serialized', '8', NULL, 'NO', 'mediumtext', '16777215', '16777215', NULL, NULL, 'utf8', 'utf8_general_ci', 'mediumtext', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule', 'actions_serialized', '9', NULL, 'NO', 'mediumtext', '16777215', '16777215', NULL, NULL, 'utf8', 'utf8_general_ci', 'mediumtext', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule', 'stop_rules_processing', '10', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule', 'sort_order', '11', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule', 'simple_action', '12', NULL, 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule', 'discount_amount', '13', NULL, 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule', 'website_ids', '14', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_affected_product', 'product_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_group_website', 'rule_id', '1', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_group_website', 'customer_group_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_group_website', 'website_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', 'rule_product_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', 'rule_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', 'from_time', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', 'to_time', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', 'customer_group_id', '5', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', 'product_id', '6', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', 'action_operator', '7', 'to_fixed', 'NO', 'enum', '10', '30', NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(\'to_fixed\',\'to_percent\',\'by_fixed\',\'by_percent\')', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', 'action_amount', '8', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', 'action_stop', '9', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', 'sort_order', '10', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', 'website_id', '11', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product_price', 'rule_product_price_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product_price', 'rule_date', '2', '0000-00-00', 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product_price', 'customer_group_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product_price', 'product_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product_price', 'rule_price', '5', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product_price', 'website_id', '6', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product_price', 'latest_start_date', '7', NULL, 'YES', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product_price', 'earliest_end_date', '8', NULL, 'YES', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_fulltext', 'product_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_fulltext', 'store_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_fulltext', 'data_index', '3', NULL, 'NO', 'longtext', '4294967295', '4294967295', NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_query', 'query_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_query', 'query_text', '2', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_query', 'num_results', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_query', 'popularity', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_query', 'redirect', '5', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_query', 'synonym_for', '6', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_query', 'store_id', '7', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_query', 'display_in_terms', '8', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_query', 'is_active', '9', '1', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_query', 'is_processed', '10', '0', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_query', 'is_cmsprocessed', '11', '0', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_query', 'updated_at', '12', NULL, 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_result', 'query_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_result', 'product_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_result', 'relevance', '3', '0.0000', 'NO', 'decimal', NULL, NULL, '6', '4', NULL, NULL, 'decimal(6,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'checkout_agreement', 'agreement_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'checkout_agreement', 'name', '2', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'checkout_agreement', 'content', '3', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'checkout_agreement', 'content_height', '4', NULL, 'YES', 'varchar', '25', '75', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(25)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'checkout_agreement', 'checkbox_text', '5', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'checkout_agreement', 'is_active', '6', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'checkout_agreement', 'is_html', '7', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'checkout_agreement_store', 'agreement_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'checkout_agreement_store', 'store_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_block', 'block_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_block', 'title', '2', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_block', 'identifier', '3', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_block', 'content', '4', NULL, 'YES', 'mediumtext', '16777215', '16777215', NULL, NULL, 'utf8', 'utf8_general_ci', 'mediumtext', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_block', 'creation_time', '5', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_block', 'update_time', '6', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_block', 'is_active', '7', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_block_store', 'block_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_block_store', 'store_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_page', 'page_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_page', 'title', '2', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_page', 'root_template', '3', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_page', 'meta_keywords', '4', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_page', 'meta_description', '5', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_page', 'identifier', '6', '', 'NO', 'varchar', '100', '300', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(100)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_page', 'content_heading', '7', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_page', 'content', '8', NULL, 'YES', 'mediumtext', '16777215', '16777215', NULL, NULL, 'utf8', 'utf8_general_ci', 'mediumtext', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_page', 'creation_time', '9', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_page', 'update_time', '10', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_page', 'is_active', '11', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_page', 'sort_order', '12', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_page', 'layout_update_xml', '13', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_page', 'custom_theme', '14', NULL, 'YES', 'varchar', '100', '300', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(100)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_page', 'custom_root_template', '15', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_page', 'custom_layout_update_xml', '16', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_page', 'custom_theme_from', '17', NULL, 'YES', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_page', 'custom_theme_to', '18', NULL, 'YES', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_page_store', 'page_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cms_page_store', 'store_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cmssearch_fulltext', 'page_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cmssearch_fulltext', 'store_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cmssearch_fulltext', 'data_index', '3', NULL, 'NO', 'longtext', '4294967295', '4294967295', NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cmssearch_result', 'query_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cmssearch_result', 'page_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cmssearch_result', 'relevance', '3', '0.0000', 'NO', 'decimal', NULL, NULL, '6', '4', NULL, NULL, 'decimal(6,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_cache', 'id', '1', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_cache', 'data', '2', NULL, 'YES', 'mediumblob', '16777215', '16777215', NULL, NULL, NULL, NULL, 'mediumblob', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_cache', 'create_time', '3', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_cache', 'update_time', '4', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_cache', 'expire_time', '5', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_cache_option', 'code', '1', NULL, 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_cache_option', 'value', '2', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_cache_tag', 'tag', '1', '', 'NO', 'varchar', '100', '300', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(100)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_cache_tag', 'cache_id', '2', '', 'NO', 'varchar', '200', '600', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(200)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_config_data', 'config_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_config_data', 'scope', '2', 'default', 'NO', 'enum', '8', '24', NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(\'default\',\'websites\',\'stores\',\'config\')', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_config_data', 'scope_id', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_config_data', 'path', '4', 'general', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_config_data', 'value', '5', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_email_template', 'template_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(7) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_email_template', 'template_code', '2', NULL, 'YES', 'varchar', '150', '450', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(150)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_email_template', 'template_text', '3', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_email_template', 'template_styles', '4', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_email_template', 'template_type', '5', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_email_template', 'template_subject', '6', NULL, 'YES', 'varchar', '200', '600', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(200)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_email_template', 'template_sender_name', '7', NULL, 'YES', 'varchar', '200', '600', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(200)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_email_template', 'template_sender_email', '8', NULL, 'YES', 'varchar', '200', '200', NULL, NULL, 'latin1', 'latin1_general_ci', 'varchar(200)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_email_template', 'added_at', '9', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_email_template', 'modified_at', '10', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_email_template', 'orig_template_code', '11', NULL, 'YES', 'varchar', '200', '600', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(200)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_email_template', 'orig_template_variables', '12', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_flag', 'flag_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_flag', 'flag_code', '2', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_flag', 'state', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_flag', 'flag_data', '4', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_flag', 'last_update', '5', NULL, 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_layout_link', 'layout_link_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_layout_link', 'store_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_layout_link', 'area', '3', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_layout_link', 'package', '4', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_layout_link', 'theme', '5', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_layout_link', 'layout_update_id', '6', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_layout_update', 'layout_update_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_layout_update', 'handle', '2', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_layout_update', 'xml', '3', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_layout_update', 'sort_order', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_resource', 'code', '1', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_resource', 'version', '2', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_resource', 'data_version', '3', NULL, 'YES', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_session', 'session_id', '1', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_session', 'website_id', '2', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_session', 'session_expires', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_session', 'session_data', '4', NULL, 'NO', 'mediumblob', '16777215', '16777215', NULL, NULL, NULL, NULL, 'mediumblob', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_store', 'store_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_store', 'code', '2', '', 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_store', 'website_id', '3', '0', 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_store', 'group_id', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_store', 'name', '5', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_store', 'sort_order', '6', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_store', 'is_active', '7', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_store_group', 'group_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_store_group', 'website_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_store_group', 'name', '3', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_store_group', 'root_category_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_store_group', 'default_store_id', '5', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_translate', 'key_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_translate', 'string', '2', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_translate', 'store_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_translate', 'translate', '4', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_translate', 'locale', '5', 'en_US', 'NO', 'varchar', '20', '60', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', 'url_rewrite_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', 'store_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', 'category_id', '3', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', 'product_id', '4', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', 'id_path', '5', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', 'request_path', '6', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', 'target_path', '7', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', 'is_system', '8', '1', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', 'options', '9', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', 'description', '10', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_variable', 'variable_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_variable', 'code', '2', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_variable', 'name', '3', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_variable_value', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_variable_value', 'variable_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_variable_value', 'store_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_variable_value', 'plain_value', '4', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_variable_value', 'html_value', '5', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_website', 'website_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_website', 'code', '2', '', 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_website', 'name', '3', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_website', 'sort_order', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_website', 'default_group_id', '5', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'core_website', 'is_default', '6', '0', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated', 'id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated', 'period', '2', '0000-00-00', 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated', 'store_id', '3', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated', 'order_status', '4', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated', 'coupon_code', '5', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated', 'coupon_uses', '6', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated', 'subtotal_amount', '7', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated', 'discount_amount', '8', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated', 'total_amount', '9', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated', 'subtotal_amount_actual', '10', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated', 'discount_amount_actual', '11', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated', 'total_amount_actual', '12', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated_order', 'id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated_order', 'period', '2', '0000-00-00', 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated_order', 'store_id', '3', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated_order', 'order_status', '4', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated_order', 'coupon_code', '5', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated_order', 'coupon_uses', '6', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated_order', 'subtotal_amount', '7', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated_order', 'discount_amount', '8', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated_order', 'total_amount', '9', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cron_schedule', 'schedule_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cron_schedule', 'job_code', '2', '0', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cron_schedule', 'status', '3', 'pending', 'NO', 'enum', '7', '21', NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(\'pending\',\'running\',\'success\',\'missed\',\'error\')', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cron_schedule', 'messages', '4', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cron_schedule', 'created_at', '5', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cron_schedule', 'scheduled_at', '6', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cron_schedule', 'executed_at', '7', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'cron_schedule', 'finished_at', '8', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity', 'attribute_set_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity', 'increment_id', '4', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity', 'parent_id', '5', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity', 'created_at', '6', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity', 'updated_at', '7', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity', 'is_active', '8', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_datetime', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_datetime', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_datetime', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_datetime', 'entity_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_datetime', 'value', '5', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_decimal', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_decimal', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_decimal', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_decimal', 'entity_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_decimal', 'value', '5', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_int', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_int', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_int', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_int', 'entity_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_int', 'value', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_text', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_text', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_text', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_text', 'entity_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_text', 'value', '5', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_varchar', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_varchar', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_varchar', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_varchar', 'entity_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_varchar', 'value', '5', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_eav_attribute', 'attribute_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_eav_attribute', 'is_visible', '2', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_eav_attribute', 'input_filter', '3', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_eav_attribute', 'multiline_count', '4', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_eav_attribute', 'validate_rules', '5', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_eav_attribute', 'is_system', '6', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_eav_attribute', 'sort_order', '7', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_eav_attribute', 'data_model', '8', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_eav_attribute_website', 'attribute_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_eav_attribute_website', 'website_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_eav_attribute_website', 'is_visible', '3', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_eav_attribute_website', 'is_required', '4', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_eav_attribute_website', 'default_value', '5', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_eav_attribute_website', 'multiline_count', '6', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity', 'attribute_set_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity', 'website_id', '4', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity', 'email', '5', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity', 'group_id', '6', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity', 'increment_id', '7', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity', 'store_id', '8', '0', 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity', 'created_at', '9', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity', 'updated_at', '10', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity', 'is_active', '11', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_datetime', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_datetime', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_datetime', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_datetime', 'entity_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_datetime', 'value', '5', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_decimal', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_decimal', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_decimal', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_decimal', 'entity_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_decimal', 'value', '5', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_int', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_int', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_int', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_int', 'entity_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_int', 'value', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_text', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_text', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_text', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_text', 'entity_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_text', 'value', '5', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_varchar', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_varchar', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_varchar', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_varchar', 'entity_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_entity_varchar', 'value', '5', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_form_attribute', 'form_code', '1', NULL, 'NO', 'char', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(32)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_form_attribute', 'attribute_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_group', 'customer_group_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(3) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_group', 'customer_group_code', '2', '', 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'customer_group', 'tax_class_id', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_batch', 'batch_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_batch', 'profile_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_batch', 'store_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_batch', 'adapter', '4', NULL, 'YES', 'varchar', '128', '384', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(128)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_batch', 'params', '5', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_batch', 'created_at', '6', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_batch_export', 'batch_export_id', '1', NULL, 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_batch_export', 'batch_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_batch_export', 'batch_data', '3', NULL, 'YES', 'longtext', '4294967295', '4294967295', NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_batch_export', 'status', '4', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_batch_import', 'batch_import_id', '1', NULL, 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_batch_import', 'batch_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_batch_import', 'batch_data', '3', NULL, 'YES', 'longtext', '4294967295', '4294967295', NULL, NULL, 'utf8', 'utf8_general_ci', 'longtext', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_batch_import', 'status', '4', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_import_data', 'import_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_import_data', 'session_id', '2', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_import_data', 'serial_number', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_import_data', 'value', '4', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_import_data', 'status', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_profile', 'profile_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_profile', 'name', '2', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_profile', 'created_at', '3', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_profile', 'updated_at', '4', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_profile', 'actions_xml', '5', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_profile', 'gui_data', '6', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_profile', 'direction', '7', NULL, 'YES', 'enum', '6', '18', NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(\'import\',\'export\')', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_profile', 'entity_type', '8', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_profile', 'store_id', '9', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_profile', 'data_transfer', '10', NULL, 'YES', 'enum', '11', '33', NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(\'file\',\'interactive\')', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_profile_history', 'history_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_profile_history', 'profile_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_profile_history', 'action_code', '3', NULL, 'YES', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_profile_history', 'user_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_profile_history', 'performed_at', '5', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_session', 'session_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_session', 'user_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_session', 'created_date', '3', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_session', 'file', '4', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_session', 'type', '5', NULL, 'YES', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_session', 'direction', '6', NULL, 'YES', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'dataflow_session', 'comment', '7', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'debug_log', 'logid', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(255)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'debug_log', 'tstamp', '2', NULL, 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'debug_log', 'hidden', '3', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'debug_log', 'log_type', '4', 'DEBUG', 'NO', 'varchar', '10', '10', NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'debug_log', 'title', '5', NULL, 'YES', 'varchar', '255', '255', NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'debug_log', 'debug_data', '6', NULL, 'YES', 'longtext', '4294967295', '4294967295', NULL, NULL, 'latin1', 'latin1_swedish_ci', 'longtext', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'design_change', 'design_change_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'design_change', 'store_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'design_change', 'design', '3', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'design_change', 'date_from', '4', NULL, 'YES', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'design_change', 'date_to', '5', NULL, 'YES', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'directory_country', 'country_id', '1', '', 'NO', 'varchar', '2', '6', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(2)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'directory_country', 'iso2_code', '2', '', 'NO', 'varchar', '2', '6', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(2)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'directory_country', 'iso3_code', '3', '', 'NO', 'varchar', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'directory_country_format', 'country_format_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'directory_country_format', 'country_id', '2', '', 'NO', 'varchar', '2', '6', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(2)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'directory_country_format', 'type', '3', '', 'NO', 'varchar', '30', '90', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(30)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'directory_country_format', 'format', '4', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'directory_country_region', 'region_id', '1', NULL, 'NO', 'mediumint', NULL, NULL, '7', '0', NULL, NULL, 'mediumint(8) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'directory_country_region', 'country_id', '2', '0', 'NO', 'varchar', '4', '12', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(4)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'directory_country_region', 'code', '3', '', 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'directory_country_region', 'default_name', '4', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'directory_country_region_name', 'locale', '1', '', 'NO', 'varchar', '8', '24', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(8)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'directory_country_region_name', 'region_id', '2', '0', 'NO', 'mediumint', NULL, NULL, '7', '0', NULL, NULL, 'mediumint(8) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'directory_country_region_name', 'name', '3', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'directory_currency_rate', 'currency_from', '1', '', 'NO', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'directory_currency_rate', 'currency_to', '2', '', 'NO', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'directory_currency_rate', 'rate', '3', '0.000000000000', 'NO', 'decimal', NULL, NULL, '24', '12', NULL, NULL, 'decimal(24,12)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link', 'link_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link', 'product_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link', 'sort_order', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link', 'number_of_downloads', '4', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link', 'is_shareable', '5', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link', 'link_url', '6', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link', 'link_file', '7', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link', 'link_type', '8', '', 'NO', 'varchar', '20', '60', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link', 'sample_url', '9', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link', 'sample_file', '10', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link', 'sample_type', '11', '', 'NO', 'varchar', '20', '60', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_price', 'price_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_price', 'link_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_price', 'website_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_price', 'price', '4', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased', 'purchased_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased', 'order_id', '2', '0', 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased', 'order_increment_id', '3', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased', 'order_item_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased', 'created_at', '5', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased', 'updated_at', '6', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased', 'customer_id', '7', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased', 'product_name', '8', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased', 'product_sku', '9', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased', 'link_section_title', '10', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', 'item_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', 'purchased_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', 'order_item_id', '3', '0', 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', 'product_id', '4', '0', 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', 'link_hash', '5', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', 'number_of_downloads_bought', '6', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', 'number_of_downloads_used', '7', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', 'link_id', '8', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(20) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', 'link_title', '9', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', 'is_shareable', '10', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', 'link_url', '11', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', 'link_file', '12', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', 'link_type', '13', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', 'status', '14', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', 'created_at', '15', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', 'updated_at', '16', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_title', 'title_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_title', 'link_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_title', 'store_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_title', 'title', '4', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_sample', 'sample_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_sample', 'product_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_sample', 'sample_url', '3', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_sample', 'sample_file', '4', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_sample', 'sample_type', '5', '', 'NO', 'varchar', '20', '60', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_sample', 'sort_order', '6', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_sample_title', 'title_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_sample_title', 'sample_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_sample_title', 'store_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'downloadable_sample_title', 'title', '4', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', 'attribute_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', 'attribute_code', '3', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', 'attribute_model', '4', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', 'backend_model', '5', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', 'backend_type', '6', 'static', 'NO', 'enum', '8', '24', NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(\'static\',\'datetime\',\'decimal\',\'int\',\'text\',\'varchar\')', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', 'backend_table', '7', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', 'frontend_model', '8', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', 'frontend_input', '9', NULL, 'YES', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', 'frontend_label', '10', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', 'frontend_class', '11', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', 'source_model', '12', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', 'is_required', '13', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', 'is_user_defined', '14', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', 'default_value', '15', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', 'is_unique', '16', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', 'note', '17', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_group', 'attribute_group_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_group', 'attribute_set_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_group', 'attribute_group_name', '3', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_group', 'sort_order', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_group', 'default_id', '5', '0', 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_label', 'attribute_label_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_label', 'attribute_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_label', 'store_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_label', 'value', '4', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_option', 'option_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_option', 'attribute_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_option', 'sort_order', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_option_value', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_option_value', 'option_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_option_value', 'store_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_option_value', 'value', '4', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_set', 'attribute_set_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_set', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_set', 'attribute_set_name', '3', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_set', 'sort_order', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(8) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity', 'attribute_set_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity', 'increment_id', '4', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity', 'parent_id', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity', 'store_id', '6', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity', 'created_at', '7', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity', 'updated_at', '8', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity', 'is_active', '9', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_attribute', 'entity_attribute_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_attribute', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_attribute', 'attribute_set_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_attribute', 'attribute_group_id', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_attribute', 'attribute_id', '5', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_attribute', 'sort_order', '6', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_datetime', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_datetime', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_datetime', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_datetime', 'store_id', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_datetime', 'entity_id', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_datetime', 'value', '6', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_decimal', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_decimal', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_decimal', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_decimal', 'store_id', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_decimal', 'entity_id', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_decimal', 'value', '6', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_int', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_int', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_int', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_int', 'store_id', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_int', 'entity_id', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_int', 'value', '6', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_store', 'entity_store_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_store', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_store', 'store_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_store', 'increment_prefix', '4', '', 'NO', 'varchar', '20', '60', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_store', 'increment_last_id', '5', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_text', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_text', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_text', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_text', 'store_id', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_text', 'entity_id', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_text', 'value', '6', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_type', 'entity_type_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_type', 'entity_type_code', '2', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_type', 'entity_model', '3', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_type', 'attribute_model', '4', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_type', 'entity_table', '5', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_type', 'value_table_prefix', '6', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_type', 'entity_id_field', '7', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_type', 'is_data_sharing', '8', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(4) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_type', 'data_sharing_key', '9', 'default', 'YES', 'varchar', '100', '300', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(100)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_type', 'default_attribute_set_id', '10', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_type', 'increment_model', '11', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_type', 'increment_per_store', '12', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_type', 'increment_pad_length', '13', '8', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(8) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_type', 'increment_pad_char', '14', '0', 'NO', 'char', '1', '3', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_type', 'additional_attribute_table', '15', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_type', 'entity_attribute_collection', '16', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_varchar', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_varchar', 'entity_type_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_varchar', 'attribute_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_varchar', 'store_id', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_varchar', 'entity_id', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_entity_varchar', 'value', '6', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_form_element', 'element_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_form_element', 'type_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_form_element', 'fieldset_id', '3', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_form_element', 'attribute_id', '4', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_form_element', 'sort_order', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_form_fieldset', 'fieldset_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_form_fieldset', 'type_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_form_fieldset', 'code', '3', NULL, 'NO', 'char', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_form_fieldset', 'sort_order', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_form_fieldset_label', 'fieldset_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_form_fieldset_label', 'store_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_form_fieldset_label', 'label', '3', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_form_type', 'type_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_form_type', 'code', '2', NULL, 'NO', 'char', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_form_type', 'label', '3', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_form_type', 'is_system', '4', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_form_type', 'theme', '5', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_form_type', 'store_id', '6', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_form_type_entity', 'type_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'eav_form_type_entity', 'entity_type_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'engage_identifiers', 'engage_identifier_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'engage_identifiers', 'identifier', '2', NULL, 'NO', 'varchar', '255', '255', NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'engage_identifiers', 'customer_id', '3', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'engage_identifiers', 'profile_name', '4', NULL, 'NO', 'varchar', '100', '100', NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(100)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'engage_identifiers', 'provider', '5', NULL, 'NO', 'varchar', '50', '50', NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'find_feed_import_codes', 'code_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'find_feed_import_codes', 'import_code', '2', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'find_feed_import_codes', 'eav_code', '3', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'find_feed_import_codes', 'is_imported', '4', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'gift_message', 'gift_message_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(7) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'gift_message', 'customer_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(7) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'gift_message', 'sender', '3', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'gift_message', 'recipient', '4', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'gift_message', 'message', '5', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlebase_attributes', 'id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlebase_attributes', 'attribute_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlebase_attributes', 'gbase_attribute', '3', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlebase_attributes', 'type_id', '4', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlebase_items', 'item_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlebase_items', 'type_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlebase_items', 'product_id', '3', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlebase_items', 'gbase_item_id', '4', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlebase_items', 'store_id', '5', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlebase_items', 'published', '6', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlebase_items', 'expires', '7', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlebase_items', 'impr', '8', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlebase_items', 'clicks', '9', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlebase_items', 'views', '10', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlebase_items', 'is_hidden', '11', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlebase_types', 'type_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlebase_types', 'attribute_set_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlebase_types', 'gbase_itemtype', '3', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlebase_types', 'target_country', '4', 'US', 'NO', 'varchar', '2', '6', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(2)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlecheckout_api_debug', 'debug_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlecheckout_api_debug', 'dir', '2', NULL, 'YES', 'enum', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(\'in\',\'out\')', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlecheckout_api_debug', 'url', '3', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlecheckout_api_debug', 'request_body', '4', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlecheckout_api_debug', 'response_body', '5', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlecheckout_notification', 'serial_number', '1', NULL, 'NO', 'varchar', '30', '90', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(30)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlecheckout_notification', 'started_at', '2', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googlecheckout_notification', 'status', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googleoptimizer_code', 'code_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googleoptimizer_code', 'entity_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googleoptimizer_code', 'entity_type', '3', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googleoptimizer_code', 'store_id', '4', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googleoptimizer_code', 'control_script', '5', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googleoptimizer_code', 'tracking_script', '6', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googleoptimizer_code', 'conversion_script', '7', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googleoptimizer_code', 'conversion_page', '8', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'googleoptimizer_code', 'additional_data', '9', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'importexport_importdata', 'id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'importexport_importdata', 'entity', '2', NULL, 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'importexport_importdata', 'behavior', '3', 'append', 'NO', 'set', '21', '63', NULL, NULL, 'utf8', 'utf8_general_ci', 'set(\'append\',\'replace\',\'delete\')', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'importexport_importdata', 'data', '4', NULL, 'NO', 'mediumtext', '16777215', '16777215', NULL, NULL, 'utf8', 'utf8_general_ci', 'mediumtext', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'index_event', 'event_id', '1', NULL, 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'index_event', 'type', '2', NULL, 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'index_event', 'entity', '3', NULL, 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'index_event', 'entity_pk', '4', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'index_event', 'created_at', '5', NULL, 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'index_event', 'old_data', '6', NULL, 'YES', 'mediumtext', '16777215', '16777215', NULL, NULL, 'utf8', 'utf8_general_ci', 'mediumtext', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'index_event', 'new_data', '7', NULL, 'YES', 'mediumtext', '16777215', '16777215', NULL, NULL, 'utf8', 'utf8_general_ci', 'mediumtext', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'index_process', 'process_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'index_process', 'indexer_code', '2', NULL, 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'index_process', 'status', '3', 'pending', 'NO', 'enum', '15', '45', NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(\'pending\',\'working\',\'require_reindex\')', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'index_process', 'started_at', '4', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'index_process', 'ended_at', '5', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'index_process', 'mode', '6', 'real_time', 'NO', 'enum', '9', '27', NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(\'real_time\',\'manual\')', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'index_process_event', 'process_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'index_process_event', 'event_id', '2', NULL, 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'index_process_event', 'status', '3', 'new', 'NO', 'enum', '7', '21', NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(\'new\',\'working\',\'done\',\'error\')', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_customer', 'log_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_customer', 'visitor_id', '2', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_customer', 'customer_id', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_customer', 'login_at', '4', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_customer', 'logout_at', '5', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_customer', 'store_id', '6', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_quote', 'quote_id', '1', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_quote', 'visitor_id', '2', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_quote', 'created_at', '3', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_quote', 'deleted_at', '4', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_summary', 'summary_id', '1', NULL, 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_summary', 'store_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_summary', 'type_id', '3', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_summary', 'visitor_count', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_summary', 'customer_count', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_summary', 'add_date', '6', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_summary_type', 'type_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_summary_type', 'type_code', '2', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_summary_type', 'period', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_summary_type', 'period_type', '4', 'MINUTE', 'NO', 'enum', '6', '18', NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(\'MINUTE\',\'HOUR\',\'DAY\',\'WEEK\',\'MONTH\')', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_url', 'url_id', '1', '0', 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_url', 'visitor_id', '2', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_url', 'visit_time', '3', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_url_info', 'url_id', '1', NULL, 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_url_info', 'url', '2', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_url_info', 'referer', '3', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_visitor', 'visitor_id', '1', NULL, 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_visitor', 'session_id', '2', '', 'NO', 'char', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_visitor', 'first_visit_at', '3', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_visitor', 'last_visit_at', '4', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_visitor', 'last_url_id', '5', '0', 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_visitor', 'store_id', '6', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_visitor_info', 'visitor_id', '1', '0', 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_visitor_info', 'http_referer', '2', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_visitor_info', 'http_user_agent', '3', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_visitor_info', 'http_accept_charset', '4', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_visitor_info', 'http_accept_language', '5', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_visitor_info', 'server_addr', '6', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_visitor_info', 'remote_addr', '7', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_visitor_online', 'visitor_id', '1', NULL, 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_visitor_online', 'visitor_type', '2', NULL, 'NO', 'char', '1', '3', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(1)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_visitor_online', 'remote_addr', '3', NULL, 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_visitor_online', 'first_visit_at', '4', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_visitor_online', 'last_visit_at', '5', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_visitor_online', 'customer_id', '6', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'log_visitor_online', 'last_url', '7', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_problem', 'problem_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(7) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_problem', 'subscriber_id', '2', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(7) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_problem', 'queue_id', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(7) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_problem', 'problem_error_code', '4', '0', 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_problem', 'problem_error_text', '5', NULL, 'YES', 'varchar', '200', '600', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(200)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue', 'queue_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(7) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue', 'template_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(7) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue', 'newsletter_type', '3', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue', 'newsletter_text', '4', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue', 'newsletter_styles', '5', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue', 'newsletter_subject', '6', NULL, 'YES', 'varchar', '200', '600', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(200)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue', 'newsletter_sender_name', '7', NULL, 'YES', 'varchar', '200', '600', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(200)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue', 'newsletter_sender_email', '8', NULL, 'YES', 'varchar', '200', '200', NULL, NULL, 'latin1', 'latin1_general_ci', 'varchar(200)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue', 'queue_status', '9', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue', 'queue_start_at', '10', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue', 'queue_finish_at', '11', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue_link', 'queue_link_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(9) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue_link', 'queue_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(7) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue_link', 'subscriber_id', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(7) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue_link', 'letter_sent_at', '4', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue_store_link', 'queue_id', '1', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(7) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue_store_link', 'store_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_subscriber', 'subscriber_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(7) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_subscriber', 'store_id', '2', '0', 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_subscriber', 'change_status_at', '3', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_subscriber', 'customer_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_subscriber', 'subscriber_email', '5', '', 'NO', 'varchar', '150', '150', NULL, NULL, 'latin1', 'latin1_general_ci', 'varchar(150)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_subscriber', 'subscriber_status', '6', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_subscriber', 'subscriber_confirm_code', '7', 'NULL', 'YES', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_template', 'template_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(7) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_template', 'template_code', '2', NULL, 'YES', 'varchar', '150', '450', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(150)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_template', 'template_text', '3', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_template', 'template_text_preprocessed', '4', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', 'deprecated since 1.4.0.1'),
(NULL, 'canonmal_avastore', 'newsletter_template', 'template_styles', '5', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_template', 'template_type', '6', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_template', 'template_subject', '7', NULL, 'YES', 'varchar', '200', '600', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(200)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_template', 'template_sender_name', '8', NULL, 'YES', 'varchar', '200', '600', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(200)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_template', 'template_sender_email', '9', NULL, 'YES', 'varchar', '200', '200', NULL, NULL, 'latin1', 'latin1_general_ci', 'varchar(200)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_template', 'template_actual', '10', '1', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_template', 'added_at', '11', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'newsletter_template', 'modified_at', '12', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paygate_authorizenet_debug', 'debug_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paygate_authorizenet_debug', 'request_body', '2', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paygate_authorizenet_debug', 'response_body', '3', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paygate_authorizenet_debug', 'request_serialized', '4', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paygate_authorizenet_debug', 'result_serialized', '5', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paygate_authorizenet_debug', 'request_dump', '6', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paygate_authorizenet_debug', 'result_dump', '7', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_api_debug', 'debug_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_api_debug', 'debug_at', '2', 'CURRENT_TIMESTAMP', 'NO', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_api_debug', 'request_body', '3', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_api_debug', 'response_body', '4', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_cert', 'cert_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_cert', 'website_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_cert', 'content', '3', NULL, 'NO', 'mediumblob', '16777215', '16777215', NULL, NULL, NULL, NULL, 'mediumblob', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_cert', 'updated_at', '4', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report', 'report_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report', 'report_date', '2', NULL, 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report', 'account_id', '3', NULL, 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report', 'filename', '4', NULL, 'NO', 'varchar', '24', '72', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(24)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report', 'last_modified', '5', NULL, 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report_row', 'row_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report_row', 'report_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report_row', 'transaction_id', '3', NULL, 'NO', 'varchar', '19', '57', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(19)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report_row', 'invoice_id', '4', NULL, 'YES', 'varchar', '127', '381', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(127)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report_row', 'paypal_reference_id', '5', NULL, 'NO', 'varchar', '19', '57', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(19)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report_row', 'paypal_reference_id_type', '6', NULL, 'NO', 'enum', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(\'ODR\',\'TXN\',\'SUB\',\'PAP\',\'\')', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report_row', 'transaction_event_code', '7', '', 'NO', 'char', '5', '15', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report_row', 'transaction_initiation_date', '8', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report_row', 'transaction_completion_date', '9', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report_row', 'transaction_debit_or_credit', '10', 'CR', 'NO', 'enum', '2', '6', NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(\'CR\',\'DR\')', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report_row', 'gross_transaction_amount', '11', '0.000000', 'NO', 'decimal', NULL, NULL, '20', '6', NULL, NULL, 'decimal(20,6)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report_row', 'gross_transaction_currency', '12', '', 'NO', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report_row', 'fee_debit_or_credit', '13', NULL, 'NO', 'enum', '2', '6', NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(\'CR\',\'DR\')', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report_row', 'fee_amount', '14', '0.000000', 'NO', 'decimal', NULL, NULL, '20', '6', NULL, NULL, 'decimal(20,6)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report_row', 'fee_currency', '15', NULL, 'NO', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report_row', 'custom_field', '16', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report_row', 'consumer_id', '17', '', 'NO', 'varchar', '127', '381', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(127)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypaluk_api_debug', 'debug_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypaluk_api_debug', 'debug_at', '2', 'CURRENT_TIMESTAMP', 'NO', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypaluk_api_debug', 'request_body', '3', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'paypaluk_api_debug', 'response_body', '4', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'poll', 'poll_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'poll', 'poll_title', '2', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'poll', 'votes_count', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'poll', 'store_id', '4', '0', 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'poll', 'date_posted', '5', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'poll', 'date_closed', '6', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'poll', 'active', '7', '1', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'poll', 'closed', '8', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'poll', 'answers_display', '9', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'poll_answer', 'answer_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'poll_answer', 'poll_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'poll_answer', 'answer_title', '3', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'poll_answer', 'votes_count', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'poll_answer', 'answer_order', '5', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'poll_store', 'poll_id', '1', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'poll_store', 'store_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'poll_vote', 'vote_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'poll_vote', 'poll_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'poll_vote', 'poll_answer_id', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'poll_vote', 'ip_address', '4', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'poll_vote', 'customer_id', '5', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'poll_vote', 'vote_time', '6', 'CURRENT_TIMESTAMP', 'NO', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'product_alert_price', 'alert_price_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'product_alert_price', 'customer_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'product_alert_price', 'product_id', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'product_alert_price', 'price', '4', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'product_alert_price', 'website_id', '5', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'product_alert_price', 'add_date', '6', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'product_alert_price', 'last_send_date', '7', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'product_alert_price', 'send_count', '8', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'product_alert_price', 'status', '9', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'product_alert_stock', 'alert_stock_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'product_alert_stock', 'customer_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'product_alert_stock', 'product_id', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'product_alert_stock', 'website_id', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'product_alert_stock', 'add_date', '5', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'product_alert_stock', 'send_date', '6', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'product_alert_stock', 'send_count', '7', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'product_alert_stock', 'status', '8', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating', 'rating_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating', 'entity_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating', 'rating_code', '3', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating', 'position', '4', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_entity', 'entity_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_entity', 'entity_code', '2', '', 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option', 'option_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option', 'rating_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option', 'code', '3', '', 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option', 'value', '4', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option', 'position', '5', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote', 'vote_id', '1', NULL, 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote', 'option_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote', 'remote_ip', '3', '', 'NO', 'varchar', '16', '48', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(16)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote', 'remote_ip_long', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote', 'customer_id', '5', '0', 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote', 'entity_pk_value', '6', '0', 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote', 'rating_id', '7', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote', 'review_id', '8', NULL, 'YES', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote', 'percent', '9', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote', 'value', '10', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote_aggregated', 'primary_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote_aggregated', 'rating_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote_aggregated', 'entity_pk_value', '3', '0', 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote_aggregated', 'vote_count', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote_aggregated', 'vote_value_sum', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote_aggregated', 'percent', '6', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote_aggregated', 'percent_approved', '7', '0', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote_aggregated', 'store_id', '8', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_store', 'rating_id', '1', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_store', 'store_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_title', 'rating_id', '1', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_title', 'store_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'rating_title', 'value', '3', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'report_compared_product_index', 'index_id', '1', NULL, 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'report_compared_product_index', 'visitor_id', '2', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'report_compared_product_index', 'customer_id', '3', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'report_compared_product_index', 'product_id', '4', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'report_compared_product_index', 'store_id', '5', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'report_compared_product_index', 'added_at', '6', NULL, 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'report_event', 'event_id', '1', NULL, 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'report_event', 'logged_at', '2', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'report_event', 'event_type_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'report_event', 'object_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'report_event', 'subject_id', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'report_event', 'subtype', '6', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'report_event', 'store_id', '7', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'report_event_types', 'event_type_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'report_event_types', 'event_name', '2', NULL, 'NO', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'report_event_types', 'customer_login', '3', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'report_viewed_product_index', 'index_id', '1', NULL, 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'report_viewed_product_index', 'visitor_id', '2', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'report_viewed_product_index', 'customer_id', '3', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'report_viewed_product_index', 'product_id', '4', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'report_viewed_product_index', 'store_id', '5', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'report_viewed_product_index', 'added_at', '6', NULL, 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review', 'review_id', '1', NULL, 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review', 'created_at', '2', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review', 'entity_id', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review', 'entity_pk_value', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review', 'status_id', '5', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review_detail', 'detail_id', '1', NULL, 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review_detail', 'review_id', '2', '0', 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review_detail', 'store_id', '3', '0', 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review_detail', 'title', '4', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review_detail', 'detail', '5', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review_detail', 'nickname', '6', '', 'NO', 'varchar', '128', '384', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(128)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review_detail', 'customer_id', '7', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review_entity', 'entity_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review_entity', 'entity_code', '2', '', 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review_entity_summary', 'primary_id', '1', NULL, 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review_entity_summary', 'entity_pk_value', '2', '0', 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review_entity_summary', 'entity_type', '3', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review_entity_summary', 'reviews_count', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review_entity_summary', 'rating_summary', '5', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review_entity_summary', 'store_id', '6', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review_status', 'status_id', '1', NULL, 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review_status', 'status_code', '2', '', 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review_store', 'review_id', '1', NULL, 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'review_store', 'store_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', 'id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', 'period', '2', '0000-00-00', 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', 'store_id', '3', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', 'product_id', '4', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', 'product_name', '5', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', 'product_price', '6', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', 'qty_ordered', '7', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', 'rating_pos', '8', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', 'id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', 'period', '2', '0000-00-00', 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', 'store_id', '3', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', 'product_id', '4', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', 'product_name', '5', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', 'product_price', '6', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', 'qty_ordered', '7', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', 'rating_pos', '8', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', 'id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', 'period', '2', '0000-00-00', 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', 'store_id', '3', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', 'product_id', '4', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', 'product_name', '5', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', 'product_price', '6', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', 'qty_ordered', '7', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', 'rating_pos', '8', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_billing_agreement', 'agreement_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_billing_agreement', 'customer_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_billing_agreement', 'method_code', '3', NULL, 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_billing_agreement', 'reference_id', '4', NULL, 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_billing_agreement', 'status', '5', NULL, 'NO', 'varchar', '20', '60', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_billing_agreement', 'created_at', '6', NULL, 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_billing_agreement', 'updated_at', '7', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_billing_agreement', 'store_id', '8', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_billing_agreement', 'agreement_label', '9', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_billing_agreement_order', 'agreement_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_billing_agreement_order', 'order_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'store_id', '2', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'adjustment_positive', '3', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'base_shipping_tax_amount', '4', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'store_to_order_rate', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'base_discount_amount', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'base_to_order_rate', '7', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'grand_total', '8', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'base_adjustment_negative', '9', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'base_subtotal_incl_tax', '10', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'shipping_amount', '11', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'subtotal_incl_tax', '12', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'adjustment_negative', '13', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'base_shipping_amount', '14', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'store_to_base_rate', '15', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'base_to_global_rate', '16', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'base_adjustment', '17', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'base_subtotal', '18', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'discount_amount', '19', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'subtotal', '20', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'adjustment', '21', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'base_grand_total', '22', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'base_adjustment_positive', '23', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'base_tax_amount', '24', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'shipping_tax_amount', '25', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'tax_amount', '26', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'order_id', '27', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'email_sent', '28', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'creditmemo_status', '29', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'state', '30', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'shipping_address_id', '31', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'billing_address_id', '32', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'invoice_id', '33', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'cybersource_token', '34', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'store_currency_code', '35', NULL, 'YES', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'order_currency_code', '36', NULL, 'YES', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'base_currency_code', '37', NULL, 'YES', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'global_currency_code', '38', NULL, 'YES', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'transaction_id', '39', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'increment_id', '40', NULL, 'YES', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'created_at', '41', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'updated_at', '42', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'hidden_tax_amount', '43', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'base_hidden_tax_amount', '44', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'shipping_hidden_tax_amount', '45', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'base_shipping_hidden_tax_amount', '46', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'shipping_incl_tax', '47', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'base_shipping_incl_tax', '48', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_comment', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_comment', 'parent_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_comment', 'is_customer_notified', '3', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_comment', 'is_visible_on_front', '4', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_comment', 'comment', '5', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_comment', 'created_at', '6', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'store_id', '2', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'store_to_order_rate', '3', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'base_to_order_rate', '4', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'grand_total', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'store_to_base_rate', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'base_to_global_rate', '7', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'base_grand_total', '8', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'order_id', '9', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'creditmemo_status', '10', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'state', '11', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'invoice_id', '12', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'store_currency_code', '13', NULL, 'YES', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'order_currency_code', '14', NULL, 'YES', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'base_currency_code', '15', NULL, 'YES', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'global_currency_code', '16', NULL, 'YES', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'increment_id', '17', NULL, 'YES', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'order_increment_id', '18', NULL, 'YES', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'created_at', '19', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'order_created_at', '20', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'billing_name', '21', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'parent_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'weee_tax_applied_row_amount', '3', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'base_price', '4', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'base_weee_tax_row_disposition', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'tax_amount', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'base_weee_tax_applied_amount', '7', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'weee_tax_row_disposition', '8', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'base_row_total', '9', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'discount_amount', '10', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'row_total', '11', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'weee_tax_applied_amount', '12', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'base_discount_amount', '13', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'base_weee_tax_disposition', '14', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'price_incl_tax', '15', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'base_tax_amount', '16', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'weee_tax_disposition', '17', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'base_price_incl_tax', '18', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'qty', '19', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'base_cost', '20', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'base_weee_tax_applied_row_amount', '21', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'price', '22', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'base_row_total_incl_tax', '23', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'row_total_incl_tax', '24', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'product_id', '25', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'order_item_id', '26', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'additional_data', '27', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'description', '28', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'weee_tax_applied', '29', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'sku', '30', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'name', '31', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'hidden_tax_amount', '32', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'base_hidden_tax_amount', '33', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'store_id', '2', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'base_grand_total', '3', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'shipping_tax_amount', '4', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'tax_amount', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'base_tax_amount', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'store_to_order_rate', '7', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'base_shipping_tax_amount', '8', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'base_discount_amount', '9', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'base_to_order_rate', '10', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'grand_total', '11', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'shipping_amount', '12', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'subtotal_incl_tax', '13', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'base_subtotal_incl_tax', '14', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'store_to_base_rate', '15', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'base_shipping_amount', '16', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'total_qty', '17', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'base_to_global_rate', '18', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'subtotal', '19', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'base_subtotal', '20', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'discount_amount', '21', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'billing_address_id', '22', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'is_used_for_refund', '23', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'order_id', '24', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'email_sent', '25', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'can_void_flag', '26', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'state', '27', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'shipping_address_id', '28', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'cybersource_token', '29', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'store_currency_code', '30', NULL, 'YES', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'transaction_id', '31', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'order_currency_code', '32', NULL, 'YES', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'base_currency_code', '33', NULL, 'YES', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'global_currency_code', '34', NULL, 'YES', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'increment_id', '35', NULL, 'YES', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'created_at', '36', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'updated_at', '37', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'hidden_tax_amount', '38', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'base_hidden_tax_amount', '39', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'shipping_hidden_tax_amount', '40', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'base_shipping_hidden_tax_amount', '41', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'shipping_incl_tax', '42', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'base_shipping_incl_tax', '43', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'base_total_refunded', '44', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'cod_fee', '45', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'base_cod_fee', '46', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'cod_tax_amount', '47', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'base_cod_tax_amount', '48', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_comment', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_comment', 'parent_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_comment', 'is_customer_notified', '3', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_comment', 'is_visible_on_front', '4', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_comment', 'comment', '5', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_comment', 'created_at', '6', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', 'store_id', '2', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', 'base_grand_total', '3', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', 'grand_total', '4', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', 'order_id', '5', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', 'state', '6', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', 'store_currency_code', '7', NULL, 'YES', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', 'order_currency_code', '8', NULL, 'YES', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', 'base_currency_code', '9', NULL, 'YES', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', 'global_currency_code', '10', NULL, 'YES', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', 'increment_id', '11', NULL, 'YES', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', 'order_increment_id', '12', NULL, 'YES', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', 'created_at', '13', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', 'order_created_at', '14', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', 'billing_name', '15', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'parent_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'base_price', '3', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'base_weee_tax_row_disposition', '4', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'weee_tax_applied_row_amount', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'base_weee_tax_applied_amount', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'tax_amount', '7', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'base_row_total', '8', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'discount_amount', '9', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'row_total', '10', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'weee_tax_row_disposition', '11', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'base_discount_amount', '12', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'base_weee_tax_disposition', '13', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'price_incl_tax', '14', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'weee_tax_applied_amount', '15', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'base_tax_amount', '16', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'base_price_incl_tax', '17', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'qty', '18', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'weee_tax_disposition', '19', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'base_cost', '20', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'base_weee_tax_applied_row_amount', '21', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'price', '22', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'base_row_total_incl_tax', '23', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'row_total_incl_tax', '24', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'product_id', '25', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'order_item_id', '26', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'additional_data', '27', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'description', '28', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'weee_tax_applied', '29', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'sku', '30', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'name', '31', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'hidden_tax_amount', '32', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'base_hidden_tax_amount', '33', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'state', '2', NULL, 'YES', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'status', '3', NULL, 'YES', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'coupon_code', '4', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'protect_code', '5', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'shipping_description', '6', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'is_virtual', '7', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'store_id', '8', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'customer_id', '9', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_discount_amount', '10', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_discount_canceled', '11', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_discount_invoiced', '12', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_discount_refunded', '13', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_grand_total', '14', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_shipping_amount', '15', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_shipping_canceled', '16', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_shipping_invoiced', '17', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_shipping_refunded', '18', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_shipping_tax_amount', '19', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_shipping_tax_refunded', '20', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_subtotal', '21', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_subtotal_canceled', '22', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_subtotal_invoiced', '23', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_subtotal_refunded', '24', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_tax_amount', '25', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_tax_canceled', '26', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_tax_invoiced', '27', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_tax_refunded', '28', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_to_global_rate', '29', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_to_order_rate', '30', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_total_canceled', '31', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_total_invoiced', '32', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_total_invoiced_cost', '33', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_total_offline_refunded', '34', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_total_online_refunded', '35', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_total_paid', '36', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_total_qty_ordered', '37', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_total_refunded', '38', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'discount_amount', '39', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'discount_canceled', '40', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'discount_invoiced', '41', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'discount_refunded', '42', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'grand_total', '43', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'shipping_amount', '44', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'shipping_canceled', '45', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'shipping_invoiced', '46', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'shipping_refunded', '47', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'shipping_tax_amount', '48', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'shipping_tax_refunded', '49', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'store_to_base_rate', '50', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'store_to_order_rate', '51', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'subtotal', '52', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'subtotal_canceled', '53', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'subtotal_invoiced', '54', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'subtotal_refunded', '55', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'tax_amount', '56', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'tax_canceled', '57', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'tax_invoiced', '58', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'tax_refunded', '59', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'total_canceled', '60', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'total_invoiced', '61', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'total_offline_refunded', '62', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'total_online_refunded', '63', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'total_paid', '64', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'total_qty_ordered', '65', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'total_refunded', '66', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'can_ship_partially', '67', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'can_ship_partially_item', '68', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'customer_is_guest', '69', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'customer_note_notify', '70', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'billing_address_id', '71', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'customer_group_id', '72', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'edit_increment', '73', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'email_sent', '74', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'forced_do_shipment_with_invoice', '75', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'gift_message_id', '76', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'payment_authorization_expiration', '77', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'paypal_ipn_customer_notified', '78', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'quote_address_id', '79', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'quote_id', '80', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'shipping_address_id', '81', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'adjustment_negative', '82', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'adjustment_positive', '83', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_adjustment_negative', '84', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_adjustment_positive', '85', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_shipping_discount_amount', '86', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_subtotal_incl_tax', '87', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_total_due', '88', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'payment_authorization_amount', '89', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'shipping_discount_amount', '90', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'subtotal_incl_tax', '91', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'total_due', '92', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'weight', '93', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'customer_dob', '94', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'increment_id', '95', NULL, 'YES', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'applied_rule_ids', '96', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_currency_code', '97', NULL, 'YES', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'customer_email', '98', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'customer_firstname', '99', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'customer_lastname', '100', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'customer_middlename', '101', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'customer_prefix', '102', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'customer_suffix', '103', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'customer_taxvat', '104', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'discount_description', '105', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'ext_customer_id', '106', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'ext_order_id', '107', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'global_currency_code', '108', NULL, 'YES', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'hold_before_state', '109', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'hold_before_status', '110', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'order_currency_code', '111', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'original_increment_id', '112', NULL, 'YES', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'relation_child_id', '113', NULL, 'YES', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'relation_child_real_id', '114', NULL, 'YES', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'relation_parent_id', '115', NULL, 'YES', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'relation_parent_real_id', '116', NULL, 'YES', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'remote_ip', '117', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'shipping_method', '118', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'store_currency_code', '119', NULL, 'YES', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'store_name', '120', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'x_forwarded_for', '121', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'customer_note', '122', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'created_at', '123', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'updated_at', '124', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'total_item_count', '125', '0', 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'customer_gender', '126', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'hidden_tax_amount', '127', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_hidden_tax_amount', '128', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'shipping_hidden_tax_amount', '129', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_shipping_hidden_tax_amount', '130', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'hidden_tax_invoiced', '131', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_hidden_tax_invoiced', '132', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'hidden_tax_refunded', '133', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_hidden_tax_refunded', '134', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'shipping_incl_tax', '135', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_shipping_incl_tax', '136', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'cod_fee', '137', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_cod_fee', '138', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'cod_fee_invoiced', '139', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_cod_fee_invoiced', '140', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'cod_tax_amount', '141', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_cod_tax_amount', '142', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'cod_tax_amount_invoiced', '143', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'base_cod_tax_amount_invoiced', '144', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', 'parent_id', '2', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', 'customer_address_id', '3', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', 'quote_address_id', '4', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', 'region_id', '5', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', 'customer_id', '6', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', 'fax', '7', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', 'region', '8', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', 'postcode', '9', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', 'lastname', '10', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', 'street', '11', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', 'city', '12', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', 'email', '13', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', 'telephone', '14', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', 'country_id', '15', NULL, 'YES', 'char', '2', '6', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(2)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', 'firstname', '16', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', 'address_type', '17', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', 'prefix', '18', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', 'middlename', '19', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', 'suffix', '20', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', 'company', '21', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', 'status', '2', NULL, 'YES', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', 'store_id', '3', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', 'store_name', '4', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', 'customer_id', '5', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', 'base_grand_total', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', 'base_total_paid', '7', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', 'grand_total', '8', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', 'total_paid', '9', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', 'increment_id', '10', NULL, 'YES', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', 'base_currency_code', '11', NULL, 'YES', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', 'order_currency_code', '12', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', 'shipping_name', '13', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', 'billing_name', '14', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', 'created_at', '15', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', 'updated_at', '16', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'item_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'order_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'parent_item_id', '3', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'quote_item_id', '4', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'store_id', '5', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'created_at', '6', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'updated_at', '7', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'product_id', '8', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'product_type', '9', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'product_options', '10', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'weight', '11', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'is_virtual', '12', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'sku', '13', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'name', '14', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'description', '15', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'applied_rule_ids', '16', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'additional_data', '17', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'free_shipping', '18', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'is_qty_decimal', '19', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'no_discount', '20', '0', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'qty_backordered', '21', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'qty_canceled', '22', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'qty_invoiced', '23', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'qty_ordered', '24', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'qty_refunded', '25', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'qty_shipped', '26', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'base_cost', '27', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'price', '28', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'base_price', '29', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'original_price', '30', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'base_original_price', '31', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'tax_percent', '32', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'tax_amount', '33', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'base_tax_amount', '34', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'tax_invoiced', '35', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'base_tax_invoiced', '36', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'discount_percent', '37', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'discount_amount', '38', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'base_discount_amount', '39', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'discount_invoiced', '40', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'base_discount_invoiced', '41', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'amount_refunded', '42', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'base_amount_refunded', '43', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'row_total', '44', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'base_row_total', '45', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'row_invoiced', '46', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'base_row_invoiced', '47', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'row_weight', '48', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'gift_message_id', '49', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'gift_message_available', '50', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'base_tax_before_discount', '51', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'tax_before_discount', '52', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'ext_order_item_id', '53', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'weee_tax_applied', '54', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'weee_tax_applied_amount', '55', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'weee_tax_applied_row_amount', '56', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'base_weee_tax_applied_amount', '57', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'base_weee_tax_applied_row_amount', '58', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'weee_tax_disposition', '59', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'weee_tax_row_disposition', '60', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'base_weee_tax_disposition', '61', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'base_weee_tax_row_disposition', '62', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'locked_do_invoice', '63', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'locked_do_ship', '64', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'price_incl_tax', '65', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'base_price_incl_tax', '66', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'row_total_incl_tax', '67', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'base_row_total_incl_tax', '68', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'hidden_tax_amount', '69', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'base_hidden_tax_amount', '70', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'hidden_tax_invoiced', '71', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'base_hidden_tax_invoiced', '72', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'hidden_tax_refunded', '73', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'base_hidden_tax_refunded', '74', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'is_nominal', '75', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'tax_canceled', '76', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'hidden_tax_canceled', '77', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'tax_refunded', '78', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'parent_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'base_shipping_captured', '3', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'shipping_captured', '4', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'amount_refunded', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'base_amount_paid', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'amount_canceled', '7', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'base_amount_authorized', '8', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'base_amount_paid_online', '9', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'base_amount_refunded_online', '10', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'base_shipping_amount', '11', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'shipping_amount', '12', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'amount_paid', '13', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'amount_authorized', '14', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'base_amount_ordered', '15', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'base_shipping_refunded', '16', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'shipping_refunded', '17', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'base_amount_refunded', '18', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'amount_ordered', '19', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'base_amount_canceled', '20', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'ideal_transaction_checked', '21', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'quote_payment_id', '22', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'additional_data', '23', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'cc_exp_month', '24', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'cc_ss_start_year', '25', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'echeck_bank_name', '26', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'method', '27', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'cc_debug_request_body', '28', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'cc_secure_verify', '29', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'cybersource_token', '30', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'ideal_issuer_title', '31', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'protection_eligibility', '32', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'cc_approval', '33', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'cc_last4', '34', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'cc_status_description', '35', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'echeck_type', '36', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'paybox_question_number', '37', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'cc_debug_response_serialized', '38', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'cc_ss_start_month', '39', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'echeck_account_type', '40', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'last_trans_id', '41', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'cc_cid_status', '42', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'cc_owner', '43', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'cc_type', '44', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'ideal_issuer_id', '45', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'po_number', '46', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'cc_exp_year', '47', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'cc_status', '48', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'echeck_routing_number', '49', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'account_status', '50', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'anet_trans_method', '51', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'cc_debug_response_body', '52', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'cc_ss_issue', '53', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'echeck_account_name', '54', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'cc_avs_status', '55', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'cc_number_enc', '56', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'cc_trans_id', '57', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'flo2cash_account_id', '58', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'paybox_request_number', '59', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'address_status', '60', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'additional_information', '61', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_status_history', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_status_history', 'parent_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_status_history', 'is_customer_notified', '3', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_status_history', 'is_visible_on_front', '4', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_status_history', 'comment', '5', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_status_history', 'status', '6', NULL, 'YES', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_status_history', 'created_at', '7', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'store_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'created_at', '3', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'updated_at', '4', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'converted_at', '5', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'is_active', '6', '1', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'is_virtual', '7', '0', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'is_multi_shipping', '8', '0', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'items_count', '9', '0', 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'items_qty', '10', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'orig_order_id', '11', '0', 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'store_to_base_rate', '12', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'store_to_quote_rate', '13', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'base_currency_code', '14', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'store_currency_code', '15', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'quote_currency_code', '16', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'grand_total', '17', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'base_grand_total', '18', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'checkout_method', '19', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'customer_id', '20', '0', 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'customer_tax_class_id', '21', '0', 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'customer_group_id', '22', '0', 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'customer_email', '23', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'customer_prefix', '24', NULL, 'YES', 'varchar', '40', '120', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(40)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'customer_firstname', '25', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'customer_middlename', '26', NULL, 'YES', 'varchar', '40', '120', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(40)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'customer_lastname', '27', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'customer_suffix', '28', NULL, 'YES', 'varchar', '40', '120', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(40)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'customer_dob', '29', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'customer_note', '30', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'customer_note_notify', '31', '1', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'customer_is_guest', '32', '0', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'remote_ip', '33', NULL, 'YES', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'applied_rule_ids', '34', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'reserved_order_id', '35', '', 'YES', 'varchar', '64', '192', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(64)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'password_hash', '36', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'coupon_code', '37', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'global_currency_code', '38', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'base_to_global_rate', '39', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'base_to_quote_rate', '40', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'customer_taxvat', '41', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'customer_gender', '42', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'subtotal', '43', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'base_subtotal', '44', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'subtotal_with_discount', '45', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'base_subtotal_with_discount', '46', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'is_changed', '47', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'trigger_recollect', '48', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'ext_shipping_info', '49', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'gift_message_id', '50', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'cod_fee', '51', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'base_cod_fee', '52', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'cod_tax_amount', '53', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'base_cod_tax_amount', '54', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'address_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'quote_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'created_at', '3', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'updated_at', '4', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'customer_id', '5', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'save_in_address_book', '6', '0', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'customer_address_id', '7', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'address_type', '8', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'email', '9', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'prefix', '10', NULL, 'YES', 'varchar', '40', '120', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(40)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'firstname', '11', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'middlename', '12', NULL, 'YES', 'varchar', '40', '120', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(40)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'lastname', '13', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'suffix', '14', NULL, 'YES', 'varchar', '40', '120', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(40)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'company', '15', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'street', '16', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'city', '17', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'region', '18', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'region_id', '19', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'postcode', '20', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'country_id', '21', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'telephone', '22', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'fax', '23', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'same_as_billing', '24', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'free_shipping', '25', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'collect_shipping_rates', '26', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'shipping_method', '27', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'shipping_description', '28', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'weight', '29', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'subtotal', '30', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'base_subtotal', '31', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'subtotal_with_discount', '32', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'base_subtotal_with_discount', '33', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'tax_amount', '34', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'base_tax_amount', '35', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'shipping_amount', '36', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'base_shipping_amount', '37', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'shipping_tax_amount', '38', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'base_shipping_tax_amount', '39', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'discount_amount', '40', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'base_discount_amount', '41', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'grand_total', '42', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'base_grand_total', '43', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'customer_notes', '44', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'applied_taxes', '45', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'discount_description', '46', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'shipping_discount_amount', '47', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'base_shipping_discount_amount', '48', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'subtotal_incl_tax', '49', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'base_subtotal_total_incl_tax', '50', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'gift_message_id', '51', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'hidden_tax_amount', '52', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'base_hidden_tax_amount', '53', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'shipping_hidden_tax_amount', '54', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'base_shipping_hidden_tax_amount', '55', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'shipping_incl_tax', '56', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'base_shipping_incl_tax', '57', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'cod_fee', '58', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'base_cod_fee', '59', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'cod_tax_amount', '60', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'base_cod_tax_amount', '61', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'address_item_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'parent_item_id', '2', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'quote_address_id', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'quote_item_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'created_at', '5', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'updated_at', '6', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'applied_rule_ids', '7', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'additional_data', '8', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'weight', '9', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'qty', '10', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'discount_amount', '11', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'tax_amount', '12', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'row_total', '13', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'base_row_total', '14', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'row_total_with_discount', '15', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'base_discount_amount', '16', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'base_tax_amount', '17', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'row_weight', '18', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'product_id', '19', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'super_product_id', '20', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'parent_product_id', '21', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'sku', '22', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'image', '23', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'name', '24', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'description', '25', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'free_shipping', '26', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'is_qty_decimal', '27', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'price', '28', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'discount_percent', '29', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'no_discount', '30', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'tax_percent', '31', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'base_price', '32', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'base_cost', '33', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'price_incl_tax', '34', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'base_price_incl_tax', '35', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'row_total_incl_tax', '36', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'base_row_total_incl_tax', '37', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'gift_message_id', '38', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'hidden_tax_amount', '39', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'base_hidden_tax_amount', '40', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'item_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'quote_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'created_at', '3', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'updated_at', '4', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'product_id', '5', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'store_id', '6', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'parent_item_id', '7', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'is_virtual', '8', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'sku', '9', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'name', '10', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'description', '11', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'applied_rule_ids', '12', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'additional_data', '13', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'free_shipping', '14', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'is_qty_decimal', '15', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'no_discount', '16', '0', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'weight', '17', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'qty', '18', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'price', '19', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'base_price', '20', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'custom_price', '21', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'discount_percent', '22', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'discount_amount', '23', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'base_discount_amount', '24', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'tax_percent', '25', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'tax_amount', '26', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'base_tax_amount', '27', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'row_total', '28', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'base_row_total', '29', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'row_total_with_discount', '30', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'row_weight', '31', '0.0000', 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'product_type', '32', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'base_tax_before_discount', '33', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'tax_before_discount', '34', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'original_custom_price', '35', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'redirect_url', '36', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'base_cost', '37', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'price_incl_tax', '38', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'base_price_incl_tax', '39', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'row_total_incl_tax', '40', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'base_row_total_incl_tax', '41', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'gift_message_id', '42', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'weee_tax_applied', '43', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'weee_tax_applied_amount', '44', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'weee_tax_applied_row_amount', '45', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'base_weee_tax_applied_amount', '46', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'base_weee_tax_applied_row_amount', '47', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'weee_tax_disposition', '48', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'weee_tax_row_disposition', '49', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'base_weee_tax_disposition', '50', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'base_weee_tax_row_disposition', '51', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'hidden_tax_amount', '52', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'base_hidden_tax_amount', '53', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item_option', 'option_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item_option', 'item_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item_option', 'product_id', '3', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item_option', 'code', '4', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item_option', 'value', '5', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'payment_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'quote_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'created_at', '3', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'updated_at', '4', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'method', '5', '', 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'cc_type', '6', '', 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'cc_number_enc', '7', '', 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'cc_last4', '8', '', 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'cc_cid_enc', '9', '', 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'cc_owner', '10', '', 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'cc_exp_month', '11', '0', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(2) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'cc_exp_year', '12', '0', 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(4) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'cc_ss_owner', '13', '', 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'cc_ss_start_month', '14', '0', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(2) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'cc_ss_start_year', '15', '0', 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(4) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'cybersource_token', '16', '', 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'paypal_correlation_id', '17', '', 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'paypal_payer_id', '18', '', 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'paypal_payer_status', '19', '', 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'po_number', '20', '', 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'additional_data', '21', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'cc_ss_issue', '22', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'additional_information', '23', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'ideal_issuer_id', '24', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'ideal_issuer_list', '25', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_shipping_rate', 'rate_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_shipping_rate', 'address_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_shipping_rate', 'created_at', '3', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_shipping_rate', 'updated_at', '4', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_shipping_rate', 'carrier', '5', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_shipping_rate', 'carrier_title', '6', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_shipping_rate', 'code', '7', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_shipping_rate', 'method', '8', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_shipping_rate', 'method_description', '9', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_shipping_rate', 'price', '10', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_shipping_rate', 'error_message', '11', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_shipping_rate', 'method_title', '12', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment', 'store_id', '2', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment', 'total_weight', '3', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment', 'total_qty', '4', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment', 'email_sent', '5', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment', 'order_id', '6', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment', 'customer_id', '7', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment', 'shipping_address_id', '8', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment', 'billing_address_id', '9', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment', 'shipment_status', '10', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment', 'increment_id', '11', NULL, 'YES', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment', 'created_at', '12', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment', 'updated_at', '13', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_comment', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_comment', 'parent_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_comment', 'is_customer_notified', '3', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_comment', 'is_visible_on_front', '4', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_comment', 'comment', '5', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_comment', 'created_at', '6', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', 'store_id', '2', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', 'total_qty', '3', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', 'order_id', '4', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', 'shipment_status', '5', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', 'increment_id', '6', NULL, 'YES', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', 'order_increment_id', '7', NULL, 'YES', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', 'created_at', '8', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', 'order_created_at', '9', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', 'shipping_name', '10', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_item', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_item', 'parent_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_item', 'row_total', '3', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_item', 'price', '4', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_item', 'weight', '5', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_item', 'qty', '6', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_item', 'product_id', '7', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_item', 'order_item_id', '8', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_item', 'additional_data', '9', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_item', 'description', '10', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_item', 'name', '11', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_item', 'sku', '12', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_track', 'entity_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_track', 'parent_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_track', 'weight', '3', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_track', 'qty', '4', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_track', 'order_id', '5', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_track', 'number', '6', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_track', 'description', '7', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_track', 'title', '8', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_track', 'carrier_code', '9', NULL, 'YES', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_track', 'created_at', '10', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_track', 'updated_at', '11', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated', 'id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated', 'period', '2', '0000-00-00', 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated', 'store_id', '3', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated', 'order_status', '4', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated', 'orders_count', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated', 'orders_invoiced', '6', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated', 'invoiced', '7', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated', 'invoiced_captured', '8', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated', 'invoiced_not_captured', '9', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated_order', 'id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated_order', 'period', '2', '0000-00-00', 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated_order', 'store_id', '3', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated_order', 'order_status', '4', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated_order', 'orders_count', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated_order', 'orders_invoiced', '6', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated_order', 'invoiced', '7', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated_order', 'invoiced_captured', '8', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated_order', 'invoiced_not_captured', '9', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'period', '2', '0000-00-00', 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'store_id', '3', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'order_status', '4', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'orders_count', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'total_qty_ordered', '6', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'total_qty_invoiced', '7', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'total_income_amount', '8', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'total_revenue_amount', '9', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'total_profit_amount', '10', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'total_invoiced_amount', '11', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'total_canceled_amount', '12', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'total_paid_amount', '13', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'total_refunded_amount', '14', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'total_tax_amount', '15', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'total_tax_amount_actual', '16', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'total_shipping_amount', '17', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'total_shipping_amount_actual', '18', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'total_discount_amount', '19', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'total_discount_amount_actual', '20', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_status', 'status', '1', NULL, 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_status', 'label', '2', NULL, 'NO', 'varchar', '128', '384', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(128)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_status_label', 'status', '1', NULL, 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_status_label', 'store_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_status_label', 'label', '3', NULL, 'NO', 'varchar', '128', '384', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(128)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_status_state', 'status', '1', NULL, 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_status_state', 'state', '2', NULL, 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_status_state', 'is_default', '3', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_tax', 'tax_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_tax', 'order_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_tax', 'code', '3', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_tax', 'title', '4', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_tax', 'percent', '5', NULL, 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_tax', 'amount', '6', NULL, 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_tax', 'priority', '7', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_tax', 'position', '8', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_tax', 'base_amount', '9', NULL, 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_tax', 'process', '10', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_tax', 'base_real_amount', '11', NULL, 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_order_tax', 'hidden', '12', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_payment_transaction', 'transaction_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_payment_transaction', 'parent_id', '2', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_payment_transaction', 'order_id', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_payment_transaction', 'payment_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_payment_transaction', 'txn_id', '5', '', 'NO', 'varchar', '100', '300', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(100)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_payment_transaction', 'parent_txn_id', '6', NULL, 'YES', 'varchar', '100', '300', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(100)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_payment_transaction', 'txn_type', '7', '', 'NO', 'varchar', '15', '45', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(15)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_payment_transaction', 'is_closed', '8', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_payment_transaction', 'additional_information', '9', NULL, 'YES', 'blob', '65535', '65535', NULL, NULL, NULL, NULL, 'blob', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_payment_transaction', 'created_at', '10', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'profile_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'state', '2', NULL, 'NO', 'varchar', '20', '60', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'customer_id', '3', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'store_id', '4', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'method_code', '5', NULL, 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'created_at', '6', NULL, 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'updated_at', '7', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'reference_id', '8', NULL, 'YES', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'subscriber_name', '9', NULL, 'YES', 'varchar', '150', '450', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(150)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'start_datetime', '10', NULL, 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'internal_reference_id', '11', NULL, 'NO', 'varchar', '42', '126', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(42)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'schedule_description', '12', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'suspension_threshold', '13', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'bill_failed_later', '14', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'period_unit', '15', NULL, 'NO', 'varchar', '20', '60', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'period_frequency', '16', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'period_max_cycles', '17', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'billing_amount', '18', '0.0000', 'NO', 'double', NULL, NULL, '12', '4', NULL, NULL, 'double(12,4) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'trial_period_unit', '19', NULL, 'YES', 'varchar', '20', '60', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'trial_period_frequency', '20', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'trial_period_max_cycles', '21', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'trial_billing_amount', '22', NULL, 'YES', 'double', NULL, NULL, '12', '4', NULL, NULL, 'double(12,4) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'currency_code', '23', NULL, 'NO', 'char', '3', '9', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(3)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'shipping_amount', '24', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'tax_amount', '25', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'init_amount', '26', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'init_may_fail', '27', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'order_info', '28', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'order_item_info', '29', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'billing_address_info', '30', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'shipping_address_info', '31', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'profile_vendor_info', '32', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'additional_info', '33', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile_order', 'link_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile_order', 'profile_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile_order', 'order_id', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated', 'id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated', 'period', '2', '0000-00-00', 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated', 'store_id', '3', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated', 'order_status', '4', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated', 'orders_count', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated', 'refunded', '6', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated', 'online_refunded', '7', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated', 'offline_refunded', '8', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated_order', 'id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated_order', 'period', '2', '0000-00-00', 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated_order', 'store_id', '3', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated_order', 'order_status', '4', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated_order', 'orders_count', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated_order', 'refunded', '6', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated_order', 'online_refunded', '7', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated_order', 'offline_refunded', '8', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated', 'id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated', 'period', '2', '0000-00-00', 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated', 'store_id', '3', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated', 'order_status', '4', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated', 'shipping_description', '5', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated', 'orders_count', '6', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated', 'total_shipping', '7', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated', 'total_shipping_actual', '8', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated_order', 'id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated_order', 'period', '2', '0000-00-00', 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated_order', 'store_id', '3', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated_order', 'order_status', '4', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated_order', 'shipping_description', '5', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated_order', 'orders_count', '6', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated_order', 'total_shipping', '7', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated_order', 'total_shipping_actual', '8', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'rule_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'name', '2', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'description', '3', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'from_date', '4', '0000-00-00', 'YES', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'to_date', '5', '0000-00-00', 'YES', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'uses_per_customer', '6', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'customer_group_ids', '7', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'is_active', '8', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'conditions_serialized', '9', NULL, 'NO', 'mediumtext', '16777215', '16777215', NULL, NULL, 'utf8', 'utf8_general_ci', 'mediumtext', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'actions_serialized', '10', NULL, 'NO', 'mediumtext', '16777215', '16777215', NULL, NULL, 'utf8', 'utf8_general_ci', 'mediumtext', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'stop_rules_processing', '11', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'is_advanced', '12', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(3) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'product_ids', '13', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'sort_order', '14', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'simple_action', '15', '', 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'discount_amount', '16', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'discount_qty', '17', NULL, 'YES', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'discount_step', '18', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'simple_free_shipping', '19', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'apply_to_shipping', '20', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'times_used', '21', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'is_rss', '22', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'website_ids', '23', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule', 'coupon_type', '24', '1', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_coupon', 'coupon_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_coupon', 'rule_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_coupon', 'code', '3', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_coupon', 'usage_limit', '4', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_coupon', 'usage_per_customer', '5', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_coupon', 'times_used', '6', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_coupon', 'expiration_date', '7', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_coupon', 'is_primary', '8', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_coupon_usage', 'coupon_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_coupon_usage', 'customer_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_coupon_usage', 'times_used', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_customer', 'rule_customer_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_customer', 'rule_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_customer', 'customer_id', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_customer', 'times_used', '4', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_label', 'label_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_label', 'rule_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_label', 'store_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_label', 'label', '4', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_product_attribute', 'rule_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_product_attribute', 'website_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_product_attribute', 'customer_group_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'salesrule_product_attribute', 'attribute_id', '4', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sendfriend_log', 'log_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sendfriend_log', 'ip', '2', '0', 'NO', 'bigint', NULL, NULL, '19', '0', NULL, NULL, 'bigint(20)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sendfriend_log', 'time', '3', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sendfriend_log', 'website_id', '4', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'shipping_tablerate', 'pk', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'shipping_tablerate', 'website_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'shipping_tablerate', 'dest_country_id', '3', '0', 'NO', 'varchar', '4', '12', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'shipping_tablerate', 'dest_region_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'shipping_tablerate', 'dest_zip', '5', '', 'NO', 'varchar', '10', '30', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'shipping_tablerate', 'condition_name', '6', '', 'NO', 'varchar', '20', '60', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(20)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'shipping_tablerate', 'condition_value', '7', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'shipping_tablerate', 'price', '8', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'shipping_tablerate', 'cost', '9', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sitemap', 'sitemap_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sitemap', 'sitemap_type', '2', NULL, 'YES', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sitemap', 'sitemap_filename', '3', NULL, 'YES', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sitemap', 'sitemap_path', '4', NULL, 'YES', 'tinytext', '255', '255', NULL, NULL, 'utf8', 'utf8_general_ci', 'tinytext', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sitemap', 'sitemap_time', '5', NULL, 'YES', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sitemap', 'store_id', '6', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sm_products_filter', 'id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sm_products_filter', 'filter_str', '2', NULL, 'YES', 'varchar', '255', '255', NULL, NULL, 'latin1', 'latin1_swedish_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sm_products_filter', 'condition_str', '3', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'latin1', 'latin1_swedish_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'sm_products_filter', 'search_in_description', '4', NULL, 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'smtppro_email_log', 'email_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'smtppro_email_log', 'log_at', '2', 'CURRENT_TIMESTAMP', 'NO', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'smtppro_email_log', 'to', '3', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'smtppro_email_log', 'template', '4', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'smtppro_email_log', 'subject', '5', NULL, 'YES', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'smtppro_email_log', 'email_body', '6', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'social_bookmarking', 'bookmark_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'social_bookmarking', 'name', '2', '0', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'social_bookmarking', 'image', '3', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'social_bookmarking', 'url', '4', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'social_bookmarking', 'target', '5', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'social_bookmarking', 'position', '6', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'social_bookmarking', 'status', '7', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'social_bookmarking_urls', 'id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(100)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'social_bookmarking_urls', 'url', '2', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'social_bookmarking_urls', 'bitly', '3', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tag', 'tag_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tag', 'name', '2', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tag', 'status', '3', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tag', 'first_customer_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tag', 'first_store_id', '5', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tag_properties', 'tag_id', '1', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tag_properties', 'store_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tag_properties', 'base_popularity', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tag_relation', 'tag_relation_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tag_relation', 'tag_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tag_relation', 'customer_id', '3', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tag_relation', 'product_id', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tag_relation', 'store_id', '5', '1', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tag_relation', 'active', '6', '1', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tag_relation', 'created_at', '7', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tag_summary', 'tag_id', '1', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tag_summary', 'store_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tag_summary', 'customers', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tag_summary', 'products', '4', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tag_summary', 'uses', '5', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', 'deprecated since 1.4.0.1'),
(NULL, 'canonmal_avastore', 'tag_summary', 'historical_uses', '6', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', 'deprecated since 1.4.0.1'),
(NULL, 'canonmal_avastore', 'tag_summary', 'popularity', '7', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tag_summary', 'base_popularity', '8', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', 'deprecated since 1.4.0.1'),
(NULL, 'canonmal_avastore', 'tax_calculation', 'tax_calculation_rate_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_calculation', 'tax_calculation_rule_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_calculation', 'customer_tax_class_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_calculation', 'product_tax_class_id', '4', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate', 'tax_calculation_rate_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate', 'tax_country_id', '2', NULL, 'NO', 'char', '2', '6', NULL, NULL, 'utf8', 'utf8_general_ci', 'char(2)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate', 'tax_region_id', '3', NULL, 'NO', 'mediumint', NULL, NULL, '7', '0', NULL, NULL, 'mediumint(9)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate', 'tax_postcode', '4', NULL, 'NO', 'varchar', '21', '63', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(21)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate', 'code', '5', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate', 'rate', '6', NULL, 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate', 'zip_is_range', '7', NULL, 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate', 'zip_from', '8', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate', 'zip_to', '9', NULL, 'YES', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate_title', 'tax_calculation_rate_title_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate_title', 'tax_calculation_rate_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate_title', 'store_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate_title', 'value', '4', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rule', 'tax_calculation_rule_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rule', 'code', '2', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rule', 'priority', '3', NULL, 'NO', 'mediumint', NULL, NULL, '7', '0', NULL, NULL, 'mediumint(9)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rule', 'position', '4', NULL, 'NO', 'mediumint', NULL, NULL, '7', '0', NULL, NULL, 'mediumint(9)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_class', 'class_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(6)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_class', 'class_name', '2', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_class', 'class_type', '3', 'CUSTOMER', 'NO', 'enum', '8', '24', NULL, NULL, 'utf8', 'utf8_general_ci', 'enum(\'CUSTOMER\',\'PRODUCT\')', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_order_aggregated_created', 'id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_order_aggregated_created', 'period', '2', '0000-00-00', 'NO', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_order_aggregated_created', 'store_id', '3', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_order_aggregated_created', 'code', '4', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_order_aggregated_created', 'order_status', '5', '', 'NO', 'varchar', '50', '150', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(50)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_order_aggregated_created', 'percent', '6', '0.0000', 'NO', 'float', NULL, NULL, '12', '4', NULL, NULL, 'float(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_order_aggregated_created', 'orders_count', '7', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'tax_order_aggregated_created', 'tax_base_amount_sum', '8', '0.0000', 'NO', 'float', NULL, NULL, '12', '4', NULL, NULL, 'float(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'weee_discount', 'entity_id', '1', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'weee_discount', 'website_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'weee_discount', 'customer_group_id', '3', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'weee_discount', 'value', '4', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'weee_tax', 'value_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'weee_tax', 'website_id', '2', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'weee_tax', 'entity_id', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'weee_tax', 'country', '4', '', 'NO', 'varchar', '2', '6', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(2)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'weee_tax', 'value', '5', '0.0000', 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'weee_tax', 'state', '6', '*', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'weee_tax', 'attribute_id', '7', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'weee_tax', 'entity_type_id', '8', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'widget', 'widget_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'widget', 'code', '2', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'widget', 'type', '3', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'widget', 'parameters', '4', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'widget_instance', 'instance_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'widget_instance', 'type', '2', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'widget_instance', 'package_theme', '3', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'widget_instance', 'title', '4', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'widget_instance', 'store_ids', '5', '0', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'widget_instance', 'widget_parameters', '6', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'widget_instance', 'sort_order', '7', '0', 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'widget_instance_page', 'page_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'widget_instance_page', 'instance_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'widget_instance_page', 'group', '3', '', 'NO', 'varchar', '25', '75', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(25)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'widget_instance_page', 'layout_handle', '4', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'widget_instance_page', 'block_reference', '5', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'widget_instance_page', 'for', '6', '', 'NO', 'varchar', '25', '75', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(25)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'widget_instance_page', 'entities', '7', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'widget_instance_page', 'template', '8', '', 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'widget_instance_page_layout', 'page_id', '1', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'widget_instance_page_layout', 'layout_update_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'wishlist', 'wishlist_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'wishlist', 'customer_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'wishlist', 'shared', '3', '0', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'wishlist', 'sharing_code', '4', '', 'NO', 'varchar', '32', '32', NULL, NULL, 'latin1', 'latin1_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'wishlist', 'updated_at', '5', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'wishlist_item', 'wishlist_item_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'wishlist_item', 'wishlist_id', '2', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'wishlist_item', 'product_id', '3', '0', 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'wishlist_item', 'store_id', '4', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'wishlist_item', 'added_at', '5', NULL, 'YES', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'wishlist_item', 'description', '6', NULL, 'YES', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'wishlist_item', 'qty', '7', NULL, 'NO', 'decimal', NULL, NULL, '12', '4', NULL, NULL, 'decimal(12,4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'wishlist_item_option', 'option_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'wishlist_item_option', 'wishlist_item_id', '2', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'wishlist_item_option', 'product_id', '3', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(10) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'wishlist_item_option', 'code', '4', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'wishlist_item_option', 'value', '5', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_application', 'application_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_application', 'name', '2', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_application', 'code', '3', NULL, 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', 'UNI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_application', 'type', '4', NULL, 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_application', 'store_id', '5', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_application', 'active_from', '6', NULL, 'YES', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_application', 'active_to', '7', NULL, 'YES', 'date', NULL, NULL, NULL, NULL, NULL, NULL, 'date', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_application', 'updated_at', '8', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_application', 'configuration', '9', NULL, 'YES', 'blob', '65535', '65535', NULL, NULL, NULL, NULL, 'blob', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_application', 'status', '10', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_application', 'browsing_mode', '11', '0', 'YES', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(1)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_config_data', 'application_id', '1', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_config_data', 'category', '2', 'default', 'NO', 'varchar', '60', '180', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(60)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_config_data', 'path', '3', NULL, 'NO', 'varchar', '250', '750', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(250)', 'PRI', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_config_data', 'value', '4', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_history', 'history_id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_history', 'application_id', '2', NULL, 'NO', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_history', 'created_at', '3', '0000-00-00 00:00:00', 'NO', 'datetime', NULL, NULL, NULL, NULL, NULL, NULL, 'datetime', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_history', 'store_id', '4', NULL, 'YES', 'smallint', NULL, NULL, '5', '0', NULL, NULL, 'smallint(5) unsigned', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_history', 'params', '5', NULL, 'YES', 'blob', '65535', '65535', NULL, NULL, NULL, NULL, 'blob', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_history', 'title', '6', NULL, 'NO', 'varchar', '200', '600', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(200)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_history', 'activation_key', '7', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_history', 'name', '8', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_history', 'code', '9', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_notification_template', 'id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_notification_template', 'app_code', '2', NULL, 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_notification_template', 'name', '3', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_notification_template', 'push_title', '4', NULL, 'NO', 'varchar', '141', '423', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(141)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_notification_template', 'message_title', '5', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_notification_template', 'content', '6', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_notification_template', 'created_at', '7', 'CURRENT_TIMESTAMP', 'NO', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_notification_template', 'modified_at', '8', '0000-00-00 00:00:00', 'NO', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_queue', 'id', '1', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'PRI', 'auto_increment', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_queue', 'create_time', '2', 'CURRENT_TIMESTAMP', 'NO', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_queue', 'exec_time', '3', NULL, 'YES', 'timestamp', NULL, NULL, NULL, NULL, NULL, NULL, 'timestamp', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_queue', 'template_id', '4', NULL, 'NO', 'int', NULL, NULL, '10', '0', NULL, NULL, 'int(11)', 'MUL', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_queue', 'push_title', '5', NULL, 'NO', 'varchar', '140', '420', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(140)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_queue', 'message_title', '6', NULL, 'NO', 'varchar', '255', '765', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(255)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_queue', 'content', '7', NULL, 'NO', 'text', '65535', '65535', NULL, NULL, 'utf8', 'utf8_general_ci', 'text', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_queue', 'status', '8', '0', 'NO', 'tinyint', NULL, NULL, '3', '0', NULL, NULL, 'tinyint(4)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_queue', 'type', '9', NULL, 'NO', 'varchar', '12', '36', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(12)', '', '', 'select,insert,update,references', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_queue', 'app_code', '10', NULL, 'NO', 'varchar', '32', '96', NULL, NULL, 'utf8', 'utf8_general_ci', 'varchar(32)', '', '', 'select,insert,update,references', '');

-- --------------------------------------------------------

-- 
-- Table structure for table `COLUMN_PRIVILEGES`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TEMPORARY TABLE `COLUMN_PRIVILEGES` (
  `GRANTEE` varchar(81) NOT NULL default '',
  `TABLE_CATALOG` varchar(512) default NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL default '',
  `TABLE_NAME` varchar(64) NOT NULL default '',
  `COLUMN_NAME` varchar(64) NOT NULL default '',
  `PRIVILEGE_TYPE` varchar(64) NOT NULL default '',
  `IS_GRANTABLE` varchar(3) NOT NULL default ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `COLUMN_PRIVILEGES`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `KEY_COLUMN_USAGE`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TEMPORARY TABLE `KEY_COLUMN_USAGE` (
  `CONSTRAINT_CATALOG` varchar(512) default NULL,
  `CONSTRAINT_SCHEMA` varchar(64) NOT NULL default '',
  `CONSTRAINT_NAME` varchar(64) NOT NULL default '',
  `TABLE_CATALOG` varchar(512) default NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL default '',
  `TABLE_NAME` varchar(64) NOT NULL default '',
  `COLUMN_NAME` varchar(64) NOT NULL default '',
  `ORDINAL_POSITION` bigint(10) NOT NULL default '0',
  `POSITION_IN_UNIQUE_CONSTRAINT` bigint(10) default NULL,
  `REFERENCED_TABLE_SCHEMA` varchar(64) default NULL,
  `REFERENCED_TABLE_NAME` varchar(64) default NULL,
  `REFERENCED_COLUMN_NAME` varchar(64) default NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `KEY_COLUMN_USAGE`
-- 

INSERT INTO `KEY_COLUMN_USAGE` VALUES (NULL, 'canonmal_StockBridge', 'PRIMARY', NULL, 'canonmal_StockBridge', 'OrderProducts', 'Sysref', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_StockBridge', 'PRIMARY', NULL, 'canonmal_StockBridge', 'Orders', 'Sysref', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_StockBridge', 'OrderID', NULL, 'canonmal_StockBridge', 'Orders', 'orderID', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_StockBridge', 'PRIMARY', NULL, 'canonmal_StockBridge', 'Products', 'Sysref', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_StockBridge', 'SKU', NULL, 'canonmal_StockBridge', 'Products', 'sku', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'admin_assert', 'assert_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'admin_role', 'role_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'admin_rule', 'rule_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_admin_rule', NULL, 'canonmal_avastore', 'admin_rule', 'role_id', '1', '1', 'canonmal_avastore', 'admin_role', 'role_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'admin_user', 'user_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_ADMIN_USER_USERNAME', NULL, 'canonmal_avastore', 'admin_user', 'username', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'adminnotification_inbox', 'notification_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'api_assert', 'assert_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'api_role', 'role_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'api_rule', 'rule_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_api_rule', NULL, 'canonmal_avastore', 'api_rule', 'role_id', '1', '1', 'canonmal_avastore', 'api_role', 'role_id'),
(NULL, 'canonmal_avastore', 'FK_API_SESSION_USER', NULL, 'canonmal_avastore', 'api_session', 'user_id', '1', '1', 'canonmal_avastore', 'api_user', 'user_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'api_user', 'user_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'ayaline_catalogindex_infogroup', 'value', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'ayaline_catalogindex_infogroup', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'ayaline_catalogindex_infogroup', 'entity_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'ayaline_catalogindex_infogroup', 'attribute_id', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_ayaline_catalogindex_infogroup_1', NULL, 'canonmal_avastore', 'ayaline_catalogindex_infogroup', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'FK_ayaline_catalogindex_infogroup_2', NULL, 'canonmal_avastore', 'ayaline_catalogindex_infogroup', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_ayaline_catalogindex_infogroup_3', NULL, 'canonmal_avastore', 'ayaline_catalogindex_infogroup', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'ayaline_eav_attribute_infogroup', 'infogroup_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_ayaline_eav_attribute_infogroup_1', NULL, 'canonmal_avastore', 'ayaline_eav_attribute_infogroup', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'ayaline_eav_attribute_infogroup_value', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_ayaline_eav_attribute_infogroup_value_1', NULL, 'canonmal_avastore', 'ayaline_eav_attribute_infogroup_value', 'infogroup_id', '1', '1', 'canonmal_avastore', 'ayaline_eav_attribute_infogroup', 'infogroup_id'),
(NULL, 'canonmal_avastore', 'FK_ayaline_eav_attribute_infogroup_value_2', NULL, 'canonmal_avastore', 'ayaline_eav_attribute_infogroup_value', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'ayaline_eav_attribute_range', 'range_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_ayaline_eav_attribute_range_1', NULL, 'canonmal_avastore', 'ayaline_eav_attribute_range', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'ayaline_eav_attribute_range_value', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_ayaline_eav_attribute_range_value_1', NULL, 'canonmal_avastore', 'ayaline_eav_attribute_range_value', 'range_id', '1', '1', 'canonmal_avastore', 'ayaline_eav_attribute_range', 'range_id'),
(NULL, 'canonmal_avastore', 'FK_ayaline_eav_attribute_range_value_2', NULL, 'canonmal_avastore', 'ayaline_eav_attribute_range_value', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_category_entity', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', 'entity_type_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', 'entity_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', 'attribute_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', 'store_id', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_DATETIME_ATTRIBUTE', NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_DATETIME_ENTITY', NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_category_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_DATETIME_STORE', NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', 'entity_type_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', 'entity_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', 'attribute_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', 'store_id', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_DECIMAL_ATTRIBUTE', NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_DECIMAL_ENTITY', NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_category_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_DECIMAL_STORE', NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_category_entity_int', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_category_entity_int', 'entity_type_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_category_entity_int', 'entity_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_category_entity_int', 'attribute_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_category_entity_int', 'store_id', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_EMTITY_INT_ATTRIBUTE', NULL, 'canonmal_avastore', 'catalog_category_entity_int', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_EMTITY_INT_ENTITY', NULL, 'canonmal_avastore', 'catalog_category_entity_int', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_category_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_EMTITY_INT_STORE', NULL, 'canonmal_avastore', 'catalog_category_entity_int', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_category_entity_text', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_category_entity_text', 'entity_type_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_category_entity_text', 'entity_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_category_entity_text', 'attribute_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_category_entity_text', 'store_id', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_TEXT_ATTRIBUTE', NULL, 'canonmal_avastore', 'catalog_category_entity_text', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_TEXT_ENTITY', NULL, 'canonmal_avastore', 'catalog_category_entity_text', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_category_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_TEXT_STORE', NULL, 'canonmal_avastore', 'catalog_category_entity_text', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', 'entity_type_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', 'entity_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', 'attribute_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', 'store_id', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE', NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_VARCHAR_ENTITY', NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_category_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE', NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATEGORY_FLAT_CATEGORY_ID_STORE_1', NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_category_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATEGORY_FLAT_STORE_ID_STORE_1', NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'UNQ_CATEGORY_PRODUCT', NULL, 'canonmal_avastore', 'catalog_category_product', 'category_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_CATEGORY_PRODUCT', NULL, 'canonmal_avastore', 'catalog_category_product', 'product_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'CATALOG_CATEGORY_PRODUCT_CATEGORY', NULL, 'canonmal_avastore', 'catalog_category_product', 'category_id', '1', '1', 'canonmal_avastore', 'catalog_category_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'CATALOG_CATEGORY_PRODUCT_PRODUCT', NULL, 'canonmal_avastore', 'catalog_category_product', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'UNQ_CATEGORY_PRODUCT', NULL, 'canonmal_avastore', 'catalog_category_product_index', 'category_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_CATEGORY_PRODUCT', NULL, 'canonmal_avastore', 'catalog_category_product_index', 'product_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_CATEGORY_PRODUCT', NULL, 'canonmal_avastore', 'catalog_category_product_index', 'store_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_PROD_IDX_CATEGORY_ENTITY', NULL, 'canonmal_avastore', 'catalog_category_product_index', 'category_id', '1', '1', 'canonmal_avastore', 'catalog_category_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_PROD_IDX_PROD_ENTITY', NULL, 'canonmal_avastore', 'catalog_category_product_index', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATEGORY_PRODUCT_INDEX_STORE', NULL, 'canonmal_avastore', 'catalog_category_product_index', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_compare_item', 'catalog_compare_item_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_COMPARE_ITEM_CUSTOMER', NULL, 'canonmal_avastore', 'catalog_compare_item', 'customer_id', '1', '1', 'canonmal_avastore', 'customer_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_COMPARE_ITEM_PRODUCT', NULL, 'canonmal_avastore', 'catalog_compare_item', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_COMPARE_ITEM_STORE', NULL, 'canonmal_avastore', 'catalog_compare_item', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_eav_attribute', 'attribute_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_EAV_ATTRIBUTE_ID', NULL, 'canonmal_avastore', 'catalog_eav_attribute', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_bundle_option', 'option_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_BUNDLE_OPTION_PARENT', NULL, 'canonmal_avastore', 'catalog_product_bundle_option', 'parent_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_bundle_option_value', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_OPTION_STORE', NULL, 'canonmal_avastore', 'catalog_product_bundle_option_value', 'option_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_OPTION_STORE', NULL, 'canonmal_avastore', 'catalog_product_bundle_option_value', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_BUNDLE_OPTION_VALUE_OPTION', NULL, 'canonmal_avastore', 'catalog_product_bundle_option_value', 'option_id', '1', '1', 'canonmal_avastore', 'catalog_product_bundle_option', 'option_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_bundle_price_index', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_bundle_price_index', 'website_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_bundle_price_index', 'customer_group_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'CATALOG_PRODUCT_BUNDLE_PRICE_INDEX_CUSTOMER_GROUP', NULL, 'canonmal_avastore', 'catalog_product_bundle_price_index', 'customer_group_id', '1', '1', 'canonmal_avastore', 'customer_group', 'customer_group_id'),
(NULL, 'canonmal_avastore', 'CATALOG_PRODUCT_BUNDLE_PRICE_INDEX_PRODUCT_ENTITY', NULL, 'canonmal_avastore', 'catalog_product_bundle_price_index', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'CATALOG_PRODUCT_BUNDLE_PRICE_INDEX_WEBSITE', NULL, 'canonmal_avastore', 'catalog_product_bundle_price_index', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_bundle_selection', 'selection_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_BUNDLE_SELECTION_OPTION', NULL, 'canonmal_avastore', 'catalog_product_bundle_selection', 'option_id', '1', '1', 'canonmal_avastore', 'catalog_product_bundle_option', 'option_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_BUNDLE_SELECTION_PRODUCT', NULL, 'canonmal_avastore', 'catalog_product_bundle_selection', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_bundle_selection_price', 'selection_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_bundle_selection_price', 'website_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_BUNDLE_PRICE_SELECTION_ID', NULL, 'canonmal_avastore', 'catalog_product_bundle_selection_price', 'selection_id', '1', '1', 'canonmal_avastore', 'catalog_product_bundle_selection', 'selection_id'),
(NULL, 'canonmal_avastore', 'FK_BUNDLE_PRICE_SELECTION_WEBSITE', NULL, 'canonmal_avastore', 'catalog_product_bundle_selection_price', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_bundle_stock_index', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_bundle_stock_index', 'stock_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_bundle_stock_index', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_bundle_stock_index', 'option_id', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PRODUCT_STORE', NULL, 'canonmal_avastore', 'catalog_product_enabled_index', 'product_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PRODUCT_STORE', NULL, 'canonmal_avastore', 'catalog_product_enabled_index', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENABLED_INDEX_PRODUCT_ENTITY', NULL, 'canonmal_avastore', 'catalog_product_enabled_index', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENABLED_INDEX_STORE', NULL, 'canonmal_avastore', 'catalog_product_enabled_index', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_entity', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_ATTRIBUTE_SET_ID', NULL, 'canonmal_avastore', 'catalog_product_entity', 'attribute_set_id', '1', '1', 'canonmal_avastore', 'eav_attribute_set', 'attribute_set_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_ENTITY_TYPE', NULL, 'canonmal_avastore', 'catalog_product_entity', 'entity_type_id', '1', '1', 'canonmal_avastore', 'eav_entity_type', 'entity_type_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_entity_datetime', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'catalog_product_entity_datetime', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'catalog_product_entity_datetime', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'catalog_product_entity_datetime', 'store_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_DATETIME_ATTRIBUTE', NULL, 'canonmal_avastore', 'catalog_product_entity_datetime', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_DATETIME_STORE', NULL, 'canonmal_avastore', 'catalog_product_entity_datetime', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PROD_ENTITY_DATETIME_PROD_ENTITY', NULL, 'canonmal_avastore', 'catalog_product_entity_datetime', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_entity_decimal', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'catalog_product_entity_decimal', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'catalog_product_entity_decimal', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'catalog_product_entity_decimal', 'store_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_DECIMAL_ATTRIBUTE', NULL, 'canonmal_avastore', 'catalog_product_entity_decimal', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_DECIMAL_STORE', NULL, 'canonmal_avastore', 'catalog_product_entity_decimal', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PROD_ENTITY_DECIMAL_PROD_ENTITY', NULL, 'canonmal_avastore', 'catalog_product_entity_decimal', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', 'entity_type_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', 'entity_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', 'attribute_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_BASE', NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', 'store_id', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_GALLERY_ATTRIBUTE', NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_GALLERY_ENTITY', NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_GALLERY_STORE', NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_entity_int', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'catalog_product_entity_int', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'catalog_product_entity_int', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'catalog_product_entity_int', 'store_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE', NULL, 'canonmal_avastore', 'catalog_product_entity_int', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_INT_PRODUCT_ENTITY', NULL, 'canonmal_avastore', 'catalog_product_entity_int', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_INT_STORE', NULL, 'canonmal_avastore', 'catalog_product_entity_int', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_MEDIA_GALLERY_ATTRIBUTE', NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_MEDIA_GALLERY_ENTITY', NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery_value', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery_value', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_MEDIA_GALLERY_VALUE_GALLERY', NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery_value', 'value_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity_media_gallery', 'value_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_MEDIA_GALLERY_VALUE_STORE', NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery_value', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_entity_text', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'catalog_product_entity_text', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'catalog_product_entity_text', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'catalog_product_entity_text', 'store_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_TEXT_ATTRIBUTE', NULL, 'canonmal_avastore', 'catalog_product_entity_text', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_TEXT_PRODUCT_ENTITY', NULL, 'canonmal_avastore', 'catalog_product_entity_text', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_TEXT_STORE', NULL, 'canonmal_avastore', 'catalog_product_entity_text', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_CATALOG_PRODUCT_TIER_PRICE', NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_CATALOG_PRODUCT_TIER_PRICE', NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', 'all_groups', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_CATALOG_PRODUCT_TIER_PRICE', NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', 'customer_group_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_CATALOG_PRODUCT_TIER_PRICE', NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', 'qty', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_CATALOG_PRODUCT_TIER_PRICE', NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', 'website_id', '5', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_TIER_PRICE_GROUP', NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', 'customer_group_id', '1', '1', 'canonmal_avastore', 'customer_group', 'customer_group_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_TIER_WEBSITE', NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PROD_ENTITY_TIER_PRICE_PROD_ENTITY', NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_entity_varchar', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'catalog_product_entity_varchar', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'catalog_product_entity_varchar', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'catalog_product_entity_varchar', 'store_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE', NULL, 'canonmal_avastore', 'catalog_product_entity_varchar', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE', NULL, 'canonmal_avastore', 'catalog_product_entity_varchar', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PROD_ENTITY_VARCHAR_PROD_ENTITY', NULL, 'canonmal_avastore', 'catalog_product_entity_varchar', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_FLAT_1_ENTITY', NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav', 'store_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav', 'value', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_EAV_ATTRIBUTE', NULL, 'canonmal_avastore', 'catalog_product_index_eav', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_EAV_ENTITY', NULL, 'canonmal_avastore', 'catalog_product_index_eav', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_EAV_STORE', NULL, 'canonmal_avastore', 'catalog_product_index_eav', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal', 'store_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal', 'value', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_EAV_DECIMAL_ATTRIBUTE', NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_EAV_DECIMAL_ENTITY', NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_EAV_DECIMAL_STORE', NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_idx', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_idx', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_idx', 'store_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_idx', 'value', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_tmp', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_tmp', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_tmp', 'store_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_tmp', 'value', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav_idx', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav_idx', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav_idx', 'store_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav_idx', 'value', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav_tmp', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav_tmp', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav_tmp', 'store_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_eav_tmp', 'value', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price', 'customer_group_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_PRICE_CUSTOMER_GROUP', NULL, 'canonmal_avastore', 'catalog_product_index_price', 'customer_group_id', '1', '1', 'canonmal_avastore', 'customer_group', 'customer_group_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_PRICE_ENTITY', NULL, 'canonmal_avastore', 'catalog_product_index_price', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_PRICE_WEBSITE', NULL, 'canonmal_avastore', 'catalog_product_index_price', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_idx', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_idx', 'customer_group_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_idx', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_idx', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_idx', 'customer_group_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_idx', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_idx', 'option_id', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_tmp', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_tmp', 'customer_group_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_tmp', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_tmp', 'option_id', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_idx', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_idx', 'customer_group_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_idx', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_idx', 'option_id', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_idx', 'selection_id', '5', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_tmp', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_tmp', 'customer_group_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_tmp', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_tmp', 'option_id', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_tmp', 'selection_id', '5', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_tmp', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_tmp', 'customer_group_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_tmp', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_idx', 'parent_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_idx', 'child_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_idx', 'customer_group_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_idx', 'website_id', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_tmp', 'parent_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_tmp', 'child_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_tmp', 'customer_group_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_tmp', 'website_id', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_idx', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_idx', 'customer_group_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_idx', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_tmp', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_tmp', 'customer_group_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_tmp', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_idx', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_idx', 'customer_group_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_idx', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_tmp', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_tmp', 'customer_group_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_tmp', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_final_idx', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_final_idx', 'customer_group_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_final_idx', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_final_tmp', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_final_tmp', 'customer_group_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_final_tmp', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_idx', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_idx', 'customer_group_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_idx', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_idx', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_idx', 'customer_group_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_idx', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_idx', 'option_id', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_tmp', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_tmp', 'customer_group_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_tmp', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_tmp', 'option_id', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_idx', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_idx', 'customer_group_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_idx', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_tmp', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_tmp', 'customer_group_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_tmp', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_tmp', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_tmp', 'customer_group_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_price_tmp', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_tier_price', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_tier_price', 'customer_group_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_tier_price', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_TIER_PRICE_CUSTOMER', NULL, 'canonmal_avastore', 'catalog_product_index_tier_price', 'customer_group_id', '1', '1', 'canonmal_avastore', 'customer_group', 'customer_group_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_TIER_PRICE_ENTITY', NULL, 'canonmal_avastore', 'catalog_product_index_tier_price', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_TIER_PRICE_WEBSITE', NULL, 'canonmal_avastore', 'catalog_product_index_tier_price', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_index_website', 'website_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_WEBSITE', NULL, 'canonmal_avastore', 'catalog_product_index_website', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_link', 'link_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_UNIQUE', NULL, 'canonmal_avastore', 'catalog_product_link', 'link_type_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_UNIQUE', NULL, 'canonmal_avastore', 'catalog_product_link', 'product_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_UNIQUE', NULL, 'canonmal_avastore', 'catalog_product_link', 'linked_product_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_LINK_LINKED_PRODUCT', NULL, 'canonmal_avastore', 'catalog_product_link', 'linked_product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_LINK_PRODUCT', NULL, 'canonmal_avastore', 'catalog_product_link', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_LINK_TYPE', NULL, 'canonmal_avastore', 'catalog_product_link', 'link_type_id', '1', '1', 'canonmal_avastore', 'catalog_product_link_type', 'link_type_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_link_attribute', 'product_link_attribute_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_ATTRIBUTE_PRODUCT_LINK_TYPE', NULL, 'canonmal_avastore', 'catalog_product_link_attribute', 'link_type_id', '1', '1', 'canonmal_avastore', 'catalog_product_link_type', 'link_type_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_link_attribute_decimal', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_DECIMAL_LINK', NULL, 'canonmal_avastore', 'catalog_product_link_attribute_decimal', 'link_id', '1', '1', 'canonmal_avastore', 'catalog_product_link', 'link_id'),
(NULL, 'canonmal_avastore', 'FK_DECIMAL_PRODUCT_LINK_ATTRIBUTE', NULL, 'canonmal_avastore', 'catalog_product_link_attribute_decimal', 'product_link_attribute_id', '1', '1', 'canonmal_avastore', 'catalog_product_link_attribute', 'product_link_attribute_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_link_attribute_int', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_product_link_attribute_id_link_id', NULL, 'canonmal_avastore', 'catalog_product_link_attribute_int', 'product_link_attribute_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_product_link_attribute_id_link_id', NULL, 'canonmal_avastore', 'catalog_product_link_attribute_int', 'link_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_INT_PRODUCT_LINK', NULL, 'canonmal_avastore', 'catalog_product_link_attribute_int', 'link_id', '1', '1', 'canonmal_avastore', 'catalog_product_link', 'link_id'),
(NULL, 'canonmal_avastore', 'FK_INT_PRODUCT_LINK_ATTRIBUTE', NULL, 'canonmal_avastore', 'catalog_product_link_attribute_int', 'product_link_attribute_id', '1', '1', 'canonmal_avastore', 'catalog_product_link_attribute', 'product_link_attribute_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_link_attribute_varchar', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_VARCHAR_LINK', NULL, 'canonmal_avastore', 'catalog_product_link_attribute_varchar', 'link_id', '1', '1', 'canonmal_avastore', 'catalog_product_link', 'link_id'),
(NULL, 'canonmal_avastore', 'FK_VARCHAR_PRODUCT_LINK_ATTRIBUTE', NULL, 'canonmal_avastore', 'catalog_product_link_attribute_varchar', 'product_link_attribute_id', '1', '1', 'canonmal_avastore', 'catalog_product_link_attribute', 'product_link_attribute_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_link_type', 'link_type_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_option', 'option_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_OPTION_PRODUCT', NULL, 'canonmal_avastore', 'catalog_product_option', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_option_price', 'option_price_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_OPTION_STORE', NULL, 'canonmal_avastore', 'catalog_product_option_price', 'option_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_OPTION_STORE', NULL, 'canonmal_avastore', 'catalog_product_option_price', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_OPTION_PRICE_OPTION', NULL, 'canonmal_avastore', 'catalog_product_option_price', 'option_id', '1', '1', 'canonmal_avastore', 'catalog_product_option', 'option_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_OPTION_PRICE_STORE', NULL, 'canonmal_avastore', 'catalog_product_option_price', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_option_title', 'option_title_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_OPTION_STORE', NULL, 'canonmal_avastore', 'catalog_product_option_title', 'option_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_OPTION_STORE', NULL, 'canonmal_avastore', 'catalog_product_option_title', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_OPTION_TITLE_OPTION', NULL, 'canonmal_avastore', 'catalog_product_option_title', 'option_id', '1', '1', 'canonmal_avastore', 'catalog_product_option', 'option_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_OPTION_TITLE_STORE', NULL, 'canonmal_avastore', 'catalog_product_option_title', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_option_type_price', 'option_type_price_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_OPTION_TYPE_STORE', NULL, 'canonmal_avastore', 'catalog_product_option_type_price', 'option_type_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_OPTION_TYPE_STORE', NULL, 'canonmal_avastore', 'catalog_product_option_type_price', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_OPTION_TYPE_PRICE_OPTION', NULL, 'canonmal_avastore', 'catalog_product_option_type_price', 'option_type_id', '1', '1', 'canonmal_avastore', 'catalog_product_option_type_value', 'option_type_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_OPTION_TYPE_PRICE_STORE', NULL, 'canonmal_avastore', 'catalog_product_option_type_price', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_option_type_title', 'option_type_title_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_OPTION_TYPE_STORE', NULL, 'canonmal_avastore', 'catalog_product_option_type_title', 'option_type_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_OPTION_TYPE_STORE', NULL, 'canonmal_avastore', 'catalog_product_option_type_title', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_OPTION_TYPE_TITLE_OPTION', NULL, 'canonmal_avastore', 'catalog_product_option_type_title', 'option_type_id', '1', '1', 'canonmal_avastore', 'catalog_product_option_type_value', 'option_type_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_OPTION_TYPE_TITLE_STORE', NULL, 'canonmal_avastore', 'catalog_product_option_type_title', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_option_type_value', 'option_type_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_OPTION_TYPE_VALUE_OPTION', NULL, 'canonmal_avastore', 'catalog_product_option_type_value', 'option_id', '1', '1', 'canonmal_avastore', 'catalog_product_option', 'option_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_relation', 'parent_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_relation', 'child_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_RELATION_CHILD', NULL, 'canonmal_avastore', 'catalog_product_relation', 'child_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_RELATION_PARENT', NULL, 'canonmal_avastore', 'catalog_product_relation', 'parent_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_super_attribute', 'product_super_attribute_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_product_id_attribute_id', NULL, 'canonmal_avastore', 'catalog_product_super_attribute', 'product_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_product_id_attribute_id', NULL, 'canonmal_avastore', 'catalog_product_super_attribute', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SUPER_PRODUCT_ATTRIBUTE_PRODUCT', NULL, 'canonmal_avastore', 'catalog_product_super_attribute', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_super_attribute_label', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_STORE', NULL, 'canonmal_avastore', 'catalog_product_super_attribute_label', 'product_super_attribute_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_STORE', NULL, 'canonmal_avastore', 'catalog_product_super_attribute_label', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PROD_SUPER_ATTR_LABEL_ATTR', NULL, 'canonmal_avastore', 'catalog_product_super_attribute_label', 'product_super_attribute_id', '1', '1', 'canonmal_avastore', 'catalog_product_super_attribute', 'product_super_attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PROD_SUPER_ATTR_LABEL_STORE', NULL, 'canonmal_avastore', 'catalog_product_super_attribute_label', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_super_attribute_pricing', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_product_super_attribute_id_value_index_website_id', NULL, 'canonmal_avastore', 'catalog_product_super_attribute_pricing', 'product_super_attribute_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_product_super_attribute_id_value_index_website_id', NULL, 'canonmal_avastore', 'catalog_product_super_attribute_pricing', 'value_index', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_product_super_attribute_id_value_index_website_id', NULL, 'canonmal_avastore', 'catalog_product_super_attribute_pricing', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_SUPER_PRICE_WEBSITE', NULL, 'canonmal_avastore', 'catalog_product_super_attribute_pricing', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'FK_SUPER_PRODUCT_ATTRIBUTE_PRICING', NULL, 'canonmal_avastore', 'catalog_product_super_attribute_pricing', 'product_super_attribute_id', '1', '1', 'canonmal_avastore', 'catalog_product_super_attribute', 'product_super_attribute_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_super_link', 'link_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_product_id_parent_id', NULL, 'canonmal_avastore', 'catalog_product_super_link', 'product_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_product_id_parent_id', NULL, 'canonmal_avastore', 'catalog_product_super_link', 'parent_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SUPER_PRODUCT_LINK_ENTITY', NULL, 'canonmal_avastore', 'catalog_product_super_link', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_SUPER_PRODUCT_LINK_PARENT', NULL, 'canonmal_avastore', 'catalog_product_super_link', 'parent_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_website', 'product_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalog_product_website', 'website_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_WEBSITE_WEBSITE', NULL, 'canonmal_avastore', 'catalog_product_website', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_WEBSITE_PRODUCT_PRODUCT', NULL, 'canonmal_avastore', 'catalog_product_website', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalogindex_aggregation', 'aggregation_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_STORE_KEY', NULL, 'canonmal_avastore', 'catalogindex_aggregation', 'store_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_STORE_KEY', NULL, 'canonmal_avastore', 'catalogindex_aggregation', 'key', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOGINDEX_AGGREGATION_STORE', NULL, 'canonmal_avastore', 'catalogindex_aggregation', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalogindex_aggregation_tag', 'tag_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_CODE', NULL, 'canonmal_avastore', 'catalogindex_aggregation_tag', 'tag_code', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_AGGREGATION_TAG', NULL, 'canonmal_avastore', 'catalogindex_aggregation_to_tag', 'aggregation_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_AGGREGATION_TAG', NULL, 'canonmal_avastore', 'catalogindex_aggregation_to_tag', 'tag_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOGINDEX_AGGREGATION_TO_TAG_AGGREGATION', NULL, 'canonmal_avastore', 'catalogindex_aggregation_to_tag', 'aggregation_id', '1', '1', 'canonmal_avastore', 'catalogindex_aggregation', 'aggregation_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINDEX_AGGREGATION_TO_TAG_TAG', NULL, 'canonmal_avastore', 'catalogindex_aggregation_to_tag', 'tag_id', '1', '1', 'canonmal_avastore', 'catalogindex_aggregation_tag', 'tag_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalogindex_eav', 'store_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalogindex_eav', 'entity_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalogindex_eav', 'attribute_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalogindex_eav', 'value', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOGINDEX_EAV_ATTRIBUTE', NULL, 'canonmal_avastore', 'catalogindex_eav', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINDEX_EAV_ENTITY', NULL, 'canonmal_avastore', 'catalogindex_eav', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINDEX_EAV_STORE', NULL, 'canonmal_avastore', 'catalogindex_eav', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalogindex_minimal_price', 'index_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOGINDEX_MINIMAL_PRICE_CUSTOMER_GROUP', NULL, 'canonmal_avastore', 'catalogindex_minimal_price', 'customer_group_id', '1', '1', 'canonmal_avastore', 'customer_group', 'customer_group_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINDEX_MINIMAL_PRICE_ENTITY', NULL, 'canonmal_avastore', 'catalogindex_minimal_price', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CI_MINIMAL_PRICE_WEBSITE_ID', NULL, 'canonmal_avastore', 'catalogindex_minimal_price', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINDEX_PRICE_ATTRIBUTE', NULL, 'canonmal_avastore', 'catalogindex_price', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINDEX_PRICE_ENTITY', NULL, 'canonmal_avastore', 'catalogindex_price', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CI_PRICE_WEBSITE_ID', NULL, 'canonmal_avastore', 'catalogindex_price', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'cataloginventory_stock', 'stock_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'item_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_STOCK_PRODUCT', NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'product_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_STOCK_PRODUCT', NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'stock_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOGINVENTORY_STOCK_ITEM_PRODUCT', NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINVENTORY_STOCK_ITEM_STOCK', NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'stock_id', '1', '1', 'canonmal_avastore', 'cataloginventory_stock', 'stock_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'cataloginventory_stock_status', 'product_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'cataloginventory_stock_status', 'website_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'cataloginventory_stock_status', 'stock_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOGINVENTORY_STOCK_STATUS_PRODUCT', NULL, 'canonmal_avastore', 'cataloginventory_stock_status', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINVENTORY_STOCK_STATUS_STOCK', NULL, 'canonmal_avastore', 'cataloginventory_stock_status', 'stock_id', '1', '1', 'canonmal_avastore', 'cataloginventory_stock', 'stock_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINVENTORY_STOCK_STATUS_WEBSITE', NULL, 'canonmal_avastore', 'cataloginventory_stock_status', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'cataloginventory_stock_status_idx', 'product_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'cataloginventory_stock_status_idx', 'website_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'cataloginventory_stock_status_idx', 'stock_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'cataloginventory_stock_status_tmp', 'product_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'cataloginventory_stock_status_tmp', 'website_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'cataloginventory_stock_status_tmp', 'stock_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalogrule', 'rule_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalogrule_affected_product', 'product_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalogrule_group_website', 'rule_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalogrule_group_website', 'customer_group_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalogrule_group_website', 'website_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOGRULE_GROUP_WEBSITE_GROUP', NULL, 'canonmal_avastore', 'catalogrule_group_website', 'customer_group_id', '1', '1', 'canonmal_avastore', 'customer_group', 'customer_group_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOGRULE_GROUP_WEBSITE_RULE', NULL, 'canonmal_avastore', 'catalogrule_group_website', 'rule_id', '1', '1', 'canonmal_avastore', 'catalogrule', 'rule_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOGRULE_GROUP_WEBSITE_WEBSITE', NULL, 'canonmal_avastore', 'catalogrule_group_website', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalogrule_product', 'rule_product_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'sort_order', NULL, 'canonmal_avastore', 'catalogrule_product', 'rule_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'sort_order', NULL, 'canonmal_avastore', 'catalogrule_product', 'from_time', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'sort_order', NULL, 'canonmal_avastore', 'catalogrule_product', 'to_time', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'sort_order', NULL, 'canonmal_avastore', 'catalogrule_product', 'website_id', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'sort_order', NULL, 'canonmal_avastore', 'catalogrule_product', 'customer_group_id', '5', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'sort_order', NULL, 'canonmal_avastore', 'catalogrule_product', 'product_id', '6', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'sort_order', NULL, 'canonmal_avastore', 'catalogrule_product', 'sort_order', '7', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_catalogrule_product_customergroup', NULL, 'canonmal_avastore', 'catalogrule_product', 'customer_group_id', '1', '1', 'canonmal_avastore', 'customer_group', 'customer_group_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOGRULE_PRODUCT_PRODUCT', NULL, 'canonmal_avastore', 'catalogrule_product', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_catalogrule_product_rule', NULL, 'canonmal_avastore', 'catalogrule_product', 'rule_id', '1', '1', 'canonmal_avastore', 'catalogrule', 'rule_id'),
(NULL, 'canonmal_avastore', 'FK_catalogrule_product_website', NULL, 'canonmal_avastore', 'catalogrule_product', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalogrule_product_price', 'rule_product_price_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'rule_date', NULL, 'canonmal_avastore', 'catalogrule_product_price', 'rule_date', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'rule_date', NULL, 'canonmal_avastore', 'catalogrule_product_price', 'website_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'rule_date', NULL, 'canonmal_avastore', 'catalogrule_product_price', 'customer_group_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'rule_date', NULL, 'canonmal_avastore', 'catalogrule_product_price', 'product_id', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_catalogrule_product_price_customergroup', NULL, 'canonmal_avastore', 'catalogrule_product_price', 'customer_group_id', '1', '1', 'canonmal_avastore', 'customer_group', 'customer_group_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOGRULE_PRODUCT_PRICE_PRODUCT', NULL, 'canonmal_avastore', 'catalogrule_product_price', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_catalogrule_product_price_website', NULL, 'canonmal_avastore', 'catalogrule_product_price', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalogsearch_fulltext', 'product_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalogsearch_fulltext', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalogsearch_query', 'query_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOGSEARCH_QUERY_STORE', NULL, 'canonmal_avastore', 'catalogsearch_query', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalogsearch_result', 'query_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'catalogsearch_result', 'product_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOGSEARCH_RESULT_CATALOG_PRODUCT', NULL, 'canonmal_avastore', 'catalogsearch_result', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOGSEARCH_RESULT_QUERY', NULL, 'canonmal_avastore', 'catalogsearch_result', 'query_id', '1', '1', 'canonmal_avastore', 'catalogsearch_query', 'query_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'checkout_agreement', 'agreement_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'agreement_id', NULL, 'canonmal_avastore', 'checkout_agreement_store', 'agreement_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'agreement_id', NULL, 'canonmal_avastore', 'checkout_agreement_store', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CHECKOUT_AGREEMENT', NULL, 'canonmal_avastore', 'checkout_agreement_store', 'agreement_id', '1', '1', 'canonmal_avastore', 'checkout_agreement', 'agreement_id'),
(NULL, 'canonmal_avastore', 'FK_CHECKOUT_AGREEMENT_STORE', NULL, 'canonmal_avastore', 'checkout_agreement_store', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'cms_block', 'block_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'cms_block_store', 'block_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'cms_block_store', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CMS_BLOCK_STORE_BLOCK', NULL, 'canonmal_avastore', 'cms_block_store', 'block_id', '1', '1', 'canonmal_avastore', 'cms_block', 'block_id'),
(NULL, 'canonmal_avastore', 'FK_CMS_BLOCK_STORE_STORE', NULL, 'canonmal_avastore', 'cms_block_store', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'cms_page', 'page_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'cms_page_store', 'page_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'cms_page_store', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CMS_PAGE_STORE_PAGE', NULL, 'canonmal_avastore', 'cms_page_store', 'page_id', '1', '1', 'canonmal_avastore', 'cms_page', 'page_id'),
(NULL, 'canonmal_avastore', 'FK_CMS_PAGE_STORE_STORE', NULL, 'canonmal_avastore', 'cms_page_store', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'cmssearch_fulltext', 'page_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'cmssearch_fulltext', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'cmssearch_result', 'query_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'cmssearch_result', 'page_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CMSSEARCH_RESULT_QUERY', NULL, 'canonmal_avastore', 'cmssearch_result', 'query_id', '1', '1', 'canonmal_avastore', 'catalogsearch_query', 'query_id'),
(NULL, 'canonmal_avastore', 'FK_CMSSEARCH_RESULT_CATALOG_PRODUCT', NULL, 'canonmal_avastore', 'cmssearch_result', 'page_id', '1', '1', 'canonmal_avastore', 'cms_page', 'page_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'core_cache', 'id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'core_cache_option', 'code', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'core_cache_tag', 'tag', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'core_cache_tag', 'cache_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'core_config_data', 'config_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'config_scope', NULL, 'canonmal_avastore', 'core_config_data', 'scope', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'config_scope', NULL, 'canonmal_avastore', 'core_config_data', 'scope_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'config_scope', NULL, 'canonmal_avastore', 'core_config_data', 'path', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'core_email_template', 'template_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'template_code', NULL, 'canonmal_avastore', 'core_email_template', 'template_code', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'core_flag', 'flag_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'core_layout_link', 'layout_link_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'store_id', NULL, 'canonmal_avastore', 'core_layout_link', 'store_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'store_id', NULL, 'canonmal_avastore', 'core_layout_link', 'package', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'store_id', NULL, 'canonmal_avastore', 'core_layout_link', 'theme', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'store_id', NULL, 'canonmal_avastore', 'core_layout_link', 'layout_update_id', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CORE_LAYOUT_LINK_STORE', NULL, 'canonmal_avastore', 'core_layout_link', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'FK_CORE_LAYOUT_LINK_UPDATE', NULL, 'canonmal_avastore', 'core_layout_link', 'layout_update_id', '1', '1', 'canonmal_avastore', 'core_layout_update', 'layout_update_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'core_layout_update', 'layout_update_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'core_resource', 'code', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'core_session', 'session_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SESSION_WEBSITE', NULL, 'canonmal_avastore', 'core_session', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'core_store', 'store_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'code', NULL, 'canonmal_avastore', 'core_store', 'code', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_STORE_GROUP_STORE', NULL, 'canonmal_avastore', 'core_store', 'group_id', '1', '1', 'canonmal_avastore', 'core_store_group', 'group_id'),
(NULL, 'canonmal_avastore', 'FK_STORE_WEBSITE', NULL, 'canonmal_avastore', 'core_store', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'core_store_group', 'group_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_STORE_GROUP_WEBSITE', NULL, 'canonmal_avastore', 'core_store_group', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'core_translate', 'key_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_CODE', NULL, 'canonmal_avastore', 'core_translate', 'store_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_CODE', NULL, 'canonmal_avastore', 'core_translate', 'locale', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_CODE', NULL, 'canonmal_avastore', 'core_translate', 'string', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CORE_TRANSLATE_STORE', NULL, 'canonmal_avastore', 'core_translate', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'core_url_rewrite', 'url_rewrite_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_REQUEST_PATH', NULL, 'canonmal_avastore', 'core_url_rewrite', 'request_path', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_REQUEST_PATH', NULL, 'canonmal_avastore', 'core_url_rewrite', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PATH', NULL, 'canonmal_avastore', 'core_url_rewrite', 'id_path', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PATH', NULL, 'canonmal_avastore', 'core_url_rewrite', 'is_system', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PATH', NULL, 'canonmal_avastore', 'core_url_rewrite', 'store_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CORE_URL_REWRITE_CATEGORY', NULL, 'canonmal_avastore', 'core_url_rewrite', 'category_id', '1', '1', 'canonmal_avastore', 'catalog_category_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CORE_URL_REWRITE_PRODUCT', NULL, 'canonmal_avastore', 'core_url_rewrite', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CORE_URL_REWRITE_STORE', NULL, 'canonmal_avastore', 'core_url_rewrite', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'core_variable', 'variable_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_CODE', NULL, 'canonmal_avastore', 'core_variable', 'code', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'core_variable_value', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_VARIABLE_STORE', NULL, 'canonmal_avastore', 'core_variable_value', 'variable_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_VARIABLE_STORE', NULL, 'canonmal_avastore', 'core_variable_value', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CORE_VARIABLE_VALUE_STORE_ID', NULL, 'canonmal_avastore', 'core_variable_value', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'FK_CORE_VARIABLE_VALUE_VARIABLE_ID', NULL, 'canonmal_avastore', 'core_variable_value', 'variable_id', '1', '1', 'canonmal_avastore', 'core_variable', 'variable_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'core_website', 'website_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'code', NULL, 'canonmal_avastore', 'core_website', 'code', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'coupon_aggregated', 'id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_COUPON_AGGREGATED_PSOC', NULL, 'canonmal_avastore', 'coupon_aggregated', 'period', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_COUPON_AGGREGATED_PSOC', NULL, 'canonmal_avastore', 'coupon_aggregated', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_COUPON_AGGREGATED_PSOC', NULL, 'canonmal_avastore', 'coupon_aggregated', 'order_status', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_COUPON_AGGREGATED_PSOC', NULL, 'canonmal_avastore', 'coupon_aggregated', 'coupon_code', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALESTRULE_COUPON_AGGREGATED_STORE', NULL, 'canonmal_avastore', 'coupon_aggregated', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'coupon_aggregated_order', 'id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_COUPON_AGGREGATED_ORDER_PSOC', NULL, 'canonmal_avastore', 'coupon_aggregated_order', 'period', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_COUPON_AGGREGATED_ORDER_PSOC', NULL, 'canonmal_avastore', 'coupon_aggregated_order', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_COUPON_AGGREGATED_ORDER_PSOC', NULL, 'canonmal_avastore', 'coupon_aggregated_order', 'order_status', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_COUPON_AGGREGATED_ORDER_PSOC', NULL, 'canonmal_avastore', 'coupon_aggregated_order', 'coupon_code', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALESTRULE_COUPON_AGGREGATED_ORDER_STORE', NULL, 'canonmal_avastore', 'coupon_aggregated_order', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'cron_schedule', 'schedule_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'customer_address_entity', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_CUSTOMER_ID', NULL, 'canonmal_avastore', 'customer_address_entity', 'parent_id', '1', '1', 'canonmal_avastore', 'customer_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'customer_address_entity_datetime', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'customer_address_entity_datetime', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'customer_address_entity_datetime', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_DATETIME_ATTRIBUTE', NULL, 'canonmal_avastore', 'customer_address_entity_datetime', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_DATETIME_ENTITY', NULL, 'canonmal_avastore', 'customer_address_entity_datetime', 'entity_id', '1', '1', 'canonmal_avastore', 'customer_address_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_DATETIME_ENTITY_TYPE', NULL, 'canonmal_avastore', 'customer_address_entity_datetime', 'entity_type_id', '1', '1', 'canonmal_avastore', 'eav_entity_type', 'entity_type_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'customer_address_entity_decimal', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'customer_address_entity_decimal', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'customer_address_entity_decimal', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_DECIMAL_ATTRIBUTE', NULL, 'canonmal_avastore', 'customer_address_entity_decimal', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_DECIMAL_ENTITY', NULL, 'canonmal_avastore', 'customer_address_entity_decimal', 'entity_id', '1', '1', 'canonmal_avastore', 'customer_address_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_DECIMAL_ENTITY_TYPE', NULL, 'canonmal_avastore', 'customer_address_entity_decimal', 'entity_type_id', '1', '1', 'canonmal_avastore', 'eav_entity_type', 'entity_type_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'customer_address_entity_int', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'customer_address_entity_int', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'customer_address_entity_int', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_INT_ATTRIBUTE', NULL, 'canonmal_avastore', 'customer_address_entity_int', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_INT_ENTITY', NULL, 'canonmal_avastore', 'customer_address_entity_int', 'entity_id', '1', '1', 'canonmal_avastore', 'customer_address_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_INT_ENTITY_TYPE', NULL, 'canonmal_avastore', 'customer_address_entity_int', 'entity_type_id', '1', '1', 'canonmal_avastore', 'eav_entity_type', 'entity_type_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'customer_address_entity_text', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'customer_address_entity_text', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'customer_address_entity_text', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_TEXT_ATTRIBUTE', NULL, 'canonmal_avastore', 'customer_address_entity_text', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_TEXT_ENTITY', NULL, 'canonmal_avastore', 'customer_address_entity_text', 'entity_id', '1', '1', 'canonmal_avastore', 'customer_address_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_TEXT_ENTITY_TYPE', NULL, 'canonmal_avastore', 'customer_address_entity_text', 'entity_type_id', '1', '1', 'canonmal_avastore', 'eav_entity_type', 'entity_type_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'customer_address_entity_varchar', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'customer_address_entity_varchar', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'customer_address_entity_varchar', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_VARCHAR_ATTRIBUTE', NULL, 'canonmal_avastore', 'customer_address_entity_varchar', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_VARCHAR_ENTITY', NULL, 'canonmal_avastore', 'customer_address_entity_varchar', 'entity_id', '1', '1', 'canonmal_avastore', 'customer_address_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_VARCHAR_ENTITY_TYPE', NULL, 'canonmal_avastore', 'customer_address_entity_varchar', 'entity_type_id', '1', '1', 'canonmal_avastore', 'eav_entity_type', 'entity_type_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'customer_eav_attribute', 'attribute_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_EAV_ATTRIBUTE_ID', NULL, 'canonmal_avastore', 'customer_eav_attribute', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'customer_eav_attribute_website', 'attribute_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'customer_eav_attribute_website', 'website_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CUST_EAV_ATTR_WEBST_ATTR_EAV_ATTR', NULL, 'canonmal_avastore', 'customer_eav_attribute_website', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CUST_EAV_ATTR_WEBST_WEBST_CORE_WEBST', NULL, 'canonmal_avastore', 'customer_eav_attribute_website', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'customer_entity', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ENTITY_STORE', NULL, 'canonmal_avastore', 'customer_entity', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_WEBSITE', NULL, 'canonmal_avastore', 'customer_entity', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'customer_entity_datetime', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'customer_entity_datetime', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'customer_entity_datetime', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_DATETIME_ATTRIBUTE', NULL, 'canonmal_avastore', 'customer_entity_datetime', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_DATETIME_ENTITY', NULL, 'canonmal_avastore', 'customer_entity_datetime', 'entity_id', '1', '1', 'canonmal_avastore', 'customer_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_DATETIME_ENTITY_TYPE', NULL, 'canonmal_avastore', 'customer_entity_datetime', 'entity_type_id', '1', '1', 'canonmal_avastore', 'eav_entity_type', 'entity_type_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'customer_entity_decimal', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'customer_entity_decimal', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'customer_entity_decimal', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_DECIMAL_ATTRIBUTE', NULL, 'canonmal_avastore', 'customer_entity_decimal', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_DECIMAL_ENTITY', NULL, 'canonmal_avastore', 'customer_entity_decimal', 'entity_id', '1', '1', 'canonmal_avastore', 'customer_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_DECIMAL_ENTITY_TYPE', NULL, 'canonmal_avastore', 'customer_entity_decimal', 'entity_type_id', '1', '1', 'canonmal_avastore', 'eav_entity_type', 'entity_type_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'customer_entity_int', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'customer_entity_int', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'customer_entity_int', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_INT_ATTRIBUTE', NULL, 'canonmal_avastore', 'customer_entity_int', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_INT_ENTITY', NULL, 'canonmal_avastore', 'customer_entity_int', 'entity_id', '1', '1', 'canonmal_avastore', 'customer_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_INT_ENTITY_TYPE', NULL, 'canonmal_avastore', 'customer_entity_int', 'entity_type_id', '1', '1', 'canonmal_avastore', 'eav_entity_type', 'entity_type_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'customer_entity_text', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'customer_entity_text', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'customer_entity_text', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_TEXT_ATTRIBUTE', NULL, 'canonmal_avastore', 'customer_entity_text', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_TEXT_ENTITY', NULL, 'canonmal_avastore', 'customer_entity_text', 'entity_id', '1', '1', 'canonmal_avastore', 'customer_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_TEXT_ENTITY_TYPE', NULL, 'canonmal_avastore', 'customer_entity_text', 'entity_type_id', '1', '1', 'canonmal_avastore', 'eav_entity_type', 'entity_type_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'customer_entity_varchar', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'customer_entity_varchar', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'customer_entity_varchar', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_VARCHAR_ATTRIBUTE', NULL, 'canonmal_avastore', 'customer_entity_varchar', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_VARCHAR_ENTITY', NULL, 'canonmal_avastore', 'customer_entity_varchar', 'entity_id', '1', '1', 'canonmal_avastore', 'customer_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_VARCHAR_ENTITY_TYPE', NULL, 'canonmal_avastore', 'customer_entity_varchar', 'entity_type_id', '1', '1', 'canonmal_avastore', 'eav_entity_type', 'entity_type_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'customer_form_attribute', 'form_code', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'customer_form_attribute', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_FORM_ATTRIBUTE_ATTRIBUTE', NULL, 'canonmal_avastore', 'customer_form_attribute', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'customer_group', 'customer_group_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'dataflow_batch', 'batch_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_DATAFLOW_BATCH_PROFILE', NULL, 'canonmal_avastore', 'dataflow_batch', 'profile_id', '1', '1', 'canonmal_avastore', 'dataflow_profile', 'profile_id'),
(NULL, 'canonmal_avastore', 'FK_DATAFLOW_BATCH_STORE', NULL, 'canonmal_avastore', 'dataflow_batch', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'dataflow_batch_export', 'batch_export_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_DATAFLOW_BATCH_EXPORT_BATCH', NULL, 'canonmal_avastore', 'dataflow_batch_export', 'batch_id', '1', '1', 'canonmal_avastore', 'dataflow_batch', 'batch_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'dataflow_batch_import', 'batch_import_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_DATAFLOW_BATCH_IMPORT_BATCH', NULL, 'canonmal_avastore', 'dataflow_batch_import', 'batch_id', '1', '1', 'canonmal_avastore', 'dataflow_batch', 'batch_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'dataflow_import_data', 'import_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_dataflow_import_data', NULL, 'canonmal_avastore', 'dataflow_import_data', 'session_id', '1', '1', 'canonmal_avastore', 'dataflow_session', 'session_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'dataflow_profile', 'profile_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'dataflow_profile_history', 'history_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_dataflow_profile_history', NULL, 'canonmal_avastore', 'dataflow_profile_history', 'profile_id', '1', '1', 'canonmal_avastore', 'dataflow_profile', 'profile_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'dataflow_session', 'session_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'debug_log', 'logid', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'design_change', 'design_change_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_DESIGN_CHANGE_STORE', NULL, 'canonmal_avastore', 'design_change', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'directory_country', 'country_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'directory_country_format', 'country_format_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'country_type', NULL, 'canonmal_avastore', 'directory_country_format', 'country_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'country_type', NULL, 'canonmal_avastore', 'directory_country_format', 'type', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'directory_country_region', 'region_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'directory_country_region_name', 'locale', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'directory_country_region_name', 'region_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_DIRECTORY_REGION_NAME_REGION', NULL, 'canonmal_avastore', 'directory_country_region_name', 'region_id', '1', '1', 'canonmal_avastore', 'directory_country_region', 'region_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'directory_currency_rate', 'currency_from', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'directory_currency_rate', 'currency_to', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'downloadable_link', 'link_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_DOWNLODABLE_LINK_PRODUCT', NULL, 'canonmal_avastore', 'downloadable_link', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'downloadable_link_price', 'price_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_DOWNLOADABLE_LINK_PRICE_LINK', NULL, 'canonmal_avastore', 'downloadable_link_price', 'link_id', '1', '1', 'canonmal_avastore', 'downloadable_link', 'link_id'),
(NULL, 'canonmal_avastore', 'FK_DOWNLOADABLE_LINK_PRICE_WEBSITE', NULL, 'canonmal_avastore', 'downloadable_link_price', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'downloadable_link_purchased', 'purchased_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_DOWNLOADABLE_LINK_ORDER_ID', NULL, 'canonmal_avastore', 'downloadable_link_purchased', 'order_id', '1', '1', 'canonmal_avastore', 'sales_flat_order', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', 'item_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_DOWNLOADABLE_LINK_ORDER_ITEM_ID', NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', 'order_item_id', '1', '1', 'canonmal_avastore', 'sales_flat_order_item', 'item_id'),
(NULL, 'canonmal_avastore', 'FK_DOWNLOADABLE_LINK_PURCHASED_ID', NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', 'purchased_id', '1', '1', 'canonmal_avastore', 'downloadable_link_purchased', 'purchased_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'downloadable_link_title', 'title_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_LINK_TITLE_STORE', NULL, 'canonmal_avastore', 'downloadable_link_title', 'link_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_LINK_TITLE_STORE', NULL, 'canonmal_avastore', 'downloadable_link_title', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_DOWNLOADABLE_LINK_TITLE_LINK', NULL, 'canonmal_avastore', 'downloadable_link_title', 'link_id', '1', '1', 'canonmal_avastore', 'downloadable_link', 'link_id'),
(NULL, 'canonmal_avastore', 'FK_DOWNLOADABLE_LINK_TITLE_STORE', NULL, 'canonmal_avastore', 'downloadable_link_title', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'downloadable_sample', 'sample_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_DOWNLODABLE_SAMPLE_PRODUCT', NULL, 'canonmal_avastore', 'downloadable_sample', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'downloadable_sample_title', 'title_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_SAMPLE_TITLE_STORE', NULL, 'canonmal_avastore', 'downloadable_sample_title', 'sample_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_SAMPLE_TITLE_STORE', NULL, 'canonmal_avastore', 'downloadable_sample_title', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_DOWNLOADABLE_SAMPLE_TITLE_SAMPLE', NULL, 'canonmal_avastore', 'downloadable_sample_title', 'sample_id', '1', '1', 'canonmal_avastore', 'downloadable_sample', 'sample_id'),
(NULL, 'canonmal_avastore', 'FK_DOWNLOADABLE_SAMPLE_TITLE_STORE', NULL, 'canonmal_avastore', 'downloadable_sample_title', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'eav_attribute', 'attribute_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'entity_type_id', NULL, 'canonmal_avastore', 'eav_attribute', 'entity_type_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'entity_type_id', NULL, 'canonmal_avastore', 'eav_attribute', 'attribute_code', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_eav_attribute', NULL, 'canonmal_avastore', 'eav_attribute', 'entity_type_id', '1', '1', 'canonmal_avastore', 'eav_entity_type', 'entity_type_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'eav_attribute_group', 'attribute_group_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'attribute_set_id', NULL, 'canonmal_avastore', 'eav_attribute_group', 'attribute_set_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'attribute_set_id', NULL, 'canonmal_avastore', 'eav_attribute_group', 'attribute_group_name', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_eav_attribute_group', NULL, 'canonmal_avastore', 'eav_attribute_group', 'attribute_set_id', '1', '1', 'canonmal_avastore', 'eav_attribute_set', 'attribute_set_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'eav_attribute_label', 'attribute_label_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_ATTRIBUTE_LABEL_ATTRIBUTE', NULL, 'canonmal_avastore', 'eav_attribute_label', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_ATTRIBUTE_LABEL_STORE', NULL, 'canonmal_avastore', 'eav_attribute_label', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'eav_attribute_option', 'option_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_ATTRIBUTE_OPTION_ATTRIBUTE', NULL, 'canonmal_avastore', 'eav_attribute_option', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'eav_attribute_option_value', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_ATTRIBUTE_OPTION_VALUE_OPTION', NULL, 'canonmal_avastore', 'eav_attribute_option_value', 'option_id', '1', '1', 'canonmal_avastore', 'eav_attribute_option', 'option_id'),
(NULL, 'canonmal_avastore', 'FK_ATTRIBUTE_OPTION_VALUE_STORE', NULL, 'canonmal_avastore', 'eav_attribute_option_value', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'eav_attribute_set', 'attribute_set_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'entity_type_id', NULL, 'canonmal_avastore', 'eav_attribute_set', 'entity_type_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'entity_type_id', NULL, 'canonmal_avastore', 'eav_attribute_set', 'attribute_set_name', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_eav_attribute_set', NULL, 'canonmal_avastore', 'eav_attribute_set', 'entity_type_id', '1', '1', 'canonmal_avastore', 'eav_entity_type', 'entity_type_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'eav_entity', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_eav_entity', NULL, 'canonmal_avastore', 'eav_entity', 'entity_type_id', '1', '1', 'canonmal_avastore', 'eav_entity_type', 'entity_type_id'),
(NULL, 'canonmal_avastore', 'FK_eav_entity_store', NULL, 'canonmal_avastore', 'eav_entity', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'eav_entity_attribute', 'entity_attribute_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'attribute_set_id_2', NULL, 'canonmal_avastore', 'eav_entity_attribute', 'attribute_set_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'attribute_set_id_2', NULL, 'canonmal_avastore', 'eav_entity_attribute', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'attribute_group_id', NULL, 'canonmal_avastore', 'eav_entity_attribute', 'attribute_group_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'attribute_group_id', NULL, 'canonmal_avastore', 'eav_entity_attribute', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE', NULL, 'canonmal_avastore', 'eav_entity_attribute', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_ATTRIBUTE_GROUP', NULL, 'canonmal_avastore', 'eav_entity_attribute', 'attribute_group_id', '1', '1', 'canonmal_avastore', 'eav_attribute_group', 'attribute_group_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'eav_entity_datetime', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'eav_entity_datetime', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'eav_entity_datetime', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'eav_entity_datetime', 'store_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_DATETIME_ENTITY', NULL, 'canonmal_avastore', 'eav_entity_datetime', 'entity_id', '1', '1', 'canonmal_avastore', 'eav_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_DATETIME_ENTITY_TYPE', NULL, 'canonmal_avastore', 'eav_entity_datetime', 'entity_type_id', '1', '1', 'canonmal_avastore', 'eav_entity_type', 'entity_type_id'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_DATETIME_STORE', NULL, 'canonmal_avastore', 'eav_entity_datetime', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'eav_entity_decimal', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'eav_entity_decimal', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'eav_entity_decimal', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'eav_entity_decimal', 'store_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_DECIMAL_ENTITY', NULL, 'canonmal_avastore', 'eav_entity_decimal', 'entity_id', '1', '1', 'canonmal_avastore', 'eav_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_DECIMAL_ENTITY_TYPE', NULL, 'canonmal_avastore', 'eav_entity_decimal', 'entity_type_id', '1', '1', 'canonmal_avastore', 'eav_entity_type', 'entity_type_id'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_DECIMAL_STORE', NULL, 'canonmal_avastore', 'eav_entity_decimal', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'eav_entity_int', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'eav_entity_int', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'eav_entity_int', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'eav_entity_int', 'store_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_INT_ENTITY', NULL, 'canonmal_avastore', 'eav_entity_int', 'entity_id', '1', '1', 'canonmal_avastore', 'eav_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_INT_ENTITY_TYPE', NULL, 'canonmal_avastore', 'eav_entity_int', 'entity_type_id', '1', '1', 'canonmal_avastore', 'eav_entity_type', 'entity_type_id'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_INT_STORE', NULL, 'canonmal_avastore', 'eav_entity_int', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'eav_entity_store', 'entity_store_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_eav_entity_store_entity_type', NULL, 'canonmal_avastore', 'eav_entity_store', 'entity_type_id', '1', '1', 'canonmal_avastore', 'eav_entity_type', 'entity_type_id'),
(NULL, 'canonmal_avastore', 'FK_eav_entity_store_store', NULL, 'canonmal_avastore', 'eav_entity_store', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'eav_entity_text', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'eav_entity_text', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'eav_entity_text', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'eav_entity_text', 'store_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_TEXT_ENTITY', NULL, 'canonmal_avastore', 'eav_entity_text', 'entity_id', '1', '1', 'canonmal_avastore', 'eav_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_TEXT_ENTITY_TYPE', NULL, 'canonmal_avastore', 'eav_entity_text', 'entity_type_id', '1', '1', 'canonmal_avastore', 'eav_entity_type', 'entity_type_id'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_TEXT_STORE', NULL, 'canonmal_avastore', 'eav_entity_text', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'eav_entity_type', 'entity_type_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'eav_entity_varchar', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'eav_entity_varchar', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'eav_entity_varchar', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', NULL, 'canonmal_avastore', 'eav_entity_varchar', 'store_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_VARCHAR_ENTITY', NULL, 'canonmal_avastore', 'eav_entity_varchar', 'entity_id', '1', '1', 'canonmal_avastore', 'eav_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_VARCHAR_ENTITY_TYPE', NULL, 'canonmal_avastore', 'eav_entity_varchar', 'entity_type_id', '1', '1', 'canonmal_avastore', 'eav_entity_type', 'entity_type_id'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_VARCHAR_STORE', NULL, 'canonmal_avastore', 'eav_entity_varchar', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'eav_form_element', 'element_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_FORM_ATTRIBUTE', NULL, 'canonmal_avastore', 'eav_form_element', 'type_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_FORM_ATTRIBUTE', NULL, 'canonmal_avastore', 'eav_form_element', 'attribute_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_EAV_FORM_ELEMENT_ATTRIBUTE', NULL, 'canonmal_avastore', 'eav_form_element', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_EAV_FORM_ELEMENT_FORM_FIELDSET', NULL, 'canonmal_avastore', 'eav_form_element', 'fieldset_id', '1', '1', 'canonmal_avastore', 'eav_form_fieldset', 'fieldset_id'),
(NULL, 'canonmal_avastore', 'FK_EAV_FORM_ELEMENT_FORM_TYPE', NULL, 'canonmal_avastore', 'eav_form_element', 'type_id', '1', '1', 'canonmal_avastore', 'eav_form_type', 'type_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'eav_form_fieldset', 'fieldset_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_FORM_FIELDSET_CODE', NULL, 'canonmal_avastore', 'eav_form_fieldset', 'type_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_FORM_FIELDSET_CODE', NULL, 'canonmal_avastore', 'eav_form_fieldset', 'code', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_EAV_FORM_FIELDSET_FORM_TYPE', NULL, 'canonmal_avastore', 'eav_form_fieldset', 'type_id', '1', '1', 'canonmal_avastore', 'eav_form_type', 'type_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'eav_form_fieldset_label', 'fieldset_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'eav_form_fieldset_label', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_EAV_FORM_FIELDSET_LABEL_FORM_FIELDSET', NULL, 'canonmal_avastore', 'eav_form_fieldset_label', 'fieldset_id', '1', '1', 'canonmal_avastore', 'eav_form_fieldset', 'fieldset_id'),
(NULL, 'canonmal_avastore', 'FK_EAV_FORM_FIELDSET_LABEL_STORE', NULL, 'canonmal_avastore', 'eav_form_fieldset_label', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'eav_form_type', 'type_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_FORM_TYPE_CODE', NULL, 'canonmal_avastore', 'eav_form_type', 'code', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_FORM_TYPE_CODE', NULL, 'canonmal_avastore', 'eav_form_type', 'theme', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_FORM_TYPE_CODE', NULL, 'canonmal_avastore', 'eav_form_type', 'store_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_EAV_FORM_TYPE_STORE', NULL, 'canonmal_avastore', 'eav_form_type', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'eav_form_type_entity', 'type_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'eav_form_type_entity', 'entity_type_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_EAV_FORM_TYPE_ENTITY_ENTITY_TYPE', NULL, 'canonmal_avastore', 'eav_form_type_entity', 'entity_type_id', '1', '1', 'canonmal_avastore', 'eav_entity_type', 'entity_type_id'),
(NULL, 'canonmal_avastore', 'FK_EAV_FORM_TYPE_ENTITY_FORM_TYPE', NULL, 'canonmal_avastore', 'eav_form_type_entity', 'type_id', '1', '1', 'canonmal_avastore', 'eav_form_type', 'type_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'engage_identifiers', 'engage_identifier_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'find_feed_import_codes', 'code_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'gift_message', 'gift_message_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'googlebase_attributes', 'id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'GOOGLEBASE_ATTRIBUTES_ATTRIBUTE_ID', NULL, 'canonmal_avastore', 'googlebase_attributes', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'GOOGLEBASE_ATTRIBUTES_TYPE_ID', NULL, 'canonmal_avastore', 'googlebase_attributes', 'type_id', '1', '1', 'canonmal_avastore', 'googlebase_types', 'type_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'googlebase_items', 'item_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'GOOGLEBASE_ITEMS_PRODUCT_ID', NULL, 'canonmal_avastore', 'googlebase_items', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'GOOGLEBASE_ITEMS_STORE_ID', NULL, 'canonmal_avastore', 'googlebase_items', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'googlebase_types', 'type_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'GOOGLEBASE_TYPES_ATTRIBUTE_SET_ID', NULL, 'canonmal_avastore', 'googlebase_types', 'attribute_set_id', '1', '1', 'canonmal_avastore', 'eav_attribute_set', 'attribute_set_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'googlecheckout_api_debug', 'debug_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'googlecheckout_notification', 'serial_number', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'googleoptimizer_code', 'code_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_GOOGLEOPTIMIZER_CODE_STORE', NULL, 'canonmal_avastore', 'googleoptimizer_code', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'importexport_importdata', 'id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'index_event', 'event_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_UNIQUE_EVENT', NULL, 'canonmal_avastore', 'index_event', 'type', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_UNIQUE_EVENT', NULL, 'canonmal_avastore', 'index_event', 'entity', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_UNIQUE_EVENT', NULL, 'canonmal_avastore', 'index_event', 'entity_pk', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'index_process', 'process_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_CODE', NULL, 'canonmal_avastore', 'index_process', 'indexer_code', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'index_process_event', 'process_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'index_process_event', 'event_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_INDEX_EVNT_PROCESS', NULL, 'canonmal_avastore', 'index_process_event', 'event_id', '1', '1', 'canonmal_avastore', 'index_event', 'event_id'),
(NULL, 'canonmal_avastore', 'FK_INDEX_PROCESS_EVENT', NULL, 'canonmal_avastore', 'index_process_event', 'process_id', '1', '1', 'canonmal_avastore', 'index_process', 'process_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'log_customer', 'log_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'log_quote', 'quote_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'log_summary', 'summary_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'log_summary_type', 'type_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'log_url', 'url_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'log_url_info', 'url_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'log_visitor', 'visitor_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'log_visitor_info', 'visitor_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'log_visitor_online', 'visitor_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'newsletter_problem', 'problem_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_PROBLEM_QUEUE', NULL, 'canonmal_avastore', 'newsletter_problem', 'queue_id', '1', '1', 'canonmal_avastore', 'newsletter_queue', 'queue_id'),
(NULL, 'canonmal_avastore', 'FK_PROBLEM_SUBSCRIBER', NULL, 'canonmal_avastore', 'newsletter_problem', 'subscriber_id', '1', '1', 'canonmal_avastore', 'newsletter_subscriber', 'subscriber_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'newsletter_queue', 'queue_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_QUEUE_TEMPLATE', NULL, 'canonmal_avastore', 'newsletter_queue', 'template_id', '1', '1', 'canonmal_avastore', 'newsletter_template', 'template_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'newsletter_queue_link', 'queue_link_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_QUEUE_LINK_QUEUE', NULL, 'canonmal_avastore', 'newsletter_queue_link', 'queue_id', '1', '1', 'canonmal_avastore', 'newsletter_queue', 'queue_id'),
(NULL, 'canonmal_avastore', 'FK_QUEUE_LINK_SUBSCRIBER', NULL, 'canonmal_avastore', 'newsletter_queue_link', 'subscriber_id', '1', '1', 'canonmal_avastore', 'newsletter_subscriber', 'subscriber_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'newsletter_queue_store_link', 'queue_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'newsletter_queue_store_link', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_LINK_QUEUE', NULL, 'canonmal_avastore', 'newsletter_queue_store_link', 'queue_id', '1', '1', 'canonmal_avastore', 'newsletter_queue', 'queue_id'),
(NULL, 'canonmal_avastore', 'FK_NEWSLETTER_QUEUE_STORE_LINK_STORE', NULL, 'canonmal_avastore', 'newsletter_queue_store_link', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'newsletter_subscriber', 'subscriber_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_NEWSLETTER_SUBSCRIBER_STORE', NULL, 'canonmal_avastore', 'newsletter_subscriber', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'newsletter_template', 'template_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'paygate_authorizenet_debug', 'debug_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'paypal_api_debug', 'debug_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'paypal_cert', 'cert_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_PAYPAL_CERT_WEBSITE', NULL, 'canonmal_avastore', 'paypal_cert', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'paypal_settlement_report', 'report_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_REPORT_DATE_ACCOUNT', NULL, 'canonmal_avastore', 'paypal_settlement_report', 'report_date', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_REPORT_DATE_ACCOUNT', NULL, 'canonmal_avastore', 'paypal_settlement_report', 'account_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'paypal_settlement_report_row', 'row_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_PAYPAL_SETTLEMENT_ROW_REPORT', NULL, 'canonmal_avastore', 'paypal_settlement_report_row', 'report_id', '1', '1', 'canonmal_avastore', 'paypal_settlement_report', 'report_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'paypaluk_api_debug', 'debug_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'poll', 'poll_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_POLL_STORE', NULL, 'canonmal_avastore', 'poll', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'poll_answer', 'answer_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_POLL_PARENT', NULL, 'canonmal_avastore', 'poll_answer', 'poll_id', '1', '1', 'canonmal_avastore', 'poll', 'poll_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'poll_store', 'poll_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'poll_store', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_POLL_STORE_POLL', NULL, 'canonmal_avastore', 'poll_store', 'poll_id', '1', '1', 'canonmal_avastore', 'poll', 'poll_id'),
(NULL, 'canonmal_avastore', 'FK_POLL_STORE_STORE', NULL, 'canonmal_avastore', 'poll_store', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'poll_vote', 'vote_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_POLL_ANSWER', NULL, 'canonmal_avastore', 'poll_vote', 'poll_answer_id', '1', '1', 'canonmal_avastore', 'poll_answer', 'answer_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'product_alert_price', 'alert_price_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ALERT_PRICE_CUSTOMER', NULL, 'canonmal_avastore', 'product_alert_price', 'customer_id', '1', '1', 'canonmal_avastore', 'customer_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ALERT_PRICE_PRODUCT', NULL, 'canonmal_avastore', 'product_alert_price', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ALERT_PRICE_WEBSITE', NULL, 'canonmal_avastore', 'product_alert_price', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'product_alert_stock', 'alert_stock_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ALERT_STOCK_CUSTOMER', NULL, 'canonmal_avastore', 'product_alert_stock', 'customer_id', '1', '1', 'canonmal_avastore', 'customer_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ALERT_STOCK_PRODUCT', NULL, 'canonmal_avastore', 'product_alert_stock', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ALERT_STOCK_WEBSITE', NULL, 'canonmal_avastore', 'product_alert_stock', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'rating', 'rating_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_CODE', NULL, 'canonmal_avastore', 'rating', 'rating_code', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_RATING_ENTITY_KEY', NULL, 'canonmal_avastore', 'rating', 'entity_id', '1', '1', 'canonmal_avastore', 'rating_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'rating_entity', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_CODE', NULL, 'canonmal_avastore', 'rating_entity', 'entity_code', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'rating_option', 'option_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_RATING_OPTION_RATING', NULL, 'canonmal_avastore', 'rating_option', 'rating_id', '1', '1', 'canonmal_avastore', 'rating', 'rating_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'rating_option_vote', 'vote_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_RATING_OPTION_REVIEW_ID', NULL, 'canonmal_avastore', 'rating_option_vote', 'review_id', '1', '1', 'canonmal_avastore', 'review', 'review_id'),
(NULL, 'canonmal_avastore', 'FK_RATING_OPTION_VALUE_OPTION', NULL, 'canonmal_avastore', 'rating_option_vote', 'option_id', '1', '1', 'canonmal_avastore', 'rating_option', 'option_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'rating_option_vote_aggregated', 'primary_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_RATING_OPTION_VALUE_AGGREGATE', NULL, 'canonmal_avastore', 'rating_option_vote_aggregated', 'rating_id', '1', '1', 'canonmal_avastore', 'rating', 'rating_id'),
(NULL, 'canonmal_avastore', 'FK_RATING_OPTION_VOTE_AGGREGATED_STORE', NULL, 'canonmal_avastore', 'rating_option_vote_aggregated', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'rating_store', 'rating_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'rating_store', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_RATING_STORE_RATING', NULL, 'canonmal_avastore', 'rating_store', 'rating_id', '1', '1', 'canonmal_avastore', 'rating', 'rating_id'),
(NULL, 'canonmal_avastore', 'FK_RATING_STORE_STORE', NULL, 'canonmal_avastore', 'rating_store', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'rating_title', 'rating_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'rating_title', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_RATING_TITLE', NULL, 'canonmal_avastore', 'rating_title', 'rating_id', '1', '1', 'canonmal_avastore', 'rating', 'rating_id'),
(NULL, 'canonmal_avastore', 'FK_RATING_TITLE_STORE', NULL, 'canonmal_avastore', 'rating_title', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'report_compared_product_index', 'index_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_BY_VISITOR', NULL, 'canonmal_avastore', 'report_compared_product_index', 'visitor_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_BY_VISITOR', NULL, 'canonmal_avastore', 'report_compared_product_index', 'product_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_BY_CUSTOMER', NULL, 'canonmal_avastore', 'report_compared_product_index', 'customer_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_BY_CUSTOMER', NULL, 'canonmal_avastore', 'report_compared_product_index', 'product_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_REPORT_COMPARED_PRODUCT_INDEX_CUSTOMER', NULL, 'canonmal_avastore', 'report_compared_product_index', 'customer_id', '1', '1', 'canonmal_avastore', 'customer_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_REPORT_COMPARED_PRODUCT_INDEX_PRODUCT', NULL, 'canonmal_avastore', 'report_compared_product_index', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_REPORT_COMPARED_PRODUCT_INDEX_STORE', NULL, 'canonmal_avastore', 'report_compared_product_index', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'report_event', 'event_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_REPORT_EVENT_STORE', NULL, 'canonmal_avastore', 'report_event', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'FK_REPORT_EVENT_TYPE', NULL, 'canonmal_avastore', 'report_event', 'event_type_id', '1', '1', 'canonmal_avastore', 'report_event_types', 'event_type_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'report_event_types', 'event_type_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'report_viewed_product_index', 'index_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_BY_VISITOR', NULL, 'canonmal_avastore', 'report_viewed_product_index', 'visitor_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_BY_VISITOR', NULL, 'canonmal_avastore', 'report_viewed_product_index', 'product_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_BY_CUSTOMER', NULL, 'canonmal_avastore', 'report_viewed_product_index', 'customer_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_BY_CUSTOMER', NULL, 'canonmal_avastore', 'report_viewed_product_index', 'product_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_REPORT_VIEWED_PRODUCT_INDEX_CUSTOMER', NULL, 'canonmal_avastore', 'report_viewed_product_index', 'customer_id', '1', '1', 'canonmal_avastore', 'customer_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_REPORT_VIEWED_PRODUCT_INDEX_PRODUCT', NULL, 'canonmal_avastore', 'report_viewed_product_index', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_REPORT_VIEWED_PRODUCT_INDEX_STORE', NULL, 'canonmal_avastore', 'report_viewed_product_index', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'review', 'review_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_REVIEW_ENTITY', NULL, 'canonmal_avastore', 'review', 'entity_id', '1', '1', 'canonmal_avastore', 'review_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_REVIEW_STATUS', NULL, 'canonmal_avastore', 'review', 'status_id', '1', '1', 'canonmal_avastore', 'review_status', 'status_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'review_detail', 'detail_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_REVIEW_DETAIL_CUSTOMER', NULL, 'canonmal_avastore', 'review_detail', 'customer_id', '1', '1', 'canonmal_avastore', 'customer_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_REVIEW_DETAIL_REVIEW', NULL, 'canonmal_avastore', 'review_detail', 'review_id', '1', '1', 'canonmal_avastore', 'review', 'review_id'),
(NULL, 'canonmal_avastore', 'FK_REVIEW_DETAIL_STORE', NULL, 'canonmal_avastore', 'review_detail', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'review_entity', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'review_entity_summary', 'primary_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_REVIEW_ENTITY_SUMMARY_STORE', NULL, 'canonmal_avastore', 'review_entity_summary', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'review_status', 'status_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'review_store', 'review_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'review_store', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_REVIEW_STORE_REVIEW', NULL, 'canonmal_avastore', 'review_store', 'review_id', '1', '1', 'canonmal_avastore', 'review', 'review_id'),
(NULL, 'canonmal_avastore', 'FK_REVIEW_STORE_STORE', NULL, 'canonmal_avastore', 'review_store', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', 'id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_PRODUCT', NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', 'period', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_PRODUCT', NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_PRODUCT', NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', 'product_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ORDERED_AGGREGATED_DAILY_PRODUCT_ID', NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ORDERED_AGGREGATED_DAILY_STORE_ID', NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', 'id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_PRODUCT', NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', 'period', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_PRODUCT', NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_PRODUCT', NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', 'product_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ORDERED_AGGREGATED_MONTHLY_PRODUCT_ID', NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ORDERED_AGGREGATED_MONTHLY_STORE_ID', NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', 'id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_PRODUCT', NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', 'period', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_PRODUCT', NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_PRODUCT', NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', 'product_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ORDERED_AGGREGATED_YEARLY_PRODUCT_ID', NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ORDERED_AGGREGATED_YEARLY_STORE_ID', NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_billing_agreement', 'agreement_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_BILLING_AGREEMENT_CUSTOMER', NULL, 'canonmal_avastore', 'sales_billing_agreement', 'customer_id', '1', '1', 'canonmal_avastore', 'customer_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_BILLING_AGREEMENT_STORE', NULL, 'canonmal_avastore', 'sales_billing_agreement', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'UNQ_BILLING_AGREEMENT_ORDER', NULL, 'canonmal_avastore', 'sales_billing_agreement_order', 'agreement_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_BILLING_AGREEMENT_ORDER', NULL, 'canonmal_avastore', 'sales_billing_agreement_order', 'order_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_BILLING_AGREEMENT_ORDER_AGREEMENT', NULL, 'canonmal_avastore', 'sales_billing_agreement_order', 'agreement_id', '1', '1', 'canonmal_avastore', 'sales_billing_agreement', 'agreement_id'),
(NULL, 'canonmal_avastore', 'FK_BILLING_AGREEMENT_ORDER_ORDER', NULL, 'canonmal_avastore', 'sales_billing_agreement_order', 'order_id', '1', '1', 'canonmal_avastore', 'sales_flat_order', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_INCREMENT_ID', NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'increment_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_CREDITMEMO_PARENT', NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'order_id', '1', '1', 'canonmal_avastore', 'sales_flat_order', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_CREDITMEMO_STORE', NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_creditmemo_comment', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_CREDITMEMO_COMMENT_PARENT', NULL, 'canonmal_avastore', 'sales_flat_creditmemo_comment', 'parent_id', '1', '1', 'canonmal_avastore', 'sales_flat_creditmemo', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_INCREMENT_ID', NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'increment_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_CREDITMEMO_GRID_PARENT', NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'entity_id', '1', '1', 'canonmal_avastore', 'sales_flat_creditmemo', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_CREDITMEMO_GRID_STORE', NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_CREDITMEMO_ITEM_PARENT', NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'parent_id', '1', '1', 'canonmal_avastore', 'sales_flat_creditmemo', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_invoice', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_INCREMENT_ID', NULL, 'canonmal_avastore', 'sales_flat_invoice', 'increment_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_INVOICE_PARENT', NULL, 'canonmal_avastore', 'sales_flat_invoice', 'order_id', '1', '1', 'canonmal_avastore', 'sales_flat_order', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_INVOICE_STORE', NULL, 'canonmal_avastore', 'sales_flat_invoice', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_invoice_comment', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_INVOICE_COMMENT_PARENT', NULL, 'canonmal_avastore', 'sales_flat_invoice_comment', 'parent_id', '1', '1', 'canonmal_avastore', 'sales_flat_invoice', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_INCREMENT_ID', NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', 'increment_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_INVOICE_GRID_PARENT', NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', 'entity_id', '1', '1', 'canonmal_avastore', 'sales_flat_invoice', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_INVOICE_GRID_STORE', NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_INVOICE_ITEM_PARENT', NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'parent_id', '1', '1', 'canonmal_avastore', 'sales_flat_invoice', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_order', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_INCREMENT_ID', NULL, 'canonmal_avastore', 'sales_flat_order', 'increment_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_ORDER_CUSTOMER', NULL, 'canonmal_avastore', 'sales_flat_order', 'customer_id', '1', '1', 'canonmal_avastore', 'customer_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_ORDER_STORE', NULL, 'canonmal_avastore', 'sales_flat_order', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_order_address', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_ORDER_ADDRESS_PARENT', NULL, 'canonmal_avastore', 'sales_flat_order_address', 'parent_id', '1', '1', 'canonmal_avastore', 'sales_flat_order', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_order_grid', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_INCREMENT_ID', NULL, 'canonmal_avastore', 'sales_flat_order_grid', 'increment_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_ORDER_GRID_CUSTOMER', NULL, 'canonmal_avastore', 'sales_flat_order_grid', 'customer_id', '1', '1', 'canonmal_avastore', 'customer_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_ORDER_GRID_PARENT', NULL, 'canonmal_avastore', 'sales_flat_order_grid', 'entity_id', '1', '1', 'canonmal_avastore', 'sales_flat_order', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_ORDER_GRID_STORE', NULL, 'canonmal_avastore', 'sales_flat_order_grid', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_order_item', 'item_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_ORDER_ITEM_PARENT', NULL, 'canonmal_avastore', 'sales_flat_order_item', 'order_id', '1', '1', 'canonmal_avastore', 'sales_flat_order', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_ORDER_ITEM_STORE', NULL, 'canonmal_avastore', 'sales_flat_order_item', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_ORDER_PAYMENT_PARENT', NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'parent_id', '1', '1', 'canonmal_avastore', 'sales_flat_order', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_order_status_history', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_ORDER_STATUS_HISTORY_PARENT', NULL, 'canonmal_avastore', 'sales_flat_order_status_history', 'parent_id', '1', '1', 'canonmal_avastore', 'sales_flat_order', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_quote', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_QUOTE_STORE', NULL, 'canonmal_avastore', 'sales_flat_quote', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'address_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_QUOTE_ADDRESS_SALES_QUOTE', NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'quote_id', '1', '1', 'canonmal_avastore', 'sales_flat_quote', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'address_item_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_QUOTE_ADDRESS_ITEM_QUOTE_ADDRESS', NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'quote_address_id', '1', '1', 'canonmal_avastore', 'sales_flat_quote_address', 'address_id'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_QUOTE_ADDRESS_ITEM_PARENT', NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'parent_item_id', '1', '1', 'canonmal_avastore', 'sales_flat_quote_address_item', 'address_item_id'),
(NULL, 'canonmal_avastore', 'FK_SALES_QUOTE_ADDRESS_ITEM_QUOTE_ITEM', NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'quote_item_id', '1', '1', 'canonmal_avastore', 'sales_flat_quote_item', 'item_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'item_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_QUOTE_ITEM_PARENT_ITEM', NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'parent_item_id', '1', '1', 'canonmal_avastore', 'sales_flat_quote_item', 'item_id'),
(NULL, 'canonmal_avastore', 'FK_SALES_QUOTE_ITEM_CATALOG_PRODUCT_ENTITY', NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_SALES_QUOTE_ITEM_SALES_QUOTE', NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'quote_id', '1', '1', 'canonmal_avastore', 'sales_flat_quote', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_SALES_QUOTE_ITEM_STORE', NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_quote_item_option', 'option_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_QUOTE_ITEM_OPTION_ITEM_ID', NULL, 'canonmal_avastore', 'sales_flat_quote_item_option', 'item_id', '1', '1', 'canonmal_avastore', 'sales_flat_quote_item', 'item_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'payment_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_QUOTE_PAYMENT_SALES_QUOTE', NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'quote_id', '1', '1', 'canonmal_avastore', 'sales_flat_quote', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_quote_shipping_rate', 'rate_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_QUOTE_SHIPPING_RATE_ADDRESS', NULL, 'canonmal_avastore', 'sales_flat_quote_shipping_rate', 'address_id', '1', '1', 'canonmal_avastore', 'sales_flat_quote_address', 'address_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_shipment', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_INCREMENT_ID', NULL, 'canonmal_avastore', 'sales_flat_shipment', 'increment_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_SHIPMENT_PARENT', NULL, 'canonmal_avastore', 'sales_flat_shipment', 'order_id', '1', '1', 'canonmal_avastore', 'sales_flat_order', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_SHIPMENT_STORE', NULL, 'canonmal_avastore', 'sales_flat_shipment', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_shipment_comment', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_SHIPMENT_COMMENT_PARENT', NULL, 'canonmal_avastore', 'sales_flat_shipment_comment', 'parent_id', '1', '1', 'canonmal_avastore', 'sales_flat_shipment', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_INCREMENT_ID', NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', 'increment_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_SHIPMENT_GRID_PARENT', NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', 'entity_id', '1', '1', 'canonmal_avastore', 'sales_flat_shipment', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_SHIPMENT_GRID_STORE', NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_shipment_item', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_SHIPMENT_ITEM_PARENT', NULL, 'canonmal_avastore', 'sales_flat_shipment_item', 'parent_id', '1', '1', 'canonmal_avastore', 'sales_flat_shipment', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_flat_shipment_track', 'entity_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_SHIPMENT_TRACK_PARENT', NULL, 'canonmal_avastore', 'sales_flat_shipment_track', 'parent_id', '1', '1', 'canonmal_avastore', 'sales_flat_shipment', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_invoiced_aggregated', 'id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_invoiced_aggregated', 'period', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_invoiced_aggregated', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_invoiced_aggregated', 'order_status', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_INVOICED_AGGREGATED_STORE', NULL, 'canonmal_avastore', 'sales_invoiced_aggregated', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_invoiced_aggregated_order', 'id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_invoiced_aggregated_order', 'period', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_invoiced_aggregated_order', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_invoiced_aggregated_order', 'order_status', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_INVOICED_AGGREGATED_ORDER_STORE', NULL, 'canonmal_avastore', 'sales_invoiced_aggregated_order', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'period', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'order_status', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_ORDER_AGGREGATED_CREATED', NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_order_status', 'status', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_order_status_label', 'status', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_order_status_label', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_ORDER_STATUS_LABEL_STATUS', NULL, 'canonmal_avastore', 'sales_order_status_label', 'status', '1', '1', 'canonmal_avastore', 'sales_order_status', 'status'),
(NULL, 'canonmal_avastore', 'FK_SALES_ORDER_STATUS_LABEL_STORE', NULL, 'canonmal_avastore', 'sales_order_status_label', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_order_status_state', 'status', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_order_status_state', 'state', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_ORDER_STATUS_STATE_STATUS', NULL, 'canonmal_avastore', 'sales_order_status_state', 'status', '1', '1', 'canonmal_avastore', 'sales_order_status', 'status'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_order_tax', 'tax_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_payment_transaction', 'transaction_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_ORDER_PAYMENT_TXN', NULL, 'canonmal_avastore', 'sales_payment_transaction', 'order_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_ORDER_PAYMENT_TXN', NULL, 'canonmal_avastore', 'sales_payment_transaction', 'payment_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_ORDER_PAYMENT_TXN', NULL, 'canonmal_avastore', 'sales_payment_transaction', 'txn_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_PAYMENT_TRANSACTION_ORDER', NULL, 'canonmal_avastore', 'sales_payment_transaction', 'order_id', '1', '1', 'canonmal_avastore', 'sales_flat_order', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_SALES_PAYMENT_TRANSACTION_PARENT', NULL, 'canonmal_avastore', 'sales_payment_transaction', 'parent_id', '1', '1', 'canonmal_avastore', 'sales_payment_transaction', 'transaction_id'),
(NULL, 'canonmal_avastore', 'FK_SALES_PAYMENT_TRANSACTION_PAYMENT', NULL, 'canonmal_avastore', 'sales_payment_transaction', 'payment_id', '1', '1', 'canonmal_avastore', 'sales_flat_order_payment', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_recurring_profile', 'profile_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_INTERNAL_REF_ID', NULL, 'canonmal_avastore', 'sales_recurring_profile', 'internal_reference_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_RECURRING_PROFILE_CUSTOMER', NULL, 'canonmal_avastore', 'sales_recurring_profile', 'customer_id', '1', '1', 'canonmal_avastore', 'customer_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_RECURRING_PROFILE_STORE', NULL, 'canonmal_avastore', 'sales_recurring_profile', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_recurring_profile_order', 'link_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PROFILE_ORDER', NULL, 'canonmal_avastore', 'sales_recurring_profile_order', 'profile_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PROFILE_ORDER', NULL, 'canonmal_avastore', 'sales_recurring_profile_order', 'order_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_RECURRING_PROFILE_ORDER_ORDER', NULL, 'canonmal_avastore', 'sales_recurring_profile_order', 'order_id', '1', '1', 'canonmal_avastore', 'sales_flat_order', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_RECURRING_PROFILE_ORDER_PROFILE', NULL, 'canonmal_avastore', 'sales_recurring_profile_order', 'profile_id', '1', '1', 'canonmal_avastore', 'sales_recurring_profile', 'profile_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_refunded_aggregated', 'id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_refunded_aggregated', 'period', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_refunded_aggregated', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_refunded_aggregated', 'order_status', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_REFUNDED_AGGREGATED_STORE', NULL, 'canonmal_avastore', 'sales_refunded_aggregated', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_refunded_aggregated_order', 'id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_refunded_aggregated_order', 'period', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_refunded_aggregated_order', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_refunded_aggregated_order', 'order_status', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_REFUNDED_AGGREGATED_ORDER_STORE', NULL, 'canonmal_avastore', 'sales_refunded_aggregated_order', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_shipping_aggregated', 'id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_shipping_aggregated', 'period', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_shipping_aggregated', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_shipping_aggregated', 'order_status', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_shipping_aggregated', 'shipping_description', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_SHIPPING_AGGREGATED_STORE', NULL, 'canonmal_avastore', 'sales_shipping_aggregated', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sales_shipping_aggregated_order', 'id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_shipping_aggregated_order', 'period', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_shipping_aggregated_order', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_shipping_aggregated_order', 'order_status', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', NULL, 'canonmal_avastore', 'sales_shipping_aggregated_order', 'shipping_description', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALES_SHIPPING_AGGREGATED_ORDER_STORE', NULL, 'canonmal_avastore', 'sales_shipping_aggregated_order', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'salesrule', 'rule_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'salesrule_coupon', 'coupon_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_COUPON_CODE', NULL, 'canonmal_avastore', 'salesrule_coupon', 'code', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_RULE_MAIN_COUPON', NULL, 'canonmal_avastore', 'salesrule_coupon', 'rule_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_RULE_MAIN_COUPON', NULL, 'canonmal_avastore', 'salesrule_coupon', 'is_primary', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALESRULE_COUPON_RULE_ID_SALESRULE', NULL, 'canonmal_avastore', 'salesrule_coupon', 'rule_id', '1', '1', 'canonmal_avastore', 'salesrule', 'rule_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'salesrule_coupon_usage', 'coupon_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'salesrule_coupon_usage', 'customer_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALESRULE_CPN_CUST_CPN_ID_CUST_ENTITY', NULL, 'canonmal_avastore', 'salesrule_coupon_usage', 'coupon_id', '1', '1', 'canonmal_avastore', 'salesrule_coupon', 'coupon_id'),
(NULL, 'canonmal_avastore', 'FK_SALESRULE_CPN_CUST_CUST_ID_CUST_ENTITY', NULL, 'canonmal_avastore', 'salesrule_coupon_usage', 'customer_id', '1', '1', 'canonmal_avastore', 'customer_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'salesrule_customer', 'rule_customer_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_salesrule_customer_id', NULL, 'canonmal_avastore', 'salesrule_customer', 'customer_id', '1', '1', 'canonmal_avastore', 'customer_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_salesrule_customer_rule', NULL, 'canonmal_avastore', 'salesrule_customer', 'rule_id', '1', '1', 'canonmal_avastore', 'salesrule', 'rule_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'salesrule_label', 'label_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_RULE_STORE', NULL, 'canonmal_avastore', 'salesrule_label', 'rule_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'IDX_RULE_STORE', NULL, 'canonmal_avastore', 'salesrule_label', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALESRULE_LABEL_RULE', NULL, 'canonmal_avastore', 'salesrule_label', 'rule_id', '1', '1', 'canonmal_avastore', 'salesrule', 'rule_id'),
(NULL, 'canonmal_avastore', 'FK_SALESRULE_LABEL_STORE', NULL, 'canonmal_avastore', 'salesrule_label', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'salesrule_product_attribute', 'rule_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'salesrule_product_attribute', 'website_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'salesrule_product_attribute', 'customer_group_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'salesrule_product_attribute', 'attribute_id', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SALESRULE_PRODUCT_ATTRIBUTE_ATTRIBUTE', NULL, 'canonmal_avastore', 'salesrule_product_attribute', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'FK_SALESRULE_PRODUCT_ATTRIBUTE_CUSTOMER_GROUP', NULL, 'canonmal_avastore', 'salesrule_product_attribute', 'customer_group_id', '1', '1', 'canonmal_avastore', 'customer_group', 'customer_group_id'),
(NULL, 'canonmal_avastore', 'FK_SALESRULE_PRODUCT_ATTRIBUTE_RULE', NULL, 'canonmal_avastore', 'salesrule_product_attribute', 'rule_id', '1', '1', 'canonmal_avastore', 'salesrule', 'rule_id'),
(NULL, 'canonmal_avastore', 'FK_SALESRULE_PRODUCT_ATTRIBUTE_WEBSITE', NULL, 'canonmal_avastore', 'salesrule_product_attribute', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sendfriend_log', 'log_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'shipping_tablerate', 'pk', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'dest_country', NULL, 'canonmal_avastore', 'shipping_tablerate', 'website_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'dest_country', NULL, 'canonmal_avastore', 'shipping_tablerate', 'dest_country_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'dest_country', NULL, 'canonmal_avastore', 'shipping_tablerate', 'dest_region_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'dest_country', NULL, 'canonmal_avastore', 'shipping_tablerate', 'dest_zip', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'dest_country', NULL, 'canonmal_avastore', 'shipping_tablerate', 'condition_name', '5', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'dest_country', NULL, 'canonmal_avastore', 'shipping_tablerate', 'condition_value', '6', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sitemap', 'sitemap_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_SITEMAP_STORE', NULL, 'canonmal_avastore', 'sitemap', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'sm_products_filter', 'id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'smtppro_email_log', 'email_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'social_bookmarking', 'bookmark_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'social_bookmarking_urls', 'id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'tag', 'tag_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'tag_properties', 'tag_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'tag_properties', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_TAG_PROPERTIES_STORE', NULL, 'canonmal_avastore', 'tag_properties', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'FK_TAG_PROPERTIES_TAG', NULL, 'canonmal_avastore', 'tag_properties', 'tag_id', '1', '1', 'canonmal_avastore', 'tag', 'tag_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'tag_relation', 'tag_relation_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_TAG_CUSTOMER_PRODUCT_STORE', NULL, 'canonmal_avastore', 'tag_relation', 'tag_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_TAG_CUSTOMER_PRODUCT_STORE', NULL, 'canonmal_avastore', 'tag_relation', 'customer_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_TAG_CUSTOMER_PRODUCT_STORE', NULL, 'canonmal_avastore', 'tag_relation', 'product_id', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_TAG_CUSTOMER_PRODUCT_STORE', NULL, 'canonmal_avastore', 'tag_relation', 'store_id', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_TAG_RELATION_CUSTOMER', NULL, 'canonmal_avastore', 'tag_relation', 'customer_id', '1', '1', 'canonmal_avastore', 'customer_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_TAG_RELATION_PRODUCT', NULL, 'canonmal_avastore', 'tag_relation', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_TAG_RELATION_STORE', NULL, 'canonmal_avastore', 'tag_relation', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'FK_TAG_RELATION_TAG', NULL, 'canonmal_avastore', 'tag_relation', 'tag_id', '1', '1', 'canonmal_avastore', 'tag', 'tag_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'tag_summary', 'tag_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'tag_summary', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_TAG_SUMMARY_STORE', NULL, 'canonmal_avastore', 'tag_summary', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'FK_TAG_SUMMARY_TAG', NULL, 'canonmal_avastore', 'tag_summary', 'tag_id', '1', '1', 'canonmal_avastore', 'tag', 'tag_id'),
(NULL, 'canonmal_avastore', 'FK_TAX_CALCULATION_CTC', NULL, 'canonmal_avastore', 'tax_calculation', 'customer_tax_class_id', '1', '1', 'canonmal_avastore', 'tax_class', 'class_id'),
(NULL, 'canonmal_avastore', 'FK_TAX_CALCULATION_PTC', NULL, 'canonmal_avastore', 'tax_calculation', 'product_tax_class_id', '1', '1', 'canonmal_avastore', 'tax_class', 'class_id'),
(NULL, 'canonmal_avastore', 'FK_TAX_CALCULATION_RATE', NULL, 'canonmal_avastore', 'tax_calculation', 'tax_calculation_rate_id', '1', '1', 'canonmal_avastore', 'tax_calculation_rate', 'tax_calculation_rate_id'),
(NULL, 'canonmal_avastore', 'FK_TAX_CALCULATION_RULE', NULL, 'canonmal_avastore', 'tax_calculation', 'tax_calculation_rule_id', '1', '1', 'canonmal_avastore', 'tax_calculation_rule', 'tax_calculation_rule_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'tax_calculation_rate', 'tax_calculation_rate_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'tax_calculation_rate_title', 'tax_calculation_rate_title_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_TAX_CALCULATION_RATE_TITLE_RATE', NULL, 'canonmal_avastore', 'tax_calculation_rate_title', 'tax_calculation_rate_id', '1', '1', 'canonmal_avastore', 'tax_calculation_rate', 'tax_calculation_rate_id'),
(NULL, 'canonmal_avastore', 'FK_TAX_CALCULATION_RATE_TITLE_STORE', NULL, 'canonmal_avastore', 'tax_calculation_rate_title', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'tax_calculation_rule', 'tax_calculation_rule_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'tax_class', 'class_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'tax_order_aggregated_created', 'id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_CODE_ORDER_STATUS', NULL, 'canonmal_avastore', 'tax_order_aggregated_created', 'period', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_CODE_ORDER_STATUS', NULL, 'canonmal_avastore', 'tax_order_aggregated_created', 'store_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_CODE_ORDER_STATUS', NULL, 'canonmal_avastore', 'tax_order_aggregated_created', 'code', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_CODE_ORDER_STATUS', NULL, 'canonmal_avastore', 'tax_order_aggregated_created', 'percent', '4', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_CODE_ORDER_STATUS', NULL, 'canonmal_avastore', 'tax_order_aggregated_created', 'order_status', '5', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_TAX_ORDER_AGGREGATED_CREATED_STORE', NULL, 'canonmal_avastore', 'tax_order_aggregated_created', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_WEEE_DISCOUNT_GROUP', NULL, 'canonmal_avastore', 'weee_discount', 'customer_group_id', '1', '1', 'canonmal_avastore', 'customer_group', 'customer_group_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_WEEE_DISCOUNT_PRODUCT_ENTITY', NULL, 'canonmal_avastore', 'weee_discount', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_WEEE_DISCOUNT_WEBSITE', NULL, 'canonmal_avastore', 'weee_discount', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'weee_tax', 'value_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_WEEE_TAX_COUNTRY', NULL, 'canonmal_avastore', 'weee_tax', 'country', '1', '1', 'canonmal_avastore', 'directory_country', 'country_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_WEEE_TAX_PRODUCT_ENTITY', NULL, 'canonmal_avastore', 'weee_tax', 'entity_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_WEEE_TAX_WEBSITE', NULL, 'canonmal_avastore', 'weee_tax', 'website_id', '1', '1', 'canonmal_avastore', 'core_website', 'website_id'),
(NULL, 'canonmal_avastore', 'FK_WEEE_TAX_ATTRIBUTE_ID', NULL, 'canonmal_avastore', 'weee_tax', 'attribute_id', '1', '1', 'canonmal_avastore', 'eav_attribute', 'attribute_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'widget', 'widget_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'widget_instance', 'instance_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'widget_instance_page', 'page_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_WIDGET_WIDGET_INSTANCE_ID', NULL, 'canonmal_avastore', 'widget_instance_page', 'instance_id', '1', '1', 'canonmal_avastore', 'widget_instance', 'instance_id'),
(NULL, 'canonmal_avastore', 'page_id', NULL, 'canonmal_avastore', 'widget_instance_page_layout', 'page_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'page_id', NULL, 'canonmal_avastore', 'widget_instance_page_layout', 'layout_update_id', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_WIDGET_WIDGET_INSTANCE_LAYOUT_UPDATE_ID', NULL, 'canonmal_avastore', 'widget_instance_page_layout', 'layout_update_id', '1', '1', 'canonmal_avastore', 'core_layout_update', 'layout_update_id'),
(NULL, 'canonmal_avastore', 'FK_WIDGET_WIDGET_INSTANCE_PAGE_ID', NULL, 'canonmal_avastore', 'widget_instance_page_layout', 'page_id', '1', '1', 'canonmal_avastore', 'widget_instance_page', 'page_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'wishlist', 'wishlist_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_CUSTOMER', NULL, 'canonmal_avastore', 'wishlist', 'customer_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_WISHLIST_CUSTOMER', NULL, 'canonmal_avastore', 'wishlist', 'customer_id', '1', '1', 'canonmal_avastore', 'customer_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'wishlist_item', 'wishlist_item_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_WISHLIST_ITEM_PRODUCT', NULL, 'canonmal_avastore', 'wishlist_item', 'product_id', '1', '1', 'canonmal_avastore', 'catalog_product_entity', 'entity_id'),
(NULL, 'canonmal_avastore', 'FK_WISHLIST_ITEM_STORE', NULL, 'canonmal_avastore', 'wishlist_item', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'FK_WISHLIST_ITEM_WISHLIST', NULL, 'canonmal_avastore', 'wishlist_item', 'wishlist_id', '1', '1', 'canonmal_avastore', 'wishlist', 'wishlist_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'wishlist_item_option', 'option_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_WISHLIST_ITEM_OPTION_ITEM_ID', NULL, 'canonmal_avastore', 'wishlist_item_option', 'wishlist_item_id', '1', '1', 'canonmal_avastore', 'wishlist_item', 'wishlist_item_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'xmlconnect_application', 'application_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_XMLCONNECT_APPLICATION_CODE', NULL, 'canonmal_avastore', 'xmlconnect_application', 'code', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_XMLCONNECT_APPLICAION_STORE', NULL, 'canonmal_avastore', 'xmlconnect_application', 'store_id', '1', '1', 'canonmal_avastore', 'core_store', 'store_id'),
(NULL, 'canonmal_avastore', 'UNQ_XMLCONNECT_CONFIG', NULL, 'canonmal_avastore', 'xmlconnect_config_data', 'application_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_XMLCONNECT_CONFIG', NULL, 'canonmal_avastore', 'xmlconnect_config_data', 'category', '2', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'UNQ_XMLCONNECT_CONFIG', NULL, 'canonmal_avastore', 'xmlconnect_config_data', 'path', '3', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_APPLICATION_ID', NULL, 'canonmal_avastore', 'xmlconnect_config_data', 'application_id', '1', '1', 'canonmal_avastore', 'xmlconnect_application', 'application_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'xmlconnect_history', 'history_id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_XMLCONNECT_HISTORY_APPLICATION', NULL, 'canonmal_avastore', 'xmlconnect_history', 'application_id', '1', '1', 'canonmal_avastore', 'xmlconnect_application', 'application_id'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'xmlconnect_notification_template', 'id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_APP_CODE', NULL, 'canonmal_avastore', 'xmlconnect_notification_template', 'app_code', '1', '1', 'canonmal_avastore', 'xmlconnect_application', 'code'),
(NULL, 'canonmal_avastore', 'PRIMARY', NULL, 'canonmal_avastore', 'xmlconnect_queue', 'id', '1', NULL, NULL, NULL, NULL),
(NULL, 'canonmal_avastore', 'FK_TEMPLATE_ID', NULL, 'canonmal_avastore', 'xmlconnect_queue', 'template_id', '1', '1', 'canonmal_avastore', 'xmlconnect_notification_template', 'id');

-- --------------------------------------------------------

-- 
-- Table structure for table `PROFILING`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TEMPORARY TABLE `PROFILING` (
  `QUERY_ID` bigint(20) NOT NULL default '0',
  `SEQ` bigint(20) NOT NULL default '0',
  `STATE` varchar(30) NOT NULL default '',
  `DURATION` decimal(9,6) NOT NULL default '0.000000',
  `CPU_USER` decimal(9,6) default NULL,
  `CPU_SYSTEM` decimal(9,6) default NULL,
  `CONTEXT_VOLUNTARY` bigint(20) default NULL,
  `CONTEXT_INVOLUNTARY` bigint(20) default NULL,
  `BLOCK_OPS_IN` bigint(20) default NULL,
  `BLOCK_OPS_OUT` bigint(20) default NULL,
  `MESSAGES_SENT` bigint(20) default NULL,
  `MESSAGES_RECEIVED` bigint(20) default NULL,
  `PAGE_FAULTS_MAJOR` bigint(20) default NULL,
  `PAGE_FAULTS_MINOR` bigint(20) default NULL,
  `SWAPS` bigint(20) default NULL,
  `SOURCE_FUNCTION` varchar(30) default NULL,
  `SOURCE_FILE` varchar(20) default NULL,
  `SOURCE_LINE` bigint(20) default NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `PROFILING`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `ROUTINES`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TEMPORARY TABLE `ROUTINES` (
  `SPECIFIC_NAME` varchar(64) NOT NULL default '',
  `ROUTINE_CATALOG` varchar(512) default NULL,
  `ROUTINE_SCHEMA` varchar(64) NOT NULL default '',
  `ROUTINE_NAME` varchar(64) NOT NULL default '',
  `ROUTINE_TYPE` varchar(9) NOT NULL default '',
  `DTD_IDENTIFIER` varchar(64) default NULL,
  `ROUTINE_BODY` varchar(8) NOT NULL default '',
  `ROUTINE_DEFINITION` longtext,
  `EXTERNAL_NAME` varchar(64) default NULL,
  `EXTERNAL_LANGUAGE` varchar(64) default NULL,
  `PARAMETER_STYLE` varchar(8) NOT NULL default '',
  `IS_DETERMINISTIC` varchar(3) NOT NULL default '',
  `SQL_DATA_ACCESS` varchar(64) NOT NULL default '',
  `SQL_PATH` varchar(64) default NULL,
  `SECURITY_TYPE` varchar(7) NOT NULL default '',
  `CREATED` datetime NOT NULL default '0000-00-00 00:00:00',
  `LAST_ALTERED` datetime NOT NULL default '0000-00-00 00:00:00',
  `SQL_MODE` longtext NOT NULL,
  `ROUTINE_COMMENT` varchar(64) NOT NULL default '',
  `DEFINER` varchar(77) NOT NULL default ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `ROUTINES`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `SCHEMATA`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TEMPORARY TABLE `SCHEMATA` (
  `CATALOG_NAME` varchar(512) default NULL,
  `SCHEMA_NAME` varchar(64) NOT NULL default '',
  `DEFAULT_CHARACTER_SET_NAME` varchar(64) NOT NULL default '',
  `DEFAULT_COLLATION_NAME` varchar(64) NOT NULL default '',
  `SQL_PATH` varchar(512) default NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `SCHEMATA`
-- 

INSERT INTO `SCHEMATA` VALUES (NULL, 'information_schema', 'utf8', 'utf8_general_ci', NULL),
(NULL, 'canonmal_StockBridge', 'latin1', 'latin1_swedish_ci', NULL),
(NULL, 'canonmal_avastore', 'latin1', 'latin1_swedish_ci', NULL);

-- --------------------------------------------------------

-- 
-- Table structure for table `SCHEMA_PRIVILEGES`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TEMPORARY TABLE `SCHEMA_PRIVILEGES` (
  `GRANTEE` varchar(81) NOT NULL default '',
  `TABLE_CATALOG` varchar(512) default NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL default '',
  `PRIVILEGE_TYPE` varchar(64) NOT NULL default '',
  `IS_GRANTABLE` varchar(3) NOT NULL default ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `SCHEMA_PRIVILEGES`
-- 

INSERT INTO `SCHEMA_PRIVILEGES` VALUES ('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_StockBridge', 'SELECT', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_StockBridge', 'INSERT', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_StockBridge', 'UPDATE', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_StockBridge', 'DELETE', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_StockBridge', 'CREATE', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_StockBridge', 'DROP', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_StockBridge', 'REFERENCES', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_StockBridge', 'INDEX', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_StockBridge', 'ALTER', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_StockBridge', 'CREATE TEMPORARY TABLES', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_StockBridge', 'LOCK TABLES', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_StockBridge', 'EXECUTE', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_StockBridge', 'CREATE VIEW', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_StockBridge', 'SHOW VIEW', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_StockBridge', 'CREATE ROUTINE', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_StockBridge', 'ALTER ROUTINE', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_avastore', 'SELECT', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_avastore', 'INSERT', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_avastore', 'UPDATE', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_avastore', 'DELETE', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_avastore', 'CREATE', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_avastore', 'DROP', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_avastore', 'REFERENCES', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_avastore', 'INDEX', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_avastore', 'ALTER', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_avastore', 'CREATE TEMPORARY TABLES', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_avastore', 'LOCK TABLES', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_avastore', 'EXECUTE', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_avastore', 'CREATE VIEW', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_avastore', 'SHOW VIEW', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_avastore', 'CREATE ROUTINE', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_avastore', 'ALTER ROUTINE', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_%', 'SELECT', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_%', 'INSERT', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_%', 'UPDATE', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_%', 'DELETE', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_%', 'CREATE', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_%', 'DROP', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_%', 'REFERENCES', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_%', 'INDEX', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_%', 'ALTER', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_%', 'CREATE TEMPORARY TABLES', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_%', 'LOCK TABLES', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_%', 'EXECUTE', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_%', 'CREATE VIEW', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_%', 'SHOW VIEW', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_%', 'CREATE ROUTINE', 'NO'),
('\'canonmal\'@\'localhost\'', NULL, 'canonmal\\_%', 'ALTER ROUTINE', 'NO');

-- --------------------------------------------------------

-- 
-- Table structure for table `STATISTICS`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TEMPORARY TABLE `STATISTICS` (
  `TABLE_CATALOG` varchar(512) default NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL default '',
  `TABLE_NAME` varchar(64) NOT NULL default '',
  `NON_UNIQUE` bigint(1) NOT NULL default '0',
  `INDEX_SCHEMA` varchar(64) NOT NULL default '',
  `INDEX_NAME` varchar(64) NOT NULL default '',
  `SEQ_IN_INDEX` bigint(2) NOT NULL default '0',
  `COLUMN_NAME` varchar(64) NOT NULL default '',
  `COLLATION` varchar(1) default NULL,
  `CARDINALITY` bigint(21) default NULL,
  `SUB_PART` bigint(3) default NULL,
  `PACKED` varchar(10) default NULL,
  `NULLABLE` varchar(3) NOT NULL default '',
  `INDEX_TYPE` varchar(16) NOT NULL default '',
  `COMMENT` varchar(16) default NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `STATISTICS`
-- 

INSERT INTO `STATISTICS` VALUES (NULL, 'canonmal_StockBridge', 'OrderProducts', '0', 'canonmal_StockBridge', 'PRIMARY', '1', 'Sysref', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_StockBridge', 'Orders', '0', 'canonmal_StockBridge', 'PRIMARY', '1', 'Sysref', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_StockBridge', 'Orders', '0', 'canonmal_StockBridge', 'OrderID', '1', 'orderID', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_StockBridge', 'Products', '0', 'canonmal_StockBridge', 'PRIMARY', '1', 'Sysref', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_StockBridge', 'Products', '0', 'canonmal_StockBridge', 'SKU', '1', 'sku', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'admin_assert', '0', 'canonmal_avastore', 'PRIMARY', '1', 'assert_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'admin_role', '0', 'canonmal_avastore', 'PRIMARY', '1', 'role_id', 'A', '7', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'admin_role', '1', 'canonmal_avastore', 'parent_id', '1', 'parent_id', 'A', '7', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'admin_role', '1', 'canonmal_avastore', 'parent_id', '2', 'sort_order', 'A', '7', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'admin_role', '1', 'canonmal_avastore', 'tree_level', '1', 'tree_level', 'A', '7', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'admin_rule', '0', 'canonmal_avastore', 'PRIMARY', '1', 'rule_id', 'A', '203', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'admin_rule', '1', 'canonmal_avastore', 'resource', '1', 'resource_id', 'A', '203', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'admin_rule', '1', 'canonmal_avastore', 'resource', '2', 'role_id', 'A', '203', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'admin_rule', '1', 'canonmal_avastore', 'role_id', '1', 'role_id', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'admin_rule', '1', 'canonmal_avastore', 'role_id', '2', 'resource_id', 'A', '203', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'admin_user', '0', 'canonmal_avastore', 'PRIMARY', '1', 'user_id', 'A', '7', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'admin_user', '0', 'canonmal_avastore', 'UNQ_ADMIN_USER_USERNAME', '1', 'username', 'A', '7', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'adminnotification_inbox', '0', 'canonmal_avastore', 'PRIMARY', '1', 'notification_id', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'adminnotification_inbox', '1', 'canonmal_avastore', 'IDX_SEVERITY', '1', 'severity', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'adminnotification_inbox', '1', 'canonmal_avastore', 'IDX_IS_READ', '1', 'is_read', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'adminnotification_inbox', '1', 'canonmal_avastore', 'IDX_IS_REMOVE', '1', 'is_remove', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'api_assert', '0', 'canonmal_avastore', 'PRIMARY', '1', 'assert_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'api_role', '0', 'canonmal_avastore', 'PRIMARY', '1', 'role_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'api_role', '1', 'canonmal_avastore', 'parent_id', '1', 'parent_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'api_role', '1', 'canonmal_avastore', 'parent_id', '2', 'sort_order', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'api_role', '1', 'canonmal_avastore', 'tree_level', '1', 'tree_level', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'api_rule', '0', 'canonmal_avastore', 'PRIMARY', '1', 'rule_id', 'A', '88', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'api_rule', '1', 'canonmal_avastore', 'resource', '1', 'resource_id', 'A', '88', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'api_rule', '1', 'canonmal_avastore', 'resource', '2', 'role_id', 'A', '88', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'api_rule', '1', 'canonmal_avastore', 'role_id', '1', 'role_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'api_rule', '1', 'canonmal_avastore', 'role_id', '2', 'resource_id', 'A', '88', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'api_session', '1', 'canonmal_avastore', 'API_SESSION_USER', '1', 'user_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'api_session', '1', 'canonmal_avastore', 'API_SESSION_SESSID', '1', 'sessid', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'api_user', '0', 'canonmal_avastore', 'PRIMARY', '1', 'user_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'ayaline_catalogindex_infogroup', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'ayaline_catalogindex_infogroup', '0', 'canonmal_avastore', 'PRIMARY', '2', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'ayaline_catalogindex_infogroup', '0', 'canonmal_avastore', 'PRIMARY', '3', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'ayaline_catalogindex_infogroup', '0', 'canonmal_avastore', 'PRIMARY', '4', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'ayaline_catalogindex_infogroup', '1', 'canonmal_avastore', 'store_id', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'ayaline_catalogindex_infogroup', '1', 'canonmal_avastore', 'entity_id', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'ayaline_catalogindex_infogroup', '1', 'canonmal_avastore', 'attribute_id', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_infogroup', '0', 'canonmal_avastore', 'PRIMARY', '1', 'infogroup_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_infogroup', '1', 'canonmal_avastore', 'attribute_id', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_infogroup_value', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_infogroup_value', '1', 'canonmal_avastore', 'infogroup_id', '1', 'infogroup_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_infogroup_value', '1', 'canonmal_avastore', 'store_id', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_range', '0', 'canonmal_avastore', 'PRIMARY', '1', 'range_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_range', '1', 'canonmal_avastore', 'attribute_id', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_range_value', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_range_value', '1', 'canonmal_avastore', 'range_id', '1', 'range_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_range_value', '1', 'canonmal_avastore', 'store_id', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_anc_categs_index_idx', '1', 'canonmal_avastore', 'IDX_CATEGORY', '1', 'category_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_anc_categs_index_tmp', '1', 'canonmal_avastore', 'IDX_CATEGORY', '1', 'category_id', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '98', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity', '1', 'canonmal_avastore', 'IDX_LEVEL', '1', 'level', 'A', '14', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '194', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', '0', 'canonmal_avastore', 'IDX_BASE', '1', 'entity_type_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', '0', 'canonmal_avastore', 'IDX_BASE', '2', 'entity_id', 'A', '194', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', '0', 'canonmal_avastore', 'IDX_BASE', '3', 'attribute_id', 'A', '194', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', '0', 'canonmal_avastore', 'IDX_BASE', '4', 'store_id', 'A', '194', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_DATETIME_ENTITY', '1', 'entity_id', 'A', '194', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', '1', 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_DATETIME_ATTRIBUTE', '1', 'attribute_id', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', '1', 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_DATETIME_STORE', '1', 'store_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', '0', 'canonmal_avastore', 'IDX_BASE', '1', 'entity_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', '0', 'canonmal_avastore', 'IDX_BASE', '2', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', '0', 'canonmal_avastore', 'IDX_BASE', '3', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', '0', 'canonmal_avastore', 'IDX_BASE', '4', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_DECIMAL_ENTITY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', '1', 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_DECIMAL_ATTRIBUTE', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', '1', 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_DECIMAL_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_int', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '181', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_int', '0', 'canonmal_avastore', 'IDX_BASE', '1', 'entity_type_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_int', '0', 'canonmal_avastore', 'IDX_BASE', '2', 'entity_id', 'A', '181', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_int', '0', 'canonmal_avastore', 'IDX_BASE', '3', 'attribute_id', 'A', '181', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_int', '0', 'canonmal_avastore', 'IDX_BASE', '4', 'store_id', 'A', '181', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_int', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_INT_ENTITY', '1', 'entity_id', 'A', '181', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_int', '1', 'canonmal_avastore', 'FK_CATALOG_CATEGORY_EMTITY_INT_ATTRIBUTE', '1', 'attribute_id', 'A', '15', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_int', '1', 'canonmal_avastore', 'FK_CATALOG_CATEGORY_EMTITY_INT_STORE', '1', 'store_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_text', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '567', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_text', '0', 'canonmal_avastore', 'IDX_BASE', '1', 'entity_type_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_text', '0', 'canonmal_avastore', 'IDX_BASE', '2', 'entity_id', 'A', '283', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_text', '0', 'canonmal_avastore', 'IDX_BASE', '3', 'attribute_id', 'A', '567', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_text', '0', 'canonmal_avastore', 'IDX_BASE', '4', 'store_id', 'A', '567', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_text', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_TEXT_ENTITY', '1', 'entity_id', 'A', '283', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_text', '1', 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_TEXT_ATTRIBUTE', '1', 'attribute_id', 'A', '14', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_text', '1', 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_TEXT_STORE', '1', 'store_id', 'A', '5', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '904', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', '0', 'canonmal_avastore', 'IDX_BASE', '1', 'entity_type_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', '0', 'canonmal_avastore', 'IDX_BASE', '2', 'entity_id', 'A', '226', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', '0', 'canonmal_avastore', 'IDX_BASE', '3', 'attribute_id', 'A', '904', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', '0', 'canonmal_avastore', 'IDX_BASE', '4', 'store_id', 'A', '904', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_VARCHAR_ENTITY', '1', 'entity_id', 'A', '226', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', '1', 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE', '1', 'attribute_id', 'A', '18', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', '1', 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE', '1', 'store_id', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', '1', 'canonmal_avastore', 'MAGMI_CCEV_OPTIMIZATION_IDX', '1', 'value', 'A', '226', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '129', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', '1', 'canonmal_avastore', 'IDX_STORE', '1', 'store_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', '1', 'canonmal_avastore', 'IDX_PATH', '1', 'path', 'A', '129', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', '1', 'canonmal_avastore', 'IDX_LEVEL', '1', 'level', 'A', '32', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product', '0', 'canonmal_avastore', 'UNQ_CATEGORY_PRODUCT', '1', 'category_id', 'A', '241', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product', '0', 'canonmal_avastore', 'UNQ_CATEGORY_PRODUCT', '2', 'product_id', 'A', '964', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product', '1', 'canonmal_avastore', 'CATALOG_CATEGORY_PRODUCT_CATEGORY', '1', 'category_id', 'A', '137', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product', '1', 'canonmal_avastore', 'CATALOG_CATEGORY_PRODUCT_PRODUCT', '1', 'product_id', 'A', '964', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index', '0', 'canonmal_avastore', 'UNQ_CATEGORY_PRODUCT', '1', 'category_id', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index', '0', 'canonmal_avastore', 'UNQ_CATEGORY_PRODUCT', '2', 'product_id', 'A', '49', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index', '0', 'canonmal_avastore', 'UNQ_CATEGORY_PRODUCT', '3', 'store_id', 'A', '49', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index', '1', 'canonmal_avastore', 'FK_CATALOG_CATEGORY_PRODUCT_INDEX_CATEGORY_ENTITY', '1', 'category_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index', '1', 'canonmal_avastore', 'IDX_JOIN', '1', 'product_id', 'A', '16', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index', '1', 'canonmal_avastore', 'IDX_JOIN', '2', 'store_id', 'A', '16', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index', '1', 'canonmal_avastore', 'IDX_JOIN', '3', 'category_id', 'A', '49', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index', '1', 'canonmal_avastore', 'IDX_JOIN', '4', 'visibility', 'A', '49', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index', '1', 'canonmal_avastore', 'IDX_BASE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index', '1', 'canonmal_avastore', 'IDX_BASE', '2', 'category_id', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index', '1', 'canonmal_avastore', 'IDX_BASE', '3', 'visibility', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index', '1', 'canonmal_avastore', 'IDX_BASE', '4', 'is_parent', 'A', '5', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index', '1', 'canonmal_avastore', 'IDX_BASE', '5', 'position', 'A', '5', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_enbl_idx', '1', 'canonmal_avastore', 'IDX_PRODUCT', '1', 'product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_enbl_tmp', '1', 'canonmal_avastore', 'IDX_PRODUCT', '1', 'product_id', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_idx', '1', 'canonmal_avastore', 'IDX_PRODUCT_CATEGORY_STORE', '1', 'product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_idx', '1', 'canonmal_avastore', 'IDX_PRODUCT_CATEGORY_STORE', '2', 'category_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_idx', '1', 'canonmal_avastore', 'IDX_PRODUCT_CATEGORY_STORE', '3', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_compare_item', '0', 'canonmal_avastore', 'PRIMARY', '1', 'catalog_compare_item_id', 'A', '119', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_compare_item', '1', 'canonmal_avastore', 'FK_CATALOG_COMPARE_ITEM_CUSTOMER', '1', 'customer_id', 'A', '6', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_compare_item', '1', 'canonmal_avastore', 'FK_CATALOG_COMPARE_ITEM_PRODUCT', '1', 'product_id', 'A', '119', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_compare_item', '1', 'canonmal_avastore', 'IDX_VISITOR_PRODUCTS', '1', 'visitor_id', 'A', '119', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_compare_item', '1', 'canonmal_avastore', 'IDX_VISITOR_PRODUCTS', '2', 'product_id', 'A', '119', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_compare_item', '1', 'canonmal_avastore', 'IDX_CUSTOMER_PRODUCTS', '1', 'customer_id', 'A', '6', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_compare_item', '1', 'canonmal_avastore', 'IDX_CUSTOMER_PRODUCTS', '2', 'product_id', 'A', '119', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_compare_item', '1', 'canonmal_avastore', 'FK_CATALOG_COMPARE_ITEM_STORE', '1', 'store_id', 'A', '2', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', '0', 'canonmal_avastore', 'PRIMARY', '1', 'attribute_id', 'A', '162', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', '1', 'canonmal_avastore', 'IDX_USED_FOR_SORT_BY', '1', 'used_for_sort_by', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', '1', 'canonmal_avastore', 'IDX_USED_IN_PRODUCT_LISTING', '1', 'used_in_product_listing', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_option', '0', 'canonmal_avastore', 'PRIMARY', '1', 'option_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_option', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_BUNDLE_OPTION_PARENT', '1', 'parent_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_option_value', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_option_value', '0', 'canonmal_avastore', 'UNQ_OPTION_STORE', '1', 'option_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_option_value', '0', 'canonmal_avastore', 'UNQ_OPTION_STORE', '2', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_price_index', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_price_index', '0', 'canonmal_avastore', 'PRIMARY', '2', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_price_index', '0', 'canonmal_avastore', 'PRIMARY', '3', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_price_index', '1', 'canonmal_avastore', 'IDX_WEBSITE', '1', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_price_index', '1', 'canonmal_avastore', 'IDX_CUSTOMER_GROUP', '1', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_selection', '0', 'canonmal_avastore', 'PRIMARY', '1', 'selection_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_selection', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_BUNDLE_SELECTION_OPTION', '1', 'option_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_selection', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_BUNDLE_SELECTION_PRODUCT', '1', 'product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_selection_price', '0', 'canonmal_avastore', 'PRIMARY', '1', 'selection_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_selection_price', '0', 'canonmal_avastore', 'PRIMARY', '2', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_selection_price', '1', 'canonmal_avastore', 'FK_BUNDLE_PRICE_SELECTION_WEBSITE', '1', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_stock_index', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_stock_index', '0', 'canonmal_avastore', 'PRIMARY', '2', 'stock_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_stock_index', '0', 'canonmal_avastore', 'PRIMARY', '3', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_stock_index', '0', 'canonmal_avastore', 'PRIMARY', '4', 'option_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_enabled_index', '0', 'canonmal_avastore', 'UNQ_PRODUCT_STORE', '1', 'product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_enabled_index', '0', 'canonmal_avastore', 'UNQ_PRODUCT_STORE', '2', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_enabled_index', '1', 'canonmal_avastore', 'IDX_PRODUCT_VISIBILITY_IN_STORE', '1', 'product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_enabled_index', '1', 'canonmal_avastore', 'IDX_PRODUCT_VISIBILITY_IN_STORE', '2', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_enabled_index', '1', 'canonmal_avastore', 'IDX_PRODUCT_VISIBILITY_IN_STORE', '3', 'visibility', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_enabled_index', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENABLED_INDEX_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '406', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_ENTITY_TYPE', '1', 'entity_type_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_ATTRIBUTE_SET_ID', '1', 'attribute_set_id', 'A', '58', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity', '1', 'canonmal_avastore', 'sku', '1', 'sku', 'A', '406', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_datetime', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '1663', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_datetime', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '1', 'entity_id', 'A', '831', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_datetime', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '2', 'attribute_id', 'A', '1663', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_datetime', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '3', 'store_id', 'A', '1663', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_datetime', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_DATETIME_ATTRIBUTE', '1', 'attribute_id', 'A', '6', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_datetime', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_DATETIME_STORE', '1', 'store_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_datetime', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_DATETIME_PRODUCT_ENTITY', '1', 'entity_id', 'A', '415', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_decimal', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '1405', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_decimal', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '1', 'entity_id', 'A', '1405', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_decimal', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '2', 'attribute_id', 'A', '1405', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_decimal', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '3', 'store_id', 'A', '1405', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_decimal', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_DECIMAL_STORE', '1', 'store_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_decimal', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_DECIMAL_PRODUCT_ENTITY', '1', 'entity_id', 'A', '1405', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_decimal', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_DECIMAL_ATTRIBUTE', '1', 'attribute_id', 'A', '7', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', '0', 'canonmal_avastore', 'IDX_BASE', '1', 'entity_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', '0', 'canonmal_avastore', 'IDX_BASE', '2', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', '0', 'canonmal_avastore', 'IDX_BASE', '3', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', '0', 'canonmal_avastore', 'IDX_BASE', '4', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_GALLERY_ENTITY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', '1', 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_GALLERY_ATTRIBUTE', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', '1', 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_GALLERY_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_int', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '3345', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_int', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '1', 'entity_id', 'A', '418', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_int', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '2', 'attribute_id', 'A', '3345', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_int', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '3', 'store_id', 'A', '3345', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_int', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE', '1', 'attribute_id', 'A', '14', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_int', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_INT_STORE', '1', 'store_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_int', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_INT_PRODUCT_ENTITY', '1', 'entity_id', 'A', '1115', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '286', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_MEDIA_GALLERY_ATTRIBUTE', '1', 'attribute_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_MEDIA_GALLERY_ENTITY', '1', 'entity_id', 'A', '286', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery', '1', 'canonmal_avastore', 'MAGMI_CPEM_OPTIMIZATION_IDX', '1', 'value', 'A', '286', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery_value', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '286', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery_value', '0', 'canonmal_avastore', 'PRIMARY', '2', 'store_id', 'A', '286', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery_value', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_MEDIA_GALLERY_VALUE_STORE', '1', 'store_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_text', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '2434', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_text', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '1', 'entity_id', 'A', '608', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_text', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '2', 'attribute_id', 'A', '2434', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_text', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '3', 'store_id', 'A', '2434', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_text', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_TEXT_ATTRIBUTE', '1', 'attribute_id', 'A', '5', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_text', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_TEXT_STORE', '1', 'store_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_text', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_TEXT_PRODUCT_ENTITY', '1', 'entity_id', 'A', '30', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', '0', 'canonmal_avastore', 'UNQ_CATALOG_PRODUCT_TIER_PRICE', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', '0', 'canonmal_avastore', 'UNQ_CATALOG_PRODUCT_TIER_PRICE', '2', 'all_groups', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', '0', 'canonmal_avastore', 'UNQ_CATALOG_PRODUCT_TIER_PRICE', '3', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', '0', 'canonmal_avastore', 'UNQ_CATALOG_PRODUCT_TIER_PRICE', '4', 'qty', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', '0', 'canonmal_avastore', 'UNQ_CATALOG_PRODUCT_TIER_PRICE', '5', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_TIER_PRICE_PRODUCT_ENTITY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_TIER_PRICE_GROUP', '1', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_TIER_WEBSITE', '1', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_varchar', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '7483', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_varchar', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '1', 'entity_id', 'A', '1069', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_varchar', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '2', 'attribute_id', 'A', '7483', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_varchar', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '3', 'store_id', 'A', '7483', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_varchar', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE', '1', 'attribute_id', 'A', '108', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_varchar', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE', '1', 'store_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_entity_varchar', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_VARCHAR_PRODUCT_ENTITY', '1', 'entity_id', 'A', '1496', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '556', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', '1', 'canonmal_avastore', 'IDX_TYPE_ID', '1', 'type_id', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', '1', 'canonmal_avastore', 'IDX_ATRRIBUTE_SET', '1', 'attribute_set_id', 'A', '55', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', '1', 'canonmal_avastore', 'IDX_NAME', '1', 'name', 'A', '556', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', '1', 'canonmal_avastore', 'IDX_PRICE', '1', 'price', 'A', '556', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '773', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav', '0', 'canonmal_avastore', 'PRIMARY', '2', 'attribute_id', 'A', '773', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav', '0', 'canonmal_avastore', 'PRIMARY', '3', 'store_id', 'A', '773', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav', '0', 'canonmal_avastore', 'PRIMARY', '4', 'value', 'A', '773', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav', '1', 'canonmal_avastore', 'IDX_ENTITY', '1', 'entity_id', 'A', '773', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav', '1', 'canonmal_avastore', 'IDX_ATTRIBUTE', '1', 'attribute_id', 'A', '20', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav', '1', 'canonmal_avastore', 'IDX_STORE', '1', 'store_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav', '1', 'canonmal_avastore', 'IDX_VALUE', '1', 'value', 'A', '35', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal', '0', 'canonmal_avastore', 'PRIMARY', '2', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal', '0', 'canonmal_avastore', 'PRIMARY', '3', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal', '0', 'canonmal_avastore', 'PRIMARY', '4', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal', '1', 'canonmal_avastore', 'IDX_ENTITY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal', '1', 'canonmal_avastore', 'IDX_ATTRIBUTE', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal', '1', 'canonmal_avastore', 'IDX_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal', '1', 'canonmal_avastore', 'IDX_VALUE', '1', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_idx', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_idx', '0', 'canonmal_avastore', 'PRIMARY', '2', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_idx', '0', 'canonmal_avastore', 'PRIMARY', '3', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_idx', '0', 'canonmal_avastore', 'PRIMARY', '4', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_idx', '1', 'canonmal_avastore', 'IDX_ENTITY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_idx', '1', 'canonmal_avastore', 'IDX_ATTRIBUTE', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_idx', '1', 'canonmal_avastore', 'IDX_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_idx', '1', 'canonmal_avastore', 'IDX_VALUE', '1', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_tmp', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_tmp', '0', 'canonmal_avastore', 'PRIMARY', '2', 'attribute_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_tmp', '0', 'canonmal_avastore', 'PRIMARY', '3', 'store_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_tmp', '0', 'canonmal_avastore', 'PRIMARY', '4', 'value', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_tmp', '1', 'canonmal_avastore', 'IDX_ENTITY', '1', 'entity_id', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_tmp', '1', 'canonmal_avastore', 'IDX_ATTRIBUTE', '1', 'attribute_id', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_tmp', '1', 'canonmal_avastore', 'IDX_STORE', '1', 'store_id', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_tmp', '1', 'canonmal_avastore', 'IDX_VALUE', '1', 'value', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_idx', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '400', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_idx', '0', 'canonmal_avastore', 'PRIMARY', '2', 'attribute_id', 'A', '400', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_idx', '0', 'canonmal_avastore', 'PRIMARY', '3', 'store_id', 'A', '400', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_idx', '0', 'canonmal_avastore', 'PRIMARY', '4', 'value', 'A', '400', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_idx', '1', 'canonmal_avastore', 'IDX_ENTITY', '1', 'entity_id', 'A', '400', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_idx', '1', 'canonmal_avastore', 'IDX_ATTRIBUTE', '1', 'attribute_id', 'A', '12', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_idx', '1', 'canonmal_avastore', 'IDX_STORE', '1', 'store_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_idx', '1', 'canonmal_avastore', 'IDX_VALUE', '1', 'value', 'A', '22', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_tmp', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_tmp', '0', 'canonmal_avastore', 'PRIMARY', '2', 'attribute_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_tmp', '0', 'canonmal_avastore', 'PRIMARY', '3', 'store_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_tmp', '0', 'canonmal_avastore', 'PRIMARY', '4', 'value', NULL, '1', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_tmp', '1', 'canonmal_avastore', 'IDX_ENTITY', '1', 'entity_id', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_tmp', '1', 'canonmal_avastore', 'IDX_ATTRIBUTE', '1', 'attribute_id', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_tmp', '1', 'canonmal_avastore', 'IDX_STORE', '1', 'store_id', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_tmp', '1', 'canonmal_avastore', 'IDX_VALUE', '1', 'value', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '634', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price', '0', 'canonmal_avastore', 'PRIMARY', '2', 'customer_group_id', 'A', '1269', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price', '0', 'canonmal_avastore', 'PRIMARY', '3', 'website_id', 'A', '1269', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price', '1', 'canonmal_avastore', 'IDX_CUSTOMER_GROUP', '1', 'customer_group_id', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price', '1', 'canonmal_avastore', 'IDX_WEBSITE', '1', 'website_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price', '1', 'canonmal_avastore', 'IDX_MIN_PRICE', '1', 'min_price', 'A', '423', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_idx', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_idx', '0', 'canonmal_avastore', 'PRIMARY', '2', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_idx', '0', 'canonmal_avastore', 'PRIMARY', '3', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_idx', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_idx', '0', 'canonmal_avastore', 'PRIMARY', '2', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_idx', '0', 'canonmal_avastore', 'PRIMARY', '3', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_idx', '0', 'canonmal_avastore', 'PRIMARY', '4', 'option_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_tmp', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_tmp', '0', 'canonmal_avastore', 'PRIMARY', '2', 'customer_group_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_tmp', '0', 'canonmal_avastore', 'PRIMARY', '3', 'website_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_tmp', '0', 'canonmal_avastore', 'PRIMARY', '4', 'option_id', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_idx', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_idx', '0', 'canonmal_avastore', 'PRIMARY', '2', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_idx', '0', 'canonmal_avastore', 'PRIMARY', '3', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_idx', '0', 'canonmal_avastore', 'PRIMARY', '4', 'option_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_idx', '0', 'canonmal_avastore', 'PRIMARY', '5', 'selection_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_tmp', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_tmp', '0', 'canonmal_avastore', 'PRIMARY', '2', 'customer_group_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_tmp', '0', 'canonmal_avastore', 'PRIMARY', '3', 'website_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_tmp', '0', 'canonmal_avastore', 'PRIMARY', '4', 'option_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_tmp', '0', 'canonmal_avastore', 'PRIMARY', '5', 'selection_id', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_tmp', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_tmp', '0', 'canonmal_avastore', 'PRIMARY', '2', 'customer_group_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_tmp', '0', 'canonmal_avastore', 'PRIMARY', '3', 'website_id', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_idx', '0', 'canonmal_avastore', 'PRIMARY', '1', 'parent_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_idx', '0', 'canonmal_avastore', 'PRIMARY', '2', 'child_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_idx', '0', 'canonmal_avastore', 'PRIMARY', '3', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_idx', '0', 'canonmal_avastore', 'PRIMARY', '4', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_tmp', '0', 'canonmal_avastore', 'PRIMARY', '1', 'parent_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_tmp', '0', 'canonmal_avastore', 'PRIMARY', '2', 'child_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_tmp', '0', 'canonmal_avastore', 'PRIMARY', '3', 'customer_group_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_tmp', '0', 'canonmal_avastore', 'PRIMARY', '4', 'website_id', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_idx', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_idx', '0', 'canonmal_avastore', 'PRIMARY', '2', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_idx', '0', 'canonmal_avastore', 'PRIMARY', '3', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_tmp', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_tmp', '0', 'canonmal_avastore', 'PRIMARY', '2', 'customer_group_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_tmp', '0', 'canonmal_avastore', 'PRIMARY', '3', 'website_id', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_idx', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_idx', '0', 'canonmal_avastore', 'PRIMARY', '2', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_idx', '0', 'canonmal_avastore', 'PRIMARY', '3', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_tmp', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_tmp', '0', 'canonmal_avastore', 'PRIMARY', '2', 'customer_group_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_tmp', '0', 'canonmal_avastore', 'PRIMARY', '3', 'website_id', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_idx', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_idx', '0', 'canonmal_avastore', 'PRIMARY', '2', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_idx', '0', 'canonmal_avastore', 'PRIMARY', '3', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_tmp', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_tmp', '0', 'canonmal_avastore', 'PRIMARY', '2', 'customer_group_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_tmp', '0', 'canonmal_avastore', 'PRIMARY', '3', 'website_id', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_idx', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '972', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_idx', '0', 'canonmal_avastore', 'PRIMARY', '2', 'customer_group_id', 'A', '1945', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_idx', '0', 'canonmal_avastore', 'PRIMARY', '3', 'website_id', 'A', '1945', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_idx', '1', 'canonmal_avastore', 'IDX_CUSTOMER_GROUP', '1', 'customer_group_id', 'A', '6', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_idx', '1', 'canonmal_avastore', 'IDX_WEBSITE', '1', 'website_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_idx', '1', 'canonmal_avastore', 'IDX_MIN_PRICE', '1', 'min_price', 'A', '972', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_idx', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_idx', '0', 'canonmal_avastore', 'PRIMARY', '2', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_idx', '0', 'canonmal_avastore', 'PRIMARY', '3', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_idx', '0', 'canonmal_avastore', 'PRIMARY', '4', 'option_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_tmp', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_tmp', '0', 'canonmal_avastore', 'PRIMARY', '2', 'customer_group_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_tmp', '0', 'canonmal_avastore', 'PRIMARY', '3', 'website_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_tmp', '0', 'canonmal_avastore', 'PRIMARY', '4', 'option_id', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_idx', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_idx', '0', 'canonmal_avastore', 'PRIMARY', '2', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_idx', '0', 'canonmal_avastore', 'PRIMARY', '3', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_tmp', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_tmp', '0', 'canonmal_avastore', 'PRIMARY', '2', 'customer_group_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_tmp', '0', 'canonmal_avastore', 'PRIMARY', '3', 'website_id', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_tmp', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_tmp', '0', 'canonmal_avastore', 'PRIMARY', '2', 'customer_group_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_tmp', '0', 'canonmal_avastore', 'PRIMARY', '3', 'website_id', NULL, '4', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_tmp', '1', 'canonmal_avastore', 'IDX_CUSTOMER_GROUP', '1', 'customer_group_id', NULL, '2', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_tmp', '1', 'canonmal_avastore', 'IDX_WEBSITE', '1', 'website_id', NULL, '1', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_tmp', '1', 'canonmal_avastore', 'IDX_MIN_PRICE', '1', 'min_price', NULL, '1', NULL, NULL, 'YES', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_tier_price', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_tier_price', '0', 'canonmal_avastore', 'PRIMARY', '2', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_tier_price', '0', 'canonmal_avastore', 'PRIMARY', '3', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_tier_price', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_TIER_PRICE_CUSTOMER', '1', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_tier_price', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_TIER_PRICE_WEBSITE', '1', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_website', '0', 'canonmal_avastore', 'PRIMARY', '1', 'website_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_website', '1', 'canonmal_avastore', 'IDX_DATE', '1', 'date', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link', '0', 'canonmal_avastore', 'PRIMARY', '1', 'link_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link', '0', 'canonmal_avastore', 'IDX_UNIQUE', '1', 'link_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link', '0', 'canonmal_avastore', 'IDX_UNIQUE', '2', 'product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link', '0', 'canonmal_avastore', 'IDX_UNIQUE', '3', 'linked_product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link', '1', 'canonmal_avastore', 'FK_LINK_PRODUCT', '1', 'product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link', '1', 'canonmal_avastore', 'FK_LINKED_PRODUCT', '1', 'linked_product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link', '1', 'canonmal_avastore', 'FK_PRODUCT_LINK_TYPE', '1', 'link_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute', '0', 'canonmal_avastore', 'PRIMARY', '1', 'product_link_attribute_id', 'A', '7', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_PRODUCT_LINK_TYPE', '1', 'link_type_id', 'A', '7', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_decimal', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_decimal', '1', 'canonmal_avastore', 'FK_DECIMAL_PRODUCT_LINK_ATTRIBUTE', '1', 'product_link_attribute_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_decimal', '1', 'canonmal_avastore', 'FK_DECIMAL_LINK', '1', 'link_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_int', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_int', '0', 'canonmal_avastore', 'UNQ_product_link_attribute_id_link_id', '1', 'product_link_attribute_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_int', '0', 'canonmal_avastore', 'UNQ_product_link_attribute_id_link_id', '2', 'link_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_int', '1', 'canonmal_avastore', 'FK_INT_PRODUCT_LINK_ATTRIBUTE', '1', 'product_link_attribute_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_int', '1', 'canonmal_avastore', 'FK_INT_PRODUCT_LINK', '1', 'link_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_varchar', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_varchar', '1', 'canonmal_avastore', 'FK_VARCHAR_PRODUCT_LINK_ATTRIBUTE', '1', 'product_link_attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_varchar', '1', 'canonmal_avastore', 'FK_VARCHAR_LINK', '1', 'link_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_link_type', '0', 'canonmal_avastore', 'PRIMARY', '1', 'link_type_id', 'A', '5', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option', '0', 'canonmal_avastore', 'PRIMARY', '1', 'option_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option', '1', 'canonmal_avastore', 'CATALOG_PRODUCT_OPTION_PRODUCT', '1', 'product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_price', '0', 'canonmal_avastore', 'PRIMARY', '1', 'option_price_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_price', '0', 'canonmal_avastore', 'UNQ_OPTION_STORE', '1', 'option_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_price', '0', 'canonmal_avastore', 'UNQ_OPTION_STORE', '2', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_price', '1', 'canonmal_avastore', 'CATALOG_PRODUCT_OPTION_PRICE_OPTION', '1', 'option_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_price', '1', 'canonmal_avastore', 'CATALOG_PRODUCT_OPTION_TITLE_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_title', '0', 'canonmal_avastore', 'PRIMARY', '1', 'option_title_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_title', '0', 'canonmal_avastore', 'UNQ_OPTION_STORE', '1', 'option_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_title', '0', 'canonmal_avastore', 'UNQ_OPTION_STORE', '2', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_title', '1', 'canonmal_avastore', 'CATALOG_PRODUCT_OPTION_TITLE_OPTION', '1', 'option_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_title', '1', 'canonmal_avastore', 'CATALOG_PRODUCT_OPTION_TITLE_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_price', '0', 'canonmal_avastore', 'PRIMARY', '1', 'option_type_price_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_price', '0', 'canonmal_avastore', 'UNQ_OPTION_TYPE_STORE', '1', 'option_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_price', '0', 'canonmal_avastore', 'UNQ_OPTION_TYPE_STORE', '2', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_price', '1', 'canonmal_avastore', 'CATALOG_PRODUCT_OPTION_TYPE_PRICE_OPTION_TYPE', '1', 'option_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_price', '1', 'canonmal_avastore', 'CATALOG_PRODUCT_OPTION_TYPE_PRICE_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_title', '0', 'canonmal_avastore', 'PRIMARY', '1', 'option_type_title_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_title', '0', 'canonmal_avastore', 'UNQ_OPTION_TYPE_STORE', '1', 'option_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_title', '0', 'canonmal_avastore', 'UNQ_OPTION_TYPE_STORE', '2', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_title', '1', 'canonmal_avastore', 'CATALOG_PRODUCT_OPTION_TYPE_TITLE_OPTION', '1', 'option_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_title', '1', 'canonmal_avastore', 'CATALOG_PRODUCT_OPTION_TYPE_TITLE_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_value', '0', 'canonmal_avastore', 'PRIMARY', '1', 'option_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_value', '1', 'canonmal_avastore', 'CATALOG_PRODUCT_OPTION_TYPE_VALUE_OPTION', '1', 'option_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_relation', '0', 'canonmal_avastore', 'PRIMARY', '1', 'parent_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_relation', '0', 'canonmal_avastore', 'PRIMARY', '2', 'child_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_relation', '1', 'canonmal_avastore', 'IDX_CHILD', '1', 'child_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute', '0', 'canonmal_avastore', 'PRIMARY', '1', 'product_super_attribute_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute', '0', 'canonmal_avastore', 'UNQ_product_id_attribute_id', '1', 'product_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute', '0', 'canonmal_avastore', 'UNQ_product_id_attribute_id', '2', 'attribute_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute', '1', 'canonmal_avastore', 'FK_SUPER_PRODUCT_ATTRIBUTE_PRODUCT', '1', 'product_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_label', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_label', '0', 'canonmal_avastore', 'UNQ_ATTRIBUTE_STORE', '1', 'product_super_attribute_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_label', '0', 'canonmal_avastore', 'UNQ_ATTRIBUTE_STORE', '2', 'store_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_label', '1', 'canonmal_avastore', 'FK_SUPER_PRODUCT_ATTRIBUTE_LABEL', '1', 'product_super_attribute_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_label', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_SUPER_ATTRIBUTE_LABEL_STORE', '1', 'store_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_pricing', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_pricing', '0', 'canonmal_avastore', 'UNQ_product_super_attribute_id_value_index_website_id', '1', 'product_super_attribute_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_pricing', '0', 'canonmal_avastore', 'UNQ_product_super_attribute_id_value_index_website_id', '2', 'value_index', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_pricing', '0', 'canonmal_avastore', 'UNQ_product_super_attribute_id_value_index_website_id', '3', 'website_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_pricing', '1', 'canonmal_avastore', 'FK_SUPER_PRODUCT_ATTRIBUTE_PRICING', '1', 'product_super_attribute_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_pricing', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_SUPER_PRICE_WEBSITE', '1', 'website_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_link', '0', 'canonmal_avastore', 'PRIMARY', '1', 'link_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_link', '0', 'canonmal_avastore', 'UNQ_product_id_parent_id', '1', 'product_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_link', '0', 'canonmal_avastore', 'UNQ_product_id_parent_id', '2', 'parent_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_link', '1', 'canonmal_avastore', 'FK_SUPER_PRODUCT_LINK_PARENT', '1', 'parent_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_super_link', '1', 'canonmal_avastore', 'FK_catalog_product_super_link', '1', 'product_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_website', '0', 'canonmal_avastore', 'PRIMARY', '1', 'product_id', 'A', '496', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_website', '0', 'canonmal_avastore', 'PRIMARY', '2', 'website_id', 'A', '496', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalog_product_website', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_WEBSITE_WEBSITE', '1', 'website_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_aggregation', '0', 'canonmal_avastore', 'PRIMARY', '1', 'aggregation_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_aggregation', '0', 'canonmal_avastore', 'IDX_STORE_KEY', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_aggregation', '0', 'canonmal_avastore', 'IDX_STORE_KEY', '2', 'key', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_aggregation_tag', '0', 'canonmal_avastore', 'PRIMARY', '1', 'tag_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_aggregation_tag', '0', 'canonmal_avastore', 'IDX_CODE', '1', 'tag_code', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_aggregation_to_tag', '0', 'canonmal_avastore', 'IDX_AGGREGATION_TAG', '1', 'aggregation_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_aggregation_to_tag', '0', 'canonmal_avastore', 'IDX_AGGREGATION_TAG', '2', 'tag_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_aggregation_to_tag', '1', 'canonmal_avastore', 'FK_CATALOGINDEX_AGGREGATION_TO_TAG_TAG', '1', 'tag_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_eav', '0', 'canonmal_avastore', 'PRIMARY', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_eav', '0', 'canonmal_avastore', 'PRIMARY', '2', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_eav', '0', 'canonmal_avastore', 'PRIMARY', '3', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_eav', '0', 'canonmal_avastore', 'PRIMARY', '4', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_eav', '1', 'canonmal_avastore', 'IDX_VALUE', '1', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_eav', '1', 'canonmal_avastore', 'FK_CATALOGINDEX_EAV_ENTITY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_eav', '1', 'canonmal_avastore', 'FK_CATALOGINDEX_EAV_ATTRIBUTE', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_eav', '1', 'canonmal_avastore', 'FK_CATALOGINDEX_EAV_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_minimal_price', '0', 'canonmal_avastore', 'PRIMARY', '1', 'index_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_minimal_price', '1', 'canonmal_avastore', 'IDX_VALUE', '1', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_minimal_price', '1', 'canonmal_avastore', 'IDX_QTY', '1', 'qty', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_minimal_price', '1', 'canonmal_avastore', 'FK_CATALOGINDEX_MINIMAL_PRICE_CUSTOMER_GROUP', '1', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_minimal_price', '1', 'canonmal_avastore', 'FK_CI_MINIMAL_PRICE_WEBSITE_ID', '1', 'website_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_minimal_price', '1', 'canonmal_avastore', 'IDX_FULL', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_minimal_price', '1', 'canonmal_avastore', 'IDX_FULL', '2', 'qty', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_minimal_price', '1', 'canonmal_avastore', 'IDX_FULL', '3', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_minimal_price', '1', 'canonmal_avastore', 'IDX_FULL', '4', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_minimal_price', '1', 'canonmal_avastore', 'IDX_FULL', '5', 'website_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_price', '1', 'canonmal_avastore', 'IDX_VALUE', '1', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_price', '1', 'canonmal_avastore', 'IDX_QTY', '1', 'qty', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_price', '1', 'canonmal_avastore', 'FK_CATALOGINDEX_PRICE_ENTITY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_price', '1', 'canonmal_avastore', 'FK_CATALOGINDEX_PRICE_ATTRIBUTE', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_price', '1', 'canonmal_avastore', 'FK_CATALOGINDEX_PRICE_CUSTOMER_GROUP', '1', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_price', '1', 'canonmal_avastore', 'IDX_RANGE_VALUE', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_price', '1', 'canonmal_avastore', 'IDX_RANGE_VALUE', '2', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_price', '1', 'canonmal_avastore', 'IDX_RANGE_VALUE', '3', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_price', '1', 'canonmal_avastore', 'IDX_RANGE_VALUE', '4', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_price', '1', 'canonmal_avastore', 'FK_CI_PRICE_WEBSITE_ID', '1', 'website_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_price', '1', 'canonmal_avastore', 'IDX_FULL', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_price', '1', 'canonmal_avastore', 'IDX_FULL', '2', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_price', '1', 'canonmal_avastore', 'IDX_FULL', '3', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_price', '1', 'canonmal_avastore', 'IDX_FULL', '4', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogindex_price', '1', 'canonmal_avastore', 'IDX_FULL', '5', 'website_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock', '0', 'canonmal_avastore', 'PRIMARY', '1', 'stock_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', '0', 'canonmal_avastore', 'PRIMARY', '1', 'item_id', 'A', '417', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', '0', 'canonmal_avastore', 'IDX_STOCK_PRODUCT', '1', 'product_id', 'A', '417', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', '0', 'canonmal_avastore', 'IDX_STOCK_PRODUCT', '2', 'stock_id', 'A', '417', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', '1', 'canonmal_avastore', 'FK_CATALOGINVENTORY_STOCK_ITEM_PRODUCT', '1', 'product_id', 'A', '417', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', '1', 'canonmal_avastore', 'FK_CATALOGINVENTORY_STOCK_ITEM_STOCK', '1', 'stock_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status', '0', 'canonmal_avastore', 'PRIMARY', '1', 'product_id', 'A', '595', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status', '0', 'canonmal_avastore', 'PRIMARY', '2', 'website_id', 'A', '595', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status', '0', 'canonmal_avastore', 'PRIMARY', '3', 'stock_id', 'A', '595', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status', '1', 'canonmal_avastore', 'FK_CATALOGINVENTORY_STOCK_STATUS_STOCK', '1', 'stock_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status', '1', 'canonmal_avastore', 'FK_CATALOGINVENTORY_STOCK_STATUS_WEBSITE', '1', 'website_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status_idx', '0', 'canonmal_avastore', 'PRIMARY', '1', 'product_id', 'A', '585', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status_idx', '0', 'canonmal_avastore', 'PRIMARY', '2', 'website_id', 'A', '585', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status_idx', '0', 'canonmal_avastore', 'PRIMARY', '3', 'stock_id', 'A', '585', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status_idx', '1', 'canonmal_avastore', 'FK_CATALOGINVENTORY_STOCK_STATUS_STOCK', '1', 'stock_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status_idx', '1', 'canonmal_avastore', 'FK_CATALOGINVENTORY_STOCK_STATUS_WEBSITE', '1', 'website_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status_tmp', '0', 'canonmal_avastore', 'PRIMARY', '1', 'product_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status_tmp', '0', 'canonmal_avastore', 'PRIMARY', '2', 'website_id', NULL, NULL, NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status_tmp', '0', 'canonmal_avastore', 'PRIMARY', '3', 'stock_id', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status_tmp', '1', 'canonmal_avastore', 'FK_CATALOGINVENTORY_STOCK_STATUS_STOCK', '1', 'stock_id', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status_tmp', '1', 'canonmal_avastore', 'FK_CATALOGINVENTORY_STOCK_STATUS_WEBSITE', '1', 'website_id', NULL, '0', NULL, NULL, '', 'HASH', ''),
(NULL, 'canonmal_avastore', 'catalogrule', '0', 'canonmal_avastore', 'PRIMARY', '1', 'rule_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule', '1', 'canonmal_avastore', 'sort_order', '1', 'is_active', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule', '1', 'canonmal_avastore', 'sort_order', '2', 'sort_order', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule', '1', 'canonmal_avastore', 'sort_order', '3', 'to_date', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule', '1', 'canonmal_avastore', 'sort_order', '4', 'from_date', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_affected_product', '0', 'canonmal_avastore', 'PRIMARY', '1', 'product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_group_website', '0', 'canonmal_avastore', 'PRIMARY', '1', 'rule_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_group_website', '0', 'canonmal_avastore', 'PRIMARY', '2', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_group_website', '0', 'canonmal_avastore', 'PRIMARY', '3', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_group_website', '1', 'canonmal_avastore', 'rule_id', '1', 'rule_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_group_website', '1', 'canonmal_avastore', 'customer_group_id', '1', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_group_website', '1', 'canonmal_avastore', 'website_id', '1', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', '0', 'canonmal_avastore', 'PRIMARY', '1', 'rule_product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', '0', 'canonmal_avastore', 'sort_order', '1', 'rule_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', '0', 'canonmal_avastore', 'sort_order', '2', 'from_time', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', '0', 'canonmal_avastore', 'sort_order', '3', 'to_time', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', '0', 'canonmal_avastore', 'sort_order', '4', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', '0', 'canonmal_avastore', 'sort_order', '5', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', '0', 'canonmal_avastore', 'sort_order', '6', 'product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', '0', 'canonmal_avastore', 'sort_order', '7', 'sort_order', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', '1', 'canonmal_avastore', 'FK_catalogrule_product_rule', '1', 'rule_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', '1', 'canonmal_avastore', 'FK_catalogrule_product_customergroup', '1', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', '1', 'canonmal_avastore', 'FK_catalogrule_product_website', '1', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', '1', 'canonmal_avastore', 'IDX_FROM_TIME', '1', 'from_time', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', '1', 'canonmal_avastore', 'IDX_TO_TIME', '1', 'to_time', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product', '1', 'canonmal_avastore', 'FK_CATALOGRULE_PRODUCT_PRODUCT', '1', 'product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product_price', '0', 'canonmal_avastore', 'PRIMARY', '1', 'rule_product_price_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product_price', '0', 'canonmal_avastore', 'rule_date', '1', 'rule_date', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product_price', '0', 'canonmal_avastore', 'rule_date', '2', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product_price', '0', 'canonmal_avastore', 'rule_date', '3', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product_price', '0', 'canonmal_avastore', 'rule_date', '4', 'product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product_price', '1', 'canonmal_avastore', 'FK_catalogrule_product_price_customergroup', '1', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product_price', '1', 'canonmal_avastore', 'FK_catalogrule_product_price_website', '1', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogrule_product_price', '1', 'canonmal_avastore', 'FK_CATALOGRULE_PRODUCT_PRICE_PRODUCT', '1', 'product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_fulltext', '0', 'canonmal_avastore', 'PRIMARY', '1', 'product_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_fulltext', '0', 'canonmal_avastore', 'PRIMARY', '2', 'store_id', 'A', '484', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_fulltext', '1', 'canonmal_avastore', 'data_index', '1', 'data_index', NULL, '484', NULL, NULL, '', 'FULLTEXT', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_query', '0', 'canonmal_avastore', 'PRIMARY', '1', 'query_id', 'A', '520', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_query', '1', 'canonmal_avastore', 'FK_CATALOGSEARCH_QUERY_STORE', '1', 'store_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_query', '1', 'canonmal_avastore', 'IDX_SEARCH_QUERY', '1', 'query_text', 'A', '520', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_query', '1', 'canonmal_avastore', 'IDX_SEARCH_QUERY', '2', 'store_id', 'A', '520', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_query', '1', 'canonmal_avastore', 'IDX_SEARCH_QUERY', '3', 'popularity', 'A', '520', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_result', '0', 'canonmal_avastore', 'PRIMARY', '1', 'query_id', 'A', '443', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_result', '0', 'canonmal_avastore', 'PRIMARY', '2', 'product_id', 'A', '18616', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_result', '1', 'canonmal_avastore', 'IDX_QUERY', '1', 'query_id', 'A', '206', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_result', '1', 'canonmal_avastore', 'IDX_PRODUCT', '1', 'product_id', 'A', '1241', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_result', '1', 'canonmal_avastore', 'IDX_RELEVANCE', '1', 'query_id', 'A', '282', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_result', '1', 'canonmal_avastore', 'IDX_RELEVANCE', '2', 'relevance', 'A', '564', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'checkout_agreement', '0', 'canonmal_avastore', 'PRIMARY', '1', 'agreement_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'checkout_agreement_store', '0', 'canonmal_avastore', 'agreement_id', '1', 'agreement_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'checkout_agreement_store', '0', 'canonmal_avastore', 'agreement_id', '2', 'store_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'checkout_agreement_store', '1', 'canonmal_avastore', 'FK_CHECKOUT_AGREEMENT_STORE', '1', 'store_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cms_block', '0', 'canonmal_avastore', 'PRIMARY', '1', 'block_id', 'A', '10', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cms_block_store', '0', 'canonmal_avastore', 'PRIMARY', '1', 'block_id', 'A', '16', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cms_block_store', '0', 'canonmal_avastore', 'PRIMARY', '2', 'store_id', 'A', '16', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cms_block_store', '1', 'canonmal_avastore', 'FK_CMS_BLOCK_STORE_STORE', '1', 'store_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cms_page', '0', 'canonmal_avastore', 'PRIMARY', '1', 'page_id', 'A', '10', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cms_page', '1', 'canonmal_avastore', 'identifier', '1', 'identifier', 'A', '10', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cms_page_store', '0', 'canonmal_avastore', 'PRIMARY', '1', 'page_id', 'A', '11', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cms_page_store', '0', 'canonmal_avastore', 'PRIMARY', '2', 'store_id', 'A', '11', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cms_page_store', '1', 'canonmal_avastore', 'FK_CMS_PAGE_STORE_STORE', '1', 'store_id', 'A', '5', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cmssearch_fulltext', '0', 'canonmal_avastore', 'PRIMARY', '1', 'page_id', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cmssearch_fulltext', '0', 'canonmal_avastore', 'PRIMARY', '2', 'store_id', 'A', '11', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cmssearch_fulltext', '1', 'canonmal_avastore', 'data_index', '1', 'data_index', NULL, NULL, NULL, NULL, '', 'FULLTEXT', ''),
(NULL, 'canonmal_avastore', 'cmssearch_result', '0', 'canonmal_avastore', 'PRIMARY', '1', 'query_id', 'A', '34', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cmssearch_result', '0', 'canonmal_avastore', 'PRIMARY', '2', 'page_id', 'A', '34', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cmssearch_result', '1', 'canonmal_avastore', 'IDX_QUERY', '1', 'query_id', 'A', '34', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cmssearch_result', '1', 'canonmal_avastore', 'IDX_PAGE', '1', 'page_id', 'A', '17', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cmssearch_result', '1', 'canonmal_avastore', 'IDX_RELEVANCE', '1', 'query_id', 'A', '34', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cmssearch_result', '1', 'canonmal_avastore', 'IDX_RELEVANCE', '2', 'relevance', 'A', '34', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_cache', '0', 'canonmal_avastore', 'PRIMARY', '1', 'id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_cache', '1', 'canonmal_avastore', 'IDX_EXPIRE_TIME', '1', 'expire_time', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_cache_option', '0', 'canonmal_avastore', 'PRIMARY', '1', 'code', 'A', '7', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_cache_tag', '0', 'canonmal_avastore', 'PRIMARY', '1', 'tag', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_cache_tag', '0', 'canonmal_avastore', 'PRIMARY', '2', 'cache_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_cache_tag', '1', 'canonmal_avastore', 'IDX_CACHE_ID', '1', 'cache_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_config_data', '0', 'canonmal_avastore', 'PRIMARY', '1', 'config_id', 'A', '757', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_config_data', '0', 'canonmal_avastore', 'config_scope', '1', 'scope', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_config_data', '0', 'canonmal_avastore', 'config_scope', '2', 'scope_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_config_data', '0', 'canonmal_avastore', 'config_scope', '3', 'path', 'A', '757', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_email_template', '0', 'canonmal_avastore', 'PRIMARY', '1', 'template_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_email_template', '0', 'canonmal_avastore', 'template_code', '1', 'template_code', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_email_template', '1', 'canonmal_avastore', 'added_at', '1', 'added_at', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_email_template', '1', 'canonmal_avastore', 'modified_at', '1', 'modified_at', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_flag', '0', 'canonmal_avastore', 'PRIMARY', '1', 'flag_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_flag', '1', 'canonmal_avastore', 'last_update', '1', 'last_update', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_layout_link', '0', 'canonmal_avastore', 'PRIMARY', '1', 'layout_link_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_layout_link', '0', 'canonmal_avastore', 'store_id', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_layout_link', '0', 'canonmal_avastore', 'store_id', '2', 'package', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_layout_link', '0', 'canonmal_avastore', 'store_id', '3', 'theme', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_layout_link', '0', 'canonmal_avastore', 'store_id', '4', 'layout_update_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_layout_link', '1', 'canonmal_avastore', 'FK_core_layout_link_update', '1', 'layout_update_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_layout_update', '0', 'canonmal_avastore', 'PRIMARY', '1', 'layout_update_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_layout_update', '1', 'canonmal_avastore', 'handle', '1', 'handle', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_resource', '0', 'canonmal_avastore', 'PRIMARY', '1', 'code', 'A', '65', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_session', '0', 'canonmal_avastore', 'PRIMARY', '1', 'session_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_session', '1', 'canonmal_avastore', 'FK_SESSION_WEBSITE', '1', 'website_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_store', '0', 'canonmal_avastore', 'PRIMARY', '1', 'store_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_store', '0', 'canonmal_avastore', 'code', '1', 'code', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_store', '1', 'canonmal_avastore', 'FK_STORE_WEBSITE', '1', 'website_id', 'A', '2', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_store', '1', 'canonmal_avastore', 'is_active', '1', 'is_active', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_store', '1', 'canonmal_avastore', 'is_active', '2', 'sort_order', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_store', '1', 'canonmal_avastore', 'FK_STORE_GROUP', '1', 'group_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_store_group', '0', 'canonmal_avastore', 'PRIMARY', '1', 'group_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_store_group', '1', 'canonmal_avastore', 'FK_STORE_GROUP_WEBSITE', '1', 'website_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_store_group', '1', 'canonmal_avastore', 'default_store_id', '1', 'default_store_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_translate', '0', 'canonmal_avastore', 'PRIMARY', '1', 'key_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_translate', '0', 'canonmal_avastore', 'IDX_CODE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_translate', '0', 'canonmal_avastore', 'IDX_CODE', '2', 'locale', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_translate', '0', 'canonmal_avastore', 'IDX_CODE', '3', 'string', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_translate', '1', 'canonmal_avastore', 'FK_CORE_TRANSLATE_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', '0', 'canonmal_avastore', 'PRIMARY', '1', 'url_rewrite_id', 'A', '1545', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', '0', 'canonmal_avastore', 'UNQ_REQUEST_PATH', '1', 'request_path', 'A', '1545', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', '0', 'canonmal_avastore', 'UNQ_REQUEST_PATH', '2', 'store_id', 'A', '1545', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', '0', 'canonmal_avastore', 'UNQ_PATH', '1', 'id_path', 'A', '1545', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', '0', 'canonmal_avastore', 'UNQ_PATH', '2', 'is_system', 'A', '1545', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', '0', 'canonmal_avastore', 'UNQ_PATH', '3', 'store_id', 'A', '1545', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', '1', 'canonmal_avastore', 'FK_CORE_URL_REWRITE_STORE', '1', 'store_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', '1', 'canonmal_avastore', 'IDX_ID_PATH', '1', 'id_path', 'A', '1545', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', '1', 'canonmal_avastore', 'IDX_TARGET_PATH', '1', 'target_path', 'A', '1545', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', '1', 'canonmal_avastore', 'IDX_TARGET_PATH', '2', 'store_id', 'A', '1545', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', '1', 'canonmal_avastore', 'FK_CORE_URL_REWRITE_PRODUCT', '1', 'product_id', 'A', '772', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', '1', 'canonmal_avastore', 'IDX_CATEGORY_REWRITE', '1', 'category_id', 'A', '220', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', '1', 'canonmal_avastore', 'IDX_CATEGORY_REWRITE', '2', 'is_system', 'A', '386', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', '1', 'canonmal_avastore', 'IDX_CATEGORY_REWRITE', '3', 'product_id', 'A', '1545', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', '1', 'canonmal_avastore', 'IDX_CATEGORY_REWRITE', '4', 'store_id', 'A', '1545', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_url_rewrite', '1', 'canonmal_avastore', 'IDX_CATEGORY_REWRITE', '5', 'id_path', 'A', '1545', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_variable', '0', 'canonmal_avastore', 'PRIMARY', '1', 'variable_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_variable', '0', 'canonmal_avastore', 'IDX_CODE', '1', 'code', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_variable_value', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_variable_value', '0', 'canonmal_avastore', 'IDX_VARIABLE_STORE', '1', 'variable_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_variable_value', '0', 'canonmal_avastore', 'IDX_VARIABLE_STORE', '2', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_variable_value', '1', 'canonmal_avastore', 'IDX_VARIABLE_ID', '1', 'variable_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_variable_value', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_website', '0', 'canonmal_avastore', 'PRIMARY', '1', 'website_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_website', '0', 'canonmal_avastore', 'code', '1', 'code', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_website', '1', 'canonmal_avastore', 'sort_order', '1', 'sort_order', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'core_website', '1', 'canonmal_avastore', 'default_group_id', '1', 'default_group_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated', '0', 'canonmal_avastore', 'PRIMARY', '1', 'id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated', '0', 'canonmal_avastore', 'UNQ_COUPON_AGGREGATED_PSOC', '1', 'period', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated', '0', 'canonmal_avastore', 'UNQ_COUPON_AGGREGATED_PSOC', '2', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated', '0', 'canonmal_avastore', 'UNQ_COUPON_AGGREGATED_PSOC', '3', 'order_status', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated', '0', 'canonmal_avastore', 'UNQ_COUPON_AGGREGATED_PSOC', '4', 'coupon_code', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated_order', '0', 'canonmal_avastore', 'PRIMARY', '1', 'id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated_order', '0', 'canonmal_avastore', 'UNQ_COUPON_AGGREGATED_ORDER_PSOC', '1', 'period', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated_order', '0', 'canonmal_avastore', 'UNQ_COUPON_AGGREGATED_ORDER_PSOC', '2', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated_order', '0', 'canonmal_avastore', 'UNQ_COUPON_AGGREGATED_ORDER_PSOC', '3', 'order_status', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated_order', '0', 'canonmal_avastore', 'UNQ_COUPON_AGGREGATED_ORDER_PSOC', '4', 'coupon_code', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'coupon_aggregated_order', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cron_schedule', '0', 'canonmal_avastore', 'PRIMARY', '1', 'schedule_id', 'A', '8', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cron_schedule', '1', 'canonmal_avastore', 'task_name', '1', 'job_code', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cron_schedule', '1', 'canonmal_avastore', 'scheduled_at', '1', 'scheduled_at', 'A', '8', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'cron_schedule', '1', 'canonmal_avastore', 'scheduled_at', '2', 'status', 'A', '8', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '7', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity', '1', 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_CUSTOMER_ID', '1', 'parent_id', 'A', '7', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_datetime', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_datetime', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_datetime', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '2', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_datetime', '1', 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_DATETIME_ENTITY_TYPE', '1', 'entity_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_datetime', '1', 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_DATETIME_ATTRIBUTE', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_datetime', '1', 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_DATETIME_ENTITY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_datetime', '1', 'canonmal_avastore', 'IDX_VALUE', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_datetime', '1', 'canonmal_avastore', 'IDX_VALUE', '2', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_datetime', '1', 'canonmal_avastore', 'IDX_VALUE', '3', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_decimal', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_decimal', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_decimal', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '2', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_decimal', '1', 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_DECIMAL_ENTITY_TYPE', '1', 'entity_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_decimal', '1', 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_DECIMAL_ATTRIBUTE', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_decimal', '1', 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_DECIMAL_ENTITY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_decimal', '1', 'canonmal_avastore', 'IDX_VALUE', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_decimal', '1', 'canonmal_avastore', 'IDX_VALUE', '2', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_decimal', '1', 'canonmal_avastore', 'IDX_VALUE', '3', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_int', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_int', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_int', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '2', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_int', '1', 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_INT_ENTITY_TYPE', '1', 'entity_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_int', '1', 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_INT_ATTRIBUTE', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_int', '1', 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_INT_ENTITY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_int', '1', 'canonmal_avastore', 'IDX_VALUE', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_int', '1', 'canonmal_avastore', 'IDX_VALUE', '2', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_int', '1', 'canonmal_avastore', 'IDX_VALUE', '3', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_text', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '7', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_text', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '1', 'entity_id', 'A', '7', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_text', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '2', 'attribute_id', 'A', '7', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_text', '1', 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_TEXT_ENTITY_TYPE', '1', 'entity_type_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_text', '1', 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_TEXT_ATTRIBUTE', '1', 'attribute_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_text', '1', 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_TEXT_ENTITY', '1', 'entity_id', 'A', '7', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_varchar', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '69', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_varchar', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '1', 'entity_id', 'A', '17', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_varchar', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '2', 'attribute_id', 'A', '69', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_varchar', '1', 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_VARCHAR_ENTITY_TYPE', '1', 'entity_type_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_varchar', '1', 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_VARCHAR_ATTRIBUTE', '1', 'attribute_id', 'A', '34', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_varchar', '1', 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_VARCHAR_ENTITY', '1', 'entity_id', 'A', '17', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_varchar', '1', 'canonmal_avastore', 'IDX_VALUE', '1', 'entity_id', 'A', '17', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_varchar', '1', 'canonmal_avastore', 'IDX_VALUE', '2', 'attribute_id', 'A', '69', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_address_entity_varchar', '1', 'canonmal_avastore', 'IDX_VALUE', '3', 'value', 'A', '69', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_eav_attribute', '0', 'canonmal_avastore', 'PRIMARY', '1', 'attribute_id', 'A', '33', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_eav_attribute_website', '0', 'canonmal_avastore', 'PRIMARY', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_eav_attribute_website', '0', 'canonmal_avastore', 'PRIMARY', '2', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_eav_attribute_website', '1', 'canonmal_avastore', 'IDX_WEBSITE', '1', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '35', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity', '1', 'canonmal_avastore', 'FK_CUSTOMER_ENTITY_STORE', '1', 'store_id', 'A', '2', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity', '1', 'canonmal_avastore', 'IDX_ENTITY_TYPE', '1', 'entity_type_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity', '1', 'canonmal_avastore', 'IDX_AUTH', '1', 'email', 'A', '35', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity', '1', 'canonmal_avastore', 'IDX_AUTH', '2', 'website_id', 'A', '35', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity', '1', 'canonmal_avastore', 'FK_CUSTOMER_WEBSITE', '1', 'website_id', 'A', '2', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_datetime', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '26', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_datetime', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '1', 'entity_id', 'A', '26', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_datetime', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '2', 'attribute_id', 'A', '26', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_datetime', '1', 'canonmal_avastore', 'FK_CUSTOMER_DATETIME_ENTITY_TYPE', '1', 'entity_type_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_datetime', '1', 'canonmal_avastore', 'FK_CUSTOMER_DATETIME_ATTRIBUTE', '1', 'attribute_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_datetime', '1', 'canonmal_avastore', 'FK_CUSTOMER_DATETIME_ENTITY', '1', 'entity_id', 'A', '26', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_datetime', '1', 'canonmal_avastore', 'IDX_VALUE', '1', 'entity_id', 'A', '26', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_datetime', '1', 'canonmal_avastore', 'IDX_VALUE', '2', 'attribute_id', 'A', '26', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_datetime', '1', 'canonmal_avastore', 'IDX_VALUE', '3', 'value', 'A', '26', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_decimal', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_decimal', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_decimal', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '2', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_decimal', '1', 'canonmal_avastore', 'FK_CUSTOMER_DECIMAL_ENTITY_TYPE', '1', 'entity_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_decimal', '1', 'canonmal_avastore', 'FK_CUSTOMER_DECIMAL_ATTRIBUTE', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_decimal', '1', 'canonmal_avastore', 'FK_CUSTOMER_DECIMAL_ENTITY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_decimal', '1', 'canonmal_avastore', 'IDX_VALUE', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_decimal', '1', 'canonmal_avastore', 'IDX_VALUE', '2', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_decimal', '1', 'canonmal_avastore', 'IDX_VALUE', '3', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_int', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '45', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_int', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '1', 'entity_id', 'A', '45', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_int', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '2', 'attribute_id', 'A', '45', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_int', '1', 'canonmal_avastore', 'FK_CUSTOMER_INT_ENTITY_TYPE', '1', 'entity_type_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_int', '1', 'canonmal_avastore', 'FK_CUSTOMER_INT_ATTRIBUTE', '1', 'attribute_id', 'A', '6', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_int', '1', 'canonmal_avastore', 'FK_CUSTOMER_INT_ENTITY', '1', 'entity_id', 'A', '45', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_int', '1', 'canonmal_avastore', 'IDX_VALUE', '1', 'entity_id', 'A', '45', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_int', '1', 'canonmal_avastore', 'IDX_VALUE', '2', 'attribute_id', 'A', '45', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_int', '1', 'canonmal_avastore', 'IDX_VALUE', '3', 'value', 'A', '45', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_text', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_text', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_text', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '2', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_text', '1', 'canonmal_avastore', 'FK_CUSTOMER_TEXT_ENTITY_TYPE', '1', 'entity_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_text', '1', 'canonmal_avastore', 'FK_CUSTOMER_TEXT_ATTRIBUTE', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_text', '1', 'canonmal_avastore', 'FK_CUSTOMER_TEXT_ENTITY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_varchar', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '181', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_varchar', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '1', 'entity_id', 'A', '90', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_varchar', '0', 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', '2', 'attribute_id', 'A', '181', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_varchar', '1', 'canonmal_avastore', 'FK_CUSTOMER_VARCHAR_ENTITY_TYPE', '1', 'entity_type_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_varchar', '1', 'canonmal_avastore', 'FK_CUSTOMER_VARCHAR_ATTRIBUTE', '1', 'attribute_id', 'A', '16', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_varchar', '1', 'canonmal_avastore', 'FK_CUSTOMER_VARCHAR_ENTITY', '1', 'entity_id', 'A', '90', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_varchar', '1', 'canonmal_avastore', 'IDX_VALUE', '1', 'entity_id', 'A', '90', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_varchar', '1', 'canonmal_avastore', 'IDX_VALUE', '2', 'attribute_id', 'A', '181', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_entity_varchar', '1', 'canonmal_avastore', 'IDX_VALUE', '3', 'value', 'A', '181', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_form_attribute', '0', 'canonmal_avastore', 'PRIMARY', '1', 'form_code', 'A', '17', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_form_attribute', '0', 'canonmal_avastore', 'PRIMARY', '2', 'attribute_id', 'A', '86', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_form_attribute', '1', 'canonmal_avastore', 'IDX_CUSTOMER_FORM_ATTRIBUTE_ATTRIBUTE', '1', 'attribute_id', 'A', '86', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'customer_group', '0', 'canonmal_avastore', 'PRIMARY', '1', 'customer_group_id', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'dataflow_batch', '0', 'canonmal_avastore', 'PRIMARY', '1', 'batch_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'dataflow_batch', '1', 'canonmal_avastore', 'FK_DATAFLOW_BATCH_PROFILE', '1', 'profile_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'dataflow_batch', '1', 'canonmal_avastore', 'FK_DATAFLOW_BATCH_STORE', '1', 'store_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'dataflow_batch', '1', 'canonmal_avastore', 'IDX_CREATED_AT', '1', 'created_at', 'A', '3', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'dataflow_batch_export', '0', 'canonmal_avastore', 'PRIMARY', '1', 'batch_export_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'dataflow_batch_export', '1', 'canonmal_avastore', 'FK_DATAFLOW_BATCH_EXPORT_BATCH', '1', 'batch_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'dataflow_batch_import', '0', 'canonmal_avastore', 'PRIMARY', '1', 'batch_import_id', 'A', '621', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'dataflow_batch_import', '1', 'canonmal_avastore', 'FK_DATAFLOW_BATCH_IMPORT_BATCH', '1', 'batch_id', 'A', '6', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'dataflow_import_data', '0', 'canonmal_avastore', 'PRIMARY', '1', 'import_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'dataflow_import_data', '1', 'canonmal_avastore', 'FK_dataflow_import_data', '1', 'session_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'dataflow_profile', '0', 'canonmal_avastore', 'PRIMARY', '1', 'profile_id', 'A', '6', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'dataflow_profile_history', '0', 'canonmal_avastore', 'PRIMARY', '1', 'history_id', 'A', '14', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'dataflow_profile_history', '1', 'canonmal_avastore', 'FK_dataflow_profile_history', '1', 'profile_id', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'dataflow_session', '0', 'canonmal_avastore', 'PRIMARY', '1', 'session_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'debug_log', '0', 'canonmal_avastore', 'PRIMARY', '1', 'logid', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'design_change', '0', 'canonmal_avastore', 'PRIMARY', '1', 'design_change_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'design_change', '1', 'canonmal_avastore', 'FK_DESIGN_CHANGE_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'directory_country', '0', 'canonmal_avastore', 'PRIMARY', '1', 'country_id', 'A', '246', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'directory_country_format', '0', 'canonmal_avastore', 'PRIMARY', '1', 'country_format_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'directory_country_format', '0', 'canonmal_avastore', 'country_type', '1', 'country_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'directory_country_format', '0', 'canonmal_avastore', 'country_type', '2', 'type', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'directory_country_region', '0', 'canonmal_avastore', 'PRIMARY', '1', 'region_id', 'A', '597', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'directory_country_region', '1', 'canonmal_avastore', 'FK_REGION_COUNTRY', '1', 'country_id', 'A', '39', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'directory_country_region_name', '0', 'canonmal_avastore', 'PRIMARY', '1', 'locale', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'directory_country_region_name', '0', 'canonmal_avastore', 'PRIMARY', '2', 'region_id', 'A', '319', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'directory_country_region_name', '1', 'canonmal_avastore', 'FK_DIRECTORY_REGION_NAME_REGION', '1', 'region_id', 'A', '319', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'directory_currency_rate', '0', 'canonmal_avastore', 'PRIMARY', '1', 'currency_from', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'directory_currency_rate', '0', 'canonmal_avastore', 'PRIMARY', '2', 'currency_to', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'directory_currency_rate', '1', 'canonmal_avastore', 'FK_CURRENCY_RATE_TO', '1', 'currency_to', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_link', '0', 'canonmal_avastore', 'PRIMARY', '1', 'link_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_link', '1', 'canonmal_avastore', 'DOWNLODABLE_LINK_PRODUCT', '1', 'product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_link', '1', 'canonmal_avastore', 'DOWNLODABLE_LINK_PRODUCT_SORT_ORDER', '1', 'product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_link', '1', 'canonmal_avastore', 'DOWNLODABLE_LINK_PRODUCT_SORT_ORDER', '2', 'sort_order', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_price', '0', 'canonmal_avastore', 'PRIMARY', '1', 'price_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_price', '1', 'canonmal_avastore', 'DOWNLOADABLE_LINK_PRICE_LINK', '1', 'link_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_price', '1', 'canonmal_avastore', 'DOWNLOADABLE_LINK_PRICE_WEBSITE', '1', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased', '0', 'canonmal_avastore', 'PRIMARY', '1', 'purchased_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased', '1', 'canonmal_avastore', 'DOWNLOADABLE_ORDER_ID', '1', 'order_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased', '1', 'canonmal_avastore', 'DOWNLOADABLE_CUSTOMER_ID', '1', 'customer_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased', '1', 'canonmal_avastore', 'KEY_DOWNLOADABLE_ORDER_ITEM_ID', '1', 'order_item_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', '0', 'canonmal_avastore', 'PRIMARY', '1', 'item_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', '1', 'canonmal_avastore', 'DOWNLOADABLE_LINK_PURCHASED_ID', '1', 'purchased_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', '1', 'canonmal_avastore', 'DOWNLOADABLE_ORDER_ITEM_ID', '1', 'order_item_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', '1', 'canonmal_avastore', 'DOWNLOADALBE_LINK_HASH', '1', 'link_hash', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_title', '0', 'canonmal_avastore', 'PRIMARY', '1', 'title_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_title', '0', 'canonmal_avastore', 'UNQ_LINK_TITLE_STORE', '1', 'link_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_title', '0', 'canonmal_avastore', 'UNQ_LINK_TITLE_STORE', '2', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_title', '1', 'canonmal_avastore', 'DOWNLOADABLE_LINK_TITLE_LINK', '1', 'link_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_link_title', '1', 'canonmal_avastore', 'DOWNLOADABLE_LINK_TITLE_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_sample', '0', 'canonmal_avastore', 'PRIMARY', '1', 'sample_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_sample', '1', 'canonmal_avastore', 'DOWNLODABLE_SAMPLE_PRODUCT', '1', 'product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_sample_title', '0', 'canonmal_avastore', 'PRIMARY', '1', 'title_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_sample_title', '0', 'canonmal_avastore', 'UNQ_SAMPLE_TITLE_STORE', '1', 'sample_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_sample_title', '0', 'canonmal_avastore', 'UNQ_SAMPLE_TITLE_STORE', '2', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_sample_title', '1', 'canonmal_avastore', 'DOWNLOADABLE_SAMPLE_TITLE_SAMPLE', '1', 'sample_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'downloadable_sample_title', '1', 'canonmal_avastore', 'DOWNLOADABLE_SAMPLE_TITLE_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', '0', 'canonmal_avastore', 'PRIMARY', '1', 'attribute_id', 'A', '235', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', '0', 'canonmal_avastore', 'entity_type_id', '1', 'entity_type_id', 'A', '16', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', '0', 'canonmal_avastore', 'entity_type_id', '2', 'attribute_code', 'A', '235', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', '1', 'canonmal_avastore', 'IDX_USED_FOR_SORT_BY', '1', 'entity_type_id', 'A', '16', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', '1', 'canonmal_avastore', 'IDX_USED_IN_PRODUCT_LISTING', '1', 'entity_type_id', 'A', '16', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute', '1', 'canonmal_avastore', 'MAGMI_EA_CODE_OPTIMIZATION_IDX', '1', 'attribute_code', 'A', '235', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_group', '0', 'canonmal_avastore', 'PRIMARY', '1', 'attribute_group_id', 'A', '231', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_group', '0', 'canonmal_avastore', 'attribute_set_id', '1', 'attribute_set_id', 'A', '77', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_group', '0', 'canonmal_avastore', 'attribute_set_id', '2', 'attribute_group_name', 'A', '231', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_group', '1', 'canonmal_avastore', 'attribute_set_id_2', '1', 'attribute_set_id', 'A', '77', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_group', '1', 'canonmal_avastore', 'attribute_set_id_2', '2', 'sort_order', 'A', '231', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_label', '0', 'canonmal_avastore', 'PRIMARY', '1', 'attribute_label_id', 'A', '58', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_label', '1', 'canonmal_avastore', 'IDX_ATTRIBUTE_LABEL_ATTRIBUTE', '1', 'attribute_id', 'A', '58', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_label', '1', 'canonmal_avastore', 'IDX_ATTRIBUTE_LABEL_STORE', '1', 'store_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_label', '1', 'canonmal_avastore', 'IDX_ATTRIBUTE_LABEL_ATTRIBUTE_STORE', '1', 'attribute_id', 'A', '58', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_label', '1', 'canonmal_avastore', 'IDX_ATTRIBUTE_LABEL_ATTRIBUTE_STORE', '2', 'store_id', 'A', '58', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_option', '0', 'canonmal_avastore', 'PRIMARY', '1', 'option_id', 'A', '76', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_option', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_OPTION_ATTRIBUTE', '1', 'attribute_id', 'A', '38', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_option_value', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '122', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_option_value', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_OPTION_VALUE_OPTION', '1', 'option_id', 'A', '122', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_option_value', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_OPTION_VALUE_STORE', '1', 'store_id', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_option_value', '1', 'canonmal_avastore', 'MAGMI_EAOV_OPTIMIZATION_IDX', '1', 'value', 'A', '122', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_set', '0', 'canonmal_avastore', 'PRIMARY', '1', 'attribute_set_id', 'A', '35', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_set', '0', 'canonmal_avastore', 'entity_type_id', '1', 'entity_type_id', 'A', '17', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_set', '0', 'canonmal_avastore', 'entity_type_id', '2', 'attribute_set_name', 'A', '35', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_set', '1', 'canonmal_avastore', 'entity_type_id_2', '1', 'entity_type_id', 'A', '17', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_attribute_set', '1', 'canonmal_avastore', 'entity_type_id_2', '2', 'sort_order', 'A', '35', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity', '1', 'canonmal_avastore', 'FK_ENTITY_ENTITY_TYPE', '1', 'entity_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity', '1', 'canonmal_avastore', 'FK_ENTITY_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_attribute', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_attribute_id', 'A', '1632', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_attribute', '0', 'canonmal_avastore', 'attribute_set_id_2', '1', 'attribute_set_id', 'A', '49', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_attribute', '0', 'canonmal_avastore', 'attribute_set_id_2', '2', 'attribute_id', 'A', '1632', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_attribute', '0', 'canonmal_avastore', 'attribute_group_id', '1', 'attribute_group_id', 'A', '272', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_attribute', '0', 'canonmal_avastore', 'attribute_group_id', '2', 'attribute_id', 'A', '1632', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_attribute', '1', 'canonmal_avastore', 'attribute_set_id_3', '1', 'attribute_set_id', 'A', '49', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_attribute', '1', 'canonmal_avastore', 'attribute_set_id_3', '2', 'sort_order', 'A', '1632', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_attribute', '1', 'canonmal_avastore', 'FK_EAV_ENTITY_ATTRIVUTE_ATTRIBUTE', '1', 'attribute_id', 'A', '326', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_datetime', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_datetime', '0', 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_datetime', '0', 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', '2', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_datetime', '0', 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', '3', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_datetime', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_DATETIME_ENTITY_TYPE', '1', 'entity_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_datetime', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_DATETIME_ATTRIBUTE', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_datetime', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_DATETIME_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_datetime', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_DATETIME_ENTITY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_datetime', '1', 'canonmal_avastore', 'value_by_attribute', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_datetime', '1', 'canonmal_avastore', 'value_by_attribute', '2', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_datetime', '1', 'canonmal_avastore', 'value_by_entity_type', '1', 'entity_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_datetime', '1', 'canonmal_avastore', 'value_by_entity_type', '2', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_decimal', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_decimal', '0', 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_decimal', '0', 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', '2', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_decimal', '0', 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', '3', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_decimal', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_DECIMAL_ENTITY_TYPE', '1', 'entity_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_decimal', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_DECIMAL_ATTRIBUTE', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_decimal', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_DECIMAL_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_decimal', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_DECIMAL_ENTITY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_decimal', '1', 'canonmal_avastore', 'value_by_attribute', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_decimal', '1', 'canonmal_avastore', 'value_by_attribute', '2', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_decimal', '1', 'canonmal_avastore', 'value_by_entity_type', '1', 'entity_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_decimal', '1', 'canonmal_avastore', 'value_by_entity_type', '2', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_int', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_int', '0', 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_int', '0', 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', '2', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_int', '0', 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', '3', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_int', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_INT_ENTITY_TYPE', '1', 'entity_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_int', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_INT_ATTRIBUTE', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_int', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_INT_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_int', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_INT_ENTITY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_int', '1', 'canonmal_avastore', 'value_by_attribute', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_int', '1', 'canonmal_avastore', 'value_by_attribute', '2', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_int', '1', 'canonmal_avastore', 'value_by_entity_type', '1', 'entity_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_int', '1', 'canonmal_avastore', 'value_by_entity_type', '2', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_store', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_store_id', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_store', '1', 'canonmal_avastore', 'FK_eav_entity_store_entity_type', '1', 'entity_type_id', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_store', '1', 'canonmal_avastore', 'FK_eav_entity_store_store', '1', 'store_id', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_text', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_text', '0', 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_text', '0', 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', '2', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_text', '0', 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', '3', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_text', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_TEXT_ENTITY_TYPE', '1', 'entity_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_text', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_TEXT_ATTRIBUTE', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_text', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_TEXT_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_text', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_TEXT_ENTITY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_type', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_type_id', 'A', '8', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_type', '1', 'canonmal_avastore', 'entity_name', '1', 'entity_type_code', 'A', '8', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_varchar', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_varchar', '0', 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_varchar', '0', 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', '2', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_varchar', '0', 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', '3', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_varchar', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_VARCHAR_ENTITY_TYPE', '1', 'entity_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_varchar', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_VARCHAR_ATTRIBUTE', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_varchar', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_VARCHAR_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_varchar', '1', 'canonmal_avastore', 'FK_ATTRIBUTE_VARCHAR_ENTITY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_varchar', '1', 'canonmal_avastore', 'value_by_attribute', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_varchar', '1', 'canonmal_avastore', 'value_by_attribute', '2', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_varchar', '1', 'canonmal_avastore', 'value_by_entity_type', '1', 'entity_type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_entity_varchar', '1', 'canonmal_avastore', 'value_by_entity_type', '2', 'value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_form_element', '0', 'canonmal_avastore', 'PRIMARY', '1', 'element_id', 'A', '68', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_form_element', '0', 'canonmal_avastore', 'UNQ_FORM_ATTRIBUTE', '1', 'type_id', 'A', '17', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_form_element', '0', 'canonmal_avastore', 'UNQ_FORM_ATTRIBUTE', '2', 'attribute_id', 'A', '68', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_form_element', '1', 'canonmal_avastore', 'IDX_FORM_TYPE', '1', 'type_id', 'A', '17', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_form_element', '1', 'canonmal_avastore', 'IDX_FORM_FIELDSET', '1', 'fieldset_id', 'A', '17', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_form_element', '1', 'canonmal_avastore', 'IDX_FORM_ATTRIBUTE', '1', 'attribute_id', 'A', '34', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_form_fieldset', '0', 'canonmal_avastore', 'PRIMARY', '1', 'fieldset_id', 'A', '6', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_form_fieldset', '0', 'canonmal_avastore', 'UNQ_FORM_FIELDSET_CODE', '1', 'type_id', 'A', '6', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_form_fieldset', '0', 'canonmal_avastore', 'UNQ_FORM_FIELDSET_CODE', '2', 'code', 'A', '6', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_form_fieldset', '1', 'canonmal_avastore', 'IDX_FORM_TYPE', '1', 'type_id', 'A', '6', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_form_fieldset_label', '0', 'canonmal_avastore', 'PRIMARY', '1', 'fieldset_id', 'A', '6', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_form_fieldset_label', '0', 'canonmal_avastore', 'PRIMARY', '2', 'store_id', 'A', '6', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_form_fieldset_label', '1', 'canonmal_avastore', 'IDX_FORM_FIELDSET', '1', 'fieldset_id', 'A', '6', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_form_fieldset_label', '1', 'canonmal_avastore', 'IDX_STORE', '1', 'store_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_form_type', '0', 'canonmal_avastore', 'PRIMARY', '1', 'type_id', 'A', '8', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_form_type', '0', 'canonmal_avastore', 'UNQ_FORM_TYPE_CODE', '1', 'code', 'A', '8', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_form_type', '0', 'canonmal_avastore', 'UNQ_FORM_TYPE_CODE', '2', 'theme', 'A', '8', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_form_type', '0', 'canonmal_avastore', 'UNQ_FORM_TYPE_CODE', '3', 'store_id', 'A', '8', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_form_type', '1', 'canonmal_avastore', 'IDX_STORE', '1', 'store_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_form_type_entity', '0', 'canonmal_avastore', 'PRIMARY', '1', 'type_id', 'A', '11', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_form_type_entity', '0', 'canonmal_avastore', 'PRIMARY', '2', 'entity_type_id', 'A', '11', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'eav_form_type_entity', '1', 'canonmal_avastore', 'IDX_EAV_ENTITY_TYPE', '1', 'entity_type_id', 'A', '5', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'engage_identifiers', '0', 'canonmal_avastore', 'PRIMARY', '1', 'engage_identifier_id', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'find_feed_import_codes', '0', 'canonmal_avastore', 'PRIMARY', '1', 'code_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'gift_message', '0', 'canonmal_avastore', 'PRIMARY', '1', 'gift_message_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'googlebase_attributes', '0', 'canonmal_avastore', 'PRIMARY', '1', 'id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'googlebase_attributes', '1', 'canonmal_avastore', 'GOOGLEBASE_ATTRIBUTES_ATTRIBUTE_ID', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'googlebase_attributes', '1', 'canonmal_avastore', 'GOOGLEBASE_ATTRIBUTES_TYPE_ID', '1', 'type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'googlebase_items', '0', 'canonmal_avastore', 'PRIMARY', '1', 'item_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'googlebase_items', '1', 'canonmal_avastore', 'GOOGLEBASE_ITEMS_PRODUCT_ID', '1', 'product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'googlebase_items', '1', 'canonmal_avastore', 'GOOGLEBASE_ITEMS_STORE_ID', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'googlebase_types', '0', 'canonmal_avastore', 'PRIMARY', '1', 'type_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'googlebase_types', '1', 'canonmal_avastore', 'GOOGLEBASE_TYPES_ATTRIBUTE_SET_ID', '1', 'attribute_set_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'googlecheckout_api_debug', '0', 'canonmal_avastore', 'PRIMARY', '1', 'debug_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'googlecheckout_notification', '0', 'canonmal_avastore', 'PRIMARY', '1', 'serial_number', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'googleoptimizer_code', '0', 'canonmal_avastore', 'PRIMARY', '1', 'code_id', 'A', '223', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'googleoptimizer_code', '1', 'canonmal_avastore', 'GOOGLEOPTIMIZER_CODE_STORE', '1', 'store_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'importexport_importdata', '0', 'canonmal_avastore', 'PRIMARY', '1', 'id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'index_event', '0', 'canonmal_avastore', 'PRIMARY', '1', 'event_id', 'A', '8142', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'index_event', '0', 'canonmal_avastore', 'IDX_UNIQUE_EVENT', '1', 'type', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'index_event', '0', 'canonmal_avastore', 'IDX_UNIQUE_EVENT', '2', 'entity', 'A', '7', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'index_event', '0', 'canonmal_avastore', 'IDX_UNIQUE_EVENT', '3', 'entity_pk', 'A', '8142', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'index_process', '0', 'canonmal_avastore', 'PRIMARY', '1', 'process_id', 'A', '9', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'index_process', '0', 'canonmal_avastore', 'IDX_CODE', '1', 'indexer_code', 'A', '9', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'index_process_event', '0', 'canonmal_avastore', 'PRIMARY', '1', 'process_id', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'index_process_event', '0', 'canonmal_avastore', 'PRIMARY', '2', 'event_id', 'A', '44403', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'index_process_event', '1', 'canonmal_avastore', 'FK_INDEX_EVNT_PROCESS', '1', 'event_id', 'A', '22201', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'log_customer', '0', 'canonmal_avastore', 'PRIMARY', '1', 'log_id', 'A', '81', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'log_customer', '1', 'canonmal_avastore', 'IDX_VISITOR', '1', 'visitor_id', 'A', '81', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'log_quote', '0', 'canonmal_avastore', 'PRIMARY', '1', 'quote_id', 'A', '282', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'log_summary', '0', 'canonmal_avastore', 'PRIMARY', '1', 'summary_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'log_summary_type', '0', 'canonmal_avastore', 'PRIMARY', '1', 'type_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'log_url', '0', 'canonmal_avastore', 'PRIMARY', '1', 'url_id', 'A', '120055', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'log_url', '1', 'canonmal_avastore', 'IDX_VISITOR', '1', 'visitor_id', 'A', '120055', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'log_url_info', '0', 'canonmal_avastore', 'PRIMARY', '1', 'url_id', 'A', '112608', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'log_visitor', '0', 'canonmal_avastore', 'PRIMARY', '1', 'visitor_id', 'A', '68359', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'log_visitor_info', '0', 'canonmal_avastore', 'PRIMARY', '1', 'visitor_id', 'A', '64625', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'log_visitor_online', '0', 'canonmal_avastore', 'PRIMARY', '1', 'visitor_id', 'A', '21', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'log_visitor_online', '1', 'canonmal_avastore', 'IDX_VISITOR_TYPE', '1', 'visitor_type', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'log_visitor_online', '1', 'canonmal_avastore', 'IDX_VISIT_TIME', '1', 'first_visit_at', 'A', '21', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'log_visitor_online', '1', 'canonmal_avastore', 'IDX_VISIT_TIME', '2', 'last_visit_at', 'A', '21', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'log_visitor_online', '1', 'canonmal_avastore', 'IDX_CUSTOMER', '1', 'customer_id', 'A', '4', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'newsletter_problem', '0', 'canonmal_avastore', 'PRIMARY', '1', 'problem_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'newsletter_problem', '1', 'canonmal_avastore', 'FK_PROBLEM_SUBSCRIBER', '1', 'subscriber_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'newsletter_problem', '1', 'canonmal_avastore', 'FK_PROBLEM_QUEUE', '1', 'queue_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue', '0', 'canonmal_avastore', 'PRIMARY', '1', 'queue_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue', '1', 'canonmal_avastore', 'FK_QUEUE_TEMPLATE', '1', 'template_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue_link', '0', 'canonmal_avastore', 'PRIMARY', '1', 'queue_link_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue_link', '1', 'canonmal_avastore', 'FK_QUEUE_LINK_SUBSCRIBER', '1', 'subscriber_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue_link', '1', 'canonmal_avastore', 'FK_QUEUE_LINK_QUEUE', '1', 'queue_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue_link', '1', 'canonmal_avastore', 'IDX_NEWSLETTER_QUEUE_LINK_SEND_AT', '1', 'queue_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue_link', '1', 'canonmal_avastore', 'IDX_NEWSLETTER_QUEUE_LINK_SEND_AT', '2', 'letter_sent_at', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue_store_link', '0', 'canonmal_avastore', 'PRIMARY', '1', 'queue_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue_store_link', '0', 'canonmal_avastore', 'PRIMARY', '2', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'newsletter_queue_store_link', '1', 'canonmal_avastore', 'FK_NEWSLETTER_QUEUE_STORE_LINK_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'newsletter_subscriber', '0', 'canonmal_avastore', 'PRIMARY', '1', 'subscriber_id', 'A', '30', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'newsletter_subscriber', '1', 'canonmal_avastore', 'FK_SUBSCRIBER_CUSTOMER', '1', 'customer_id', 'A', '30', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'newsletter_subscriber', '1', 'canonmal_avastore', 'FK_NEWSLETTER_SUBSCRIBER_STORE', '1', 'store_id', 'A', '2', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'newsletter_template', '0', 'canonmal_avastore', 'PRIMARY', '1', 'template_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'newsletter_template', '1', 'canonmal_avastore', 'template_actual', '1', 'template_actual', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'newsletter_template', '1', 'canonmal_avastore', 'added_at', '1', 'added_at', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'newsletter_template', '1', 'canonmal_avastore', 'modified_at', '1', 'modified_at', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'paygate_authorizenet_debug', '0', 'canonmal_avastore', 'PRIMARY', '1', 'debug_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'paypal_api_debug', '0', 'canonmal_avastore', 'PRIMARY', '1', 'debug_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'paypal_api_debug', '1', 'canonmal_avastore', 'debug_at', '1', 'debug_at', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'paypal_cert', '0', 'canonmal_avastore', 'PRIMARY', '1', 'cert_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'paypal_cert', '1', 'canonmal_avastore', 'IDX_PAYPAL_CERT_WEBSITE', '1', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report', '0', 'canonmal_avastore', 'PRIMARY', '1', 'report_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report', '0', 'canonmal_avastore', 'UNQ_REPORT_DATE_ACCOUNT', '1', 'report_date', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report', '0', 'canonmal_avastore', 'UNQ_REPORT_DATE_ACCOUNT', '2', 'account_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report_row', '0', 'canonmal_avastore', 'PRIMARY', '1', 'row_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'paypal_settlement_report_row', '1', 'canonmal_avastore', 'IDX_REPORT_ID', '1', 'report_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'paypaluk_api_debug', '0', 'canonmal_avastore', 'PRIMARY', '1', 'debug_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'paypaluk_api_debug', '1', 'canonmal_avastore', 'debug_at', '1', 'debug_at', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'poll', '0', 'canonmal_avastore', 'PRIMARY', '1', 'poll_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'poll', '1', 'canonmal_avastore', 'FK_POLL_STORE', '1', 'store_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'poll_answer', '0', 'canonmal_avastore', 'PRIMARY', '1', 'answer_id', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'poll_answer', '1', 'canonmal_avastore', 'FK_POLL_PARENT', '1', 'poll_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'poll_store', '0', 'canonmal_avastore', 'PRIMARY', '1', 'poll_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'poll_store', '0', 'canonmal_avastore', 'PRIMARY', '2', 'store_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'poll_store', '1', 'canonmal_avastore', 'FK_POLL_STORE_STORE', '1', 'store_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'poll_vote', '0', 'canonmal_avastore', 'PRIMARY', '1', 'vote_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'poll_vote', '1', 'canonmal_avastore', 'FK_POLL_ANSWER', '1', 'poll_answer_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'product_alert_price', '0', 'canonmal_avastore', 'PRIMARY', '1', 'alert_price_id', 'A', '10', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'product_alert_price', '1', 'canonmal_avastore', 'FK_PRODUCT_ALERT_PRICE_CUSTOMER', '1', 'customer_id', 'A', '10', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'product_alert_price', '1', 'canonmal_avastore', 'FK_PRODUCT_ALERT_PRICE_PRODUCT', '1', 'product_id', 'A', '10', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'product_alert_price', '1', 'canonmal_avastore', 'FK_PRODUCT_ALERT_PRICE_WEBSITE', '1', 'website_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'product_alert_stock', '0', 'canonmal_avastore', 'PRIMARY', '1', 'alert_stock_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'product_alert_stock', '1', 'canonmal_avastore', 'FK_PRODUCT_ALERT_STOCK_CUSTOMER', '1', 'customer_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'product_alert_stock', '1', 'canonmal_avastore', 'FK_PRODUCT_ALERT_STOCK_PRODUCT', '1', 'product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'product_alert_stock', '1', 'canonmal_avastore', 'FK_PRODUCT_ALERT_STOCK_WEBSITE', '1', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'rating', '0', 'canonmal_avastore', 'PRIMARY', '1', 'rating_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'rating', '0', 'canonmal_avastore', 'IDX_CODE', '1', 'rating_code', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'rating', '1', 'canonmal_avastore', 'FK_RATING_ENTITY', '1', 'entity_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'rating_entity', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'rating_entity', '0', 'canonmal_avastore', 'IDX_CODE', '1', 'entity_code', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'rating_option', '0', 'canonmal_avastore', 'PRIMARY', '1', 'option_id', 'A', '15', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'rating_option', '1', 'canonmal_avastore', 'FK_RATING_OPTION_RATING', '1', 'rating_id', 'A', '7', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote', '0', 'canonmal_avastore', 'PRIMARY', '1', 'vote_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote', '1', 'canonmal_avastore', 'FK_RATING_OPTION_VALUE_OPTION', '1', 'option_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote', '1', 'canonmal_avastore', 'FK_RATING_OPTION_REVIEW_ID', '1', 'review_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote_aggregated', '0', 'canonmal_avastore', 'PRIMARY', '1', 'primary_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote_aggregated', '1', 'canonmal_avastore', 'FK_RATING_OPTION_VALUE_AGGREGATE', '1', 'rating_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'rating_option_vote_aggregated', '1', 'canonmal_avastore', 'FK_RATING_OPTION_VOTE_AGGREGATED_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'rating_store', '0', 'canonmal_avastore', 'PRIMARY', '1', 'rating_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'rating_store', '0', 'canonmal_avastore', 'PRIMARY', '2', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'rating_store', '1', 'canonmal_avastore', 'FK_RATING_STORE_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'rating_title', '0', 'canonmal_avastore', 'PRIMARY', '1', 'rating_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'rating_title', '0', 'canonmal_avastore', 'PRIMARY', '2', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'rating_title', '1', 'canonmal_avastore', 'FK_RATING_TITLE_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_compared_product_index', '0', 'canonmal_avastore', 'PRIMARY', '1', 'index_id', 'A', '123', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_compared_product_index', '0', 'canonmal_avastore', 'UNQ_BY_VISITOR', '1', 'visitor_id', 'A', '123', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_compared_product_index', '0', 'canonmal_avastore', 'UNQ_BY_VISITOR', '2', 'product_id', 'A', '123', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_compared_product_index', '0', 'canonmal_avastore', 'UNQ_BY_CUSTOMER', '1', 'customer_id', 'A', '6', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_compared_product_index', '0', 'canonmal_avastore', 'UNQ_BY_CUSTOMER', '2', 'product_id', 'A', '123', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_compared_product_index', '1', 'canonmal_avastore', 'IDX_STORE', '1', 'store_id', 'A', '2', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_compared_product_index', '1', 'canonmal_avastore', 'IDX_SORT_ADDED_AT', '1', 'added_at', 'A', '123', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_compared_product_index', '1', 'canonmal_avastore', 'product_id', '1', 'product_id', 'A', '123', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_event', '0', 'canonmal_avastore', 'PRIMARY', '1', 'event_id', 'A', '30402', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_event', '1', 'canonmal_avastore', 'IDX_EVENT_TYPE', '1', 'event_type_id', 'A', '8', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_event', '1', 'canonmal_avastore', 'IDX_SUBJECT', '1', 'subject_id', 'A', '30402', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_event', '1', 'canonmal_avastore', 'IDX_OBJECT', '1', 'object_id', 'A', '1381', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_event', '1', 'canonmal_avastore', 'IDX_SUBTYPE', '1', 'subtype', 'A', '8', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_event', '1', 'canonmal_avastore', 'FK_REPORT_EVENT_STORE', '1', 'store_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_event_types', '0', 'canonmal_avastore', 'PRIMARY', '1', 'event_type_id', 'A', '6', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_viewed_product_index', '0', 'canonmal_avastore', 'PRIMARY', '1', 'index_id', 'A', '26508', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_viewed_product_index', '0', 'canonmal_avastore', 'UNQ_BY_VISITOR', '1', 'visitor_id', 'A', '6627', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_viewed_product_index', '0', 'canonmal_avastore', 'UNQ_BY_VISITOR', '2', 'product_id', 'A', '8836', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_viewed_product_index', '0', 'canonmal_avastore', 'UNQ_BY_CUSTOMER', '1', 'customer_id', 'A', '2', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_viewed_product_index', '0', 'canonmal_avastore', 'UNQ_BY_CUSTOMER', '2', 'product_id', 'A', '697', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_viewed_product_index', '1', 'canonmal_avastore', 'IDX_STORE', '1', 'store_id', 'A', '2', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_viewed_product_index', '1', 'canonmal_avastore', 'IDX_SORT_ADDED_AT', '1', 'added_at', 'A', '26508', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'report_viewed_product_index', '1', 'canonmal_avastore', 'product_id', '1', 'product_id', 'A', '1395', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'review', '0', 'canonmal_avastore', 'PRIMARY', '1', 'review_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'review', '1', 'canonmal_avastore', 'FK_REVIEW_ENTITY', '1', 'entity_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'review', '1', 'canonmal_avastore', 'FK_REVIEW_STATUS', '1', 'status_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'review', '1', 'canonmal_avastore', 'FK_REVIEW_PARENT_PRODUCT', '1', 'entity_pk_value', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'review_detail', '0', 'canonmal_avastore', 'PRIMARY', '1', 'detail_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'review_detail', '1', 'canonmal_avastore', 'FK_REVIEW_DETAIL_REVIEW', '1', 'review_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'review_detail', '1', 'canonmal_avastore', 'FK_REVIEW_DETAIL_STORE', '1', 'store_id', 'A', '3', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'review_detail', '1', 'canonmal_avastore', 'FK_REVIEW_DETAIL_CUSTOMER', '1', 'customer_id', 'A', '3', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'review_entity', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'review_entity_summary', '0', 'canonmal_avastore', 'PRIMARY', '1', 'primary_id', 'A', '61', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'review_entity_summary', '1', 'canonmal_avastore', 'FK_REVIEW_ENTITY_SUMMARY_STORE', '1', 'store_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'review_status', '0', 'canonmal_avastore', 'PRIMARY', '1', 'status_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'review_store', '0', 'canonmal_avastore', 'PRIMARY', '1', 'review_id', 'A', '6', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'review_store', '0', 'canonmal_avastore', 'PRIMARY', '2', 'store_id', 'A', '6', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'review_store', '1', 'canonmal_avastore', 'FK_REVIEW_STORE_STORE', '1', 'store_id', 'A', '6', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', '0', 'canonmal_avastore', 'PRIMARY', '1', 'id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_PRODUCT', '1', 'period', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_PRODUCT', '2', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_PRODUCT', '3', 'product_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', '1', 'canonmal_avastore', 'IDX_PRODUCT_ID', '1', 'product_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', '0', 'canonmal_avastore', 'PRIMARY', '1', 'id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_PRODUCT', '1', 'period', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_PRODUCT', '2', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_PRODUCT', '3', 'product_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', '1', 'canonmal_avastore', 'IDX_PRODUCT_ID', '1', 'product_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', '0', 'canonmal_avastore', 'PRIMARY', '1', 'id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_PRODUCT', '1', 'period', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_PRODUCT', '2', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_PRODUCT', '3', 'product_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', '1', 'canonmal_avastore', 'IDX_PRODUCT_ID', '1', 'product_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_billing_agreement', '0', 'canonmal_avastore', 'PRIMARY', '1', 'agreement_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_billing_agreement', '1', 'canonmal_avastore', 'IDX_CUSTOMER', '1', 'customer_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_billing_agreement', '1', 'canonmal_avastore', 'FK_BILLING_AGREEMENT_STORE', '1', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_billing_agreement_order', '0', 'canonmal_avastore', 'UNQ_BILLING_AGREEMENT_ORDER', '1', 'agreement_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_billing_agreement_order', '0', 'canonmal_avastore', 'UNQ_BILLING_AGREEMENT_ORDER', '2', 'order_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_billing_agreement_order', '1', 'canonmal_avastore', 'FK_BILLING_AGREEMENT_ORDER_ORDER', '1', 'order_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', '0', 'canonmal_avastore', 'UNQ_INCREMENT_ID', '1', 'increment_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', '1', 'canonmal_avastore', 'IDX_ORDER_ID', '1', 'order_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', '1', 'canonmal_avastore', 'IDX_CREDITMEMO_STATUS', '1', 'creditmemo_status', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', '1', 'canonmal_avastore', 'IDX_STATE', '1', 'state', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', '1', 'canonmal_avastore', 'IDX_CREATED_AT', '1', 'created_at', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_comment', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_comment', '1', 'canonmal_avastore', 'IDX_CREATED_AT', '1', 'created_at', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_comment', '1', 'canonmal_avastore', 'IDX_PARENT_ID', '1', 'parent_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', '0', 'canonmal_avastore', 'UNQ_INCREMENT_ID', '1', 'increment_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', '1', 'canonmal_avastore', 'IDX_GRAND_TOTAL', '1', 'grand_total', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', '1', 'canonmal_avastore', 'IDX_BASE_GRAND_TOTAL', '1', 'base_grand_total', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', '1', 'canonmal_avastore', 'IDX_ORDER_ID', '1', 'order_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', '1', 'canonmal_avastore', 'IDX_CREDITMEMO_STATUS', '1', 'creditmemo_status', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', '1', 'canonmal_avastore', 'IDX_STATE', '1', 'state', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', '1', 'canonmal_avastore', 'IDX_ORDER_INCREMENT_ID', '1', 'order_increment_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', '1', 'canonmal_avastore', 'IDX_CREATED_AT', '1', 'created_at', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', '1', 'canonmal_avastore', 'IDX_ORDER_CREATED_AT', '1', 'order_created_at', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', '1', 'canonmal_avastore', 'IDX_BILLING_NAME', '1', 'billing_name', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', '1', 'canonmal_avastore', 'IDX_PARENT_ID', '1', 'parent_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', '0', 'canonmal_avastore', 'UNQ_INCREMENT_ID', '1', 'increment_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', '1', 'canonmal_avastore', 'IDX_GRAND_TOTAL', '1', 'grand_total', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', '1', 'canonmal_avastore', 'IDX_ORDER_ID', '1', 'order_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', '1', 'canonmal_avastore', 'IDX_STATE', '1', 'state', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', '1', 'canonmal_avastore', 'IDX_CREATED_AT', '1', 'created_at', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_comment', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_comment', '1', 'canonmal_avastore', 'IDX_CREATED_AT', '1', 'created_at', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_comment', '1', 'canonmal_avastore', 'IDX_PARENT_ID', '1', 'parent_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', '0', 'canonmal_avastore', 'UNQ_INCREMENT_ID', '1', 'increment_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', '1', 'canonmal_avastore', 'IDX_GRAND_TOTAL', '1', 'grand_total', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', '1', 'canonmal_avastore', 'IDX_ORDER_ID', '1', 'order_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', '1', 'canonmal_avastore', 'IDX_STATE', '1', 'state', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', '1', 'canonmal_avastore', 'IDX_ORDER_INCREMENT_ID', '1', 'order_increment_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', '1', 'canonmal_avastore', 'IDX_CREATED_AT', '1', 'created_at', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', '1', 'canonmal_avastore', 'IDX_ORDER_CREATED_AT', '1', 'order_created_at', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', '1', 'canonmal_avastore', 'IDX_BILLING_NAME', '1', 'billing_name', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', '1', 'canonmal_avastore', 'IDX_PARENT_ID', '1', 'parent_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', '0', 'canonmal_avastore', 'UNQ_INCREMENT_ID', '1', 'increment_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', '1', 'canonmal_avastore', 'IDX_STATUS', '1', 'status', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', '1', 'canonmal_avastore', 'IDX_STATE', '1', 'state', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', '1', 'canonmal_avastore', 'IDX_CREATED_AT', '1', 'created_at', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', '1', 'canonmal_avastore', 'IDX_CUSTOMER_ID', '1', 'customer_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', '1', 'canonmal_avastore', 'IDX_EXT_ORDER_ID', '1', 'ext_order_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', '1', 'canonmal_avastore', 'IDX_UPDATED_AT', '1', 'updated_at', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order', '1', 'canonmal_avastore', 'IDX_QUOTE_ID', '1', 'quote_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '2', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', '1', 'canonmal_avastore', 'IDX_PARENT_ID', '1', 'parent_id', 'A', '2', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', '0', 'canonmal_avastore', 'UNQ_INCREMENT_ID', '1', 'increment_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', '1', 'canonmal_avastore', 'IDX_STATUS', '1', 'status', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', '1', 'canonmal_avastore', 'IDX_BASE_GRAND_TOTAL', '1', 'base_grand_total', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', '1', 'canonmal_avastore', 'IDX_BASE_TOTAL_PAID', '1', 'base_total_paid', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', '1', 'canonmal_avastore', 'IDX_GRAND_TOTAL', '1', 'grand_total', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', '1', 'canonmal_avastore', 'IDX_TOTAL_PAID', '1', 'total_paid', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', '1', 'canonmal_avastore', 'IDX_SHIPPING_NAME', '1', 'shipping_name', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', '1', 'canonmal_avastore', 'IDX_BILLING_NAME', '1', 'billing_name', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', '1', 'canonmal_avastore', 'IDX_CREATED_AT', '1', 'created_at', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', '1', 'canonmal_avastore', 'IDX_CUSTOMER_ID', '1', 'customer_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', '1', 'canonmal_avastore', 'IDX_UPDATED_AT', '1', 'updated_at', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', '0', 'canonmal_avastore', 'PRIMARY', '1', 'item_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', '1', 'canonmal_avastore', 'IDX_ORDER', '1', 'order_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', '1', 'canonmal_avastore', 'IDX_PRODUCT_ID', '1', 'product_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', '1', 'canonmal_avastore', 'IDX_PARENT_ID', '1', 'parent_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_status_history', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_status_history', '1', 'canonmal_avastore', 'IDX_PARENT_ID', '1', 'parent_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_order_status_history', '1', 'canonmal_avastore', 'IDX_CREATED_AT', '1', 'created_at', 'A', '3', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '31', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', '1', 'canonmal_avastore', 'IDX_CUSTOMER', '1', 'customer_id', 'A', '6', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', '1', 'canonmal_avastore', 'IDX_CUSTOMER', '2', 'store_id', 'A', '6', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', '1', 'canonmal_avastore', 'IDX_CUSTOMER', '3', 'is_active', 'A', '6', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', '1', 'canonmal_avastore', 'FK_SALES_QUOTE_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote', '1', 'canonmal_avastore', 'IDX_IS_ACTIVE', '1', 'is_active', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', '0', 'canonmal_avastore', 'PRIMARY', '1', 'address_id', 'A', '520', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', '1', 'canonmal_avastore', 'FK_SALES_QUOTE_ADDRESS_SALES_QUOTE', '1', 'quote_id', 'A', '520', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', '0', 'canonmal_avastore', 'PRIMARY', '1', 'address_item_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', '1', 'canonmal_avastore', 'FK_QUOTE_ADDRESS_ITEM_QUOTE_ADDRESS', '1', 'quote_address_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', '1', 'canonmal_avastore', 'FK_SALES_FLAT_QUOTE_ADDRESS_ITEM_PARENT', '1', 'parent_item_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', '1', 'canonmal_avastore', 'FK_SALES_QUOTE_ADDRESS_ITEM_QUOTE_ITEM', '1', 'quote_item_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', '0', 'canonmal_avastore', 'PRIMARY', '1', 'item_id', 'A', '173', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', '1', 'canonmal_avastore', 'FK_SALES_FLAT_QUOTE_ITEM_PARENT_ITEM', '1', 'parent_item_id', 'A', '3', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', '1', 'canonmal_avastore', 'FK_SALES_QUOTE_ITEM_CATALOG_PRODUCT_ENTITY', '1', 'product_id', 'A', '173', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', '1', 'canonmal_avastore', 'FK_SALES_QUOTE_ITEM_SALES_QUOTE', '1', 'quote_id', 'A', '173', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', '1', 'canonmal_avastore', 'FK_SALES_QUOTE_ITEM_STORE', '1', 'store_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item_option', '0', 'canonmal_avastore', 'PRIMARY', '1', 'option_id', 'A', '191', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item_option', '1', 'canonmal_avastore', 'FK_SALES_QUOTE_ITEM_OPTION_ITEM_ID', '1', 'item_id', 'A', '191', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', '0', 'canonmal_avastore', 'PRIMARY', '1', 'payment_id', 'A', '217', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', '1', 'canonmal_avastore', 'FK_SALES_QUOTE_PAYMENT_SALES_QUOTE', '1', 'quote_id', 'A', '217', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_shipping_rate', '0', 'canonmal_avastore', 'PRIMARY', '1', 'rate_id', 'A', '51', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_quote_shipping_rate', '1', 'canonmal_avastore', 'FK_SALES_QUOTE_SHIPPING_RATE_ADDRESS', '1', 'address_id', 'A', '51', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment', '0', 'canonmal_avastore', 'UNQ_INCREMENT_ID', '1', 'increment_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment', '1', 'canonmal_avastore', 'IDX_TOTAL_QTY', '1', 'total_qty', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment', '1', 'canonmal_avastore', 'IDX_ORDER_ID', '1', 'order_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment', '1', 'canonmal_avastore', 'IDX_CREATED_AT', '1', 'created_at', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment', '1', 'canonmal_avastore', 'IDX_UPDATED_AT', '1', 'updated_at', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_comment', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_comment', '1', 'canonmal_avastore', 'IDX_CREATED_AT', '1', 'created_at', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_comment', '1', 'canonmal_avastore', 'IDX_PARENT_ID', '1', 'parent_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', '0', 'canonmal_avastore', 'UNQ_INCREMENT_ID', '1', 'increment_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', '1', 'canonmal_avastore', 'IDX_TOTAL_QTY', '1', 'total_qty', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', '1', 'canonmal_avastore', 'IDX_ORDER_ID', '1', 'order_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', '1', 'canonmal_avastore', 'IDX_SHIPMENT_STATUS', '1', 'shipment_status', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', '1', 'canonmal_avastore', 'IDX_ORDER_INCREMENT_ID', '1', 'order_increment_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', '1', 'canonmal_avastore', 'IDX_CREATED_AT', '1', 'created_at', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', '1', 'canonmal_avastore', 'IDX_ORDER_CREATED_AT', '1', 'order_created_at', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', '1', 'canonmal_avastore', 'IDX_SHIPPING_NAME', '1', 'shipping_name', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_item', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_item', '1', 'canonmal_avastore', 'IDX_PARENT_ID', '1', 'parent_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_track', '0', 'canonmal_avastore', 'PRIMARY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_track', '1', 'canonmal_avastore', 'IDX_PARENT_ID', '1', 'parent_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_track', '1', 'canonmal_avastore', 'IDX_ORDER_ID', '1', 'order_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_track', '1', 'canonmal_avastore', 'IDX_CREATED_AT', '1', 'created_at', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated', '0', 'canonmal_avastore', 'PRIMARY', '1', 'id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '1', 'period', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '2', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '3', 'order_status', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated_order', '0', 'canonmal_avastore', 'PRIMARY', '1', 'id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated_order', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '1', 'period', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated_order', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '2', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated_order', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '3', 'order_status', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated_order', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', '0', 'canonmal_avastore', 'PRIMARY', '1', 'id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '1', 'period', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '2', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '3', 'order_status', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_order_status', '0', 'canonmal_avastore', 'PRIMARY', '1', 'status', 'A', '10', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_order_status_label', '0', 'canonmal_avastore', 'PRIMARY', '1', 'status', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_order_status_label', '0', 'canonmal_avastore', 'PRIMARY', '2', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_order_status_label', '1', 'canonmal_avastore', 'FK_SALES_ORDER_STATUS_LABEL_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_order_status_state', '0', 'canonmal_avastore', 'PRIMARY', '1', 'status', 'A', '9', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_order_status_state', '0', 'canonmal_avastore', 'PRIMARY', '2', 'state', 'A', '9', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_order_tax', '0', 'canonmal_avastore', 'PRIMARY', '1', 'tax_id', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_order_tax', '1', 'canonmal_avastore', 'IDX_ORDER_TAX', '1', 'order_id', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_order_tax', '1', 'canonmal_avastore', 'IDX_ORDER_TAX', '2', 'priority', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_order_tax', '1', 'canonmal_avastore', 'IDX_ORDER_TAX', '3', 'position', 'A', '4', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_payment_transaction', '0', 'canonmal_avastore', 'PRIMARY', '1', 'transaction_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_payment_transaction', '0', 'canonmal_avastore', 'UNQ_ORDER_PAYMENT_TXN', '1', 'order_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_payment_transaction', '0', 'canonmal_avastore', 'UNQ_ORDER_PAYMENT_TXN', '2', 'payment_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_payment_transaction', '0', 'canonmal_avastore', 'UNQ_ORDER_PAYMENT_TXN', '3', 'txn_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_payment_transaction', '1', 'canonmal_avastore', 'IDX_ORDER_ID', '1', 'order_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_payment_transaction', '1', 'canonmal_avastore', 'IDX_PARENT_ID', '1', 'parent_id', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_payment_transaction', '1', 'canonmal_avastore', 'IDX_PAYMENT_ID', '1', 'payment_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', '0', 'canonmal_avastore', 'PRIMARY', '1', 'profile_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', '0', 'canonmal_avastore', 'UNQ_INTERNAL_REF_ID', '1', 'internal_reference_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', '1', 'canonmal_avastore', 'IDX_RECURRING_PROFILE_CUSTOMER', '1', 'customer_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', '1', 'canonmal_avastore', 'IDX_RECURRING_PROFILE_STORE', '1', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile_order', '0', 'canonmal_avastore', 'PRIMARY', '1', 'link_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile_order', '0', 'canonmal_avastore', 'UNQ_PROFILE_ORDER', '1', 'profile_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile_order', '0', 'canonmal_avastore', 'UNQ_PROFILE_ORDER', '2', 'order_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_recurring_profile_order', '1', 'canonmal_avastore', 'IDX_ORDER', '1', 'order_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated', '0', 'canonmal_avastore', 'PRIMARY', '1', 'id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '1', 'period', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '2', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '3', 'order_status', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated_order', '0', 'canonmal_avastore', 'PRIMARY', '1', 'id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated_order', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '1', 'period', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated_order', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '2', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated_order', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '3', 'order_status', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated_order', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated', '0', 'canonmal_avastore', 'PRIMARY', '1', 'id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '1', 'period', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '2', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '3', 'order_status', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '4', 'shipping_description', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated_order', '0', 'canonmal_avastore', 'PRIMARY', '1', 'id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated_order', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '1', 'period', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated_order', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '2', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated_order', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '3', 'order_status', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated_order', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', '4', 'shipping_description', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated_order', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule', '0', 'canonmal_avastore', 'PRIMARY', '1', 'rule_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule', '1', 'canonmal_avastore', 'sort_order', '1', 'is_active', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule', '1', 'canonmal_avastore', 'sort_order', '2', 'sort_order', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule', '1', 'canonmal_avastore', 'sort_order', '3', 'to_date', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule', '1', 'canonmal_avastore', 'sort_order', '4', 'from_date', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_coupon', '0', 'canonmal_avastore', 'PRIMARY', '1', 'coupon_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_coupon', '0', 'canonmal_avastore', 'UNQ_COUPON_CODE', '1', 'code', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_coupon', '0', 'canonmal_avastore', 'UNQ_RULE_MAIN_COUPON', '1', 'rule_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_coupon', '0', 'canonmal_avastore', 'UNQ_RULE_MAIN_COUPON', '2', 'is_primary', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_coupon', '1', 'canonmal_avastore', 'FK_SALESRULE_COUPON_RULE_ID_SALESRULE', '1', 'rule_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_coupon_usage', '0', 'canonmal_avastore', 'PRIMARY', '1', 'coupon_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_coupon_usage', '0', 'canonmal_avastore', 'PRIMARY', '2', 'customer_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_coupon_usage', '1', 'canonmal_avastore', 'FK_SALESRULE_COUPON_CUSTOMER_COUPON_ID_CUSTOMER_ENTITY', '1', 'coupon_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_coupon_usage', '1', 'canonmal_avastore', 'FK_SALESRULE_COUPON_CUSTOMER_CUSTOMER_ID_CUSTOMER_ENTITY', '1', 'customer_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_customer', '0', 'canonmal_avastore', 'PRIMARY', '1', 'rule_customer_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_customer', '1', 'canonmal_avastore', 'rule_id', '1', 'rule_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_customer', '1', 'canonmal_avastore', 'rule_id', '2', 'customer_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_customer', '1', 'canonmal_avastore', 'customer_id', '1', 'customer_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_customer', '1', 'canonmal_avastore', 'customer_id', '2', 'rule_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_label', '0', 'canonmal_avastore', 'PRIMARY', '1', 'label_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_label', '0', 'canonmal_avastore', 'IDX_RULE_STORE', '1', 'rule_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_label', '0', 'canonmal_avastore', 'IDX_RULE_STORE', '2', 'store_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_label', '1', 'canonmal_avastore', 'FK_SALESRULE_LABEL_STORE', '1', 'store_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_label', '1', 'canonmal_avastore', 'FK_SALESRULE_LABEL_RULE', '1', 'rule_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_product_attribute', '0', 'canonmal_avastore', 'PRIMARY', '1', 'rule_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_product_attribute', '0', 'canonmal_avastore', 'PRIMARY', '2', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_product_attribute', '0', 'canonmal_avastore', 'PRIMARY', '3', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_product_attribute', '0', 'canonmal_avastore', 'PRIMARY', '4', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_product_attribute', '1', 'canonmal_avastore', 'IDX_WEBSITE', '1', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_product_attribute', '1', 'canonmal_avastore', 'IDX_CUSTOMER_GROUP', '1', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'salesrule_product_attribute', '1', 'canonmal_avastore', 'IDX_ATTRIBUTE', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sendfriend_log', '0', 'canonmal_avastore', 'PRIMARY', '1', 'log_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sendfriend_log', '1', 'canonmal_avastore', 'IDX_REMOTE_ADDR', '1', 'ip', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sendfriend_log', '1', 'canonmal_avastore', 'IDX_LOG_TIME', '1', 'time', 'A', NULL, NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'shipping_tablerate', '0', 'canonmal_avastore', 'PRIMARY', '1', 'pk', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'shipping_tablerate', '0', 'canonmal_avastore', 'dest_country', '1', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'shipping_tablerate', '0', 'canonmal_avastore', 'dest_country', '2', 'dest_country_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'shipping_tablerate', '0', 'canonmal_avastore', 'dest_country', '3', 'dest_region_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'shipping_tablerate', '0', 'canonmal_avastore', 'dest_country', '4', 'dest_zip', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'shipping_tablerate', '0', 'canonmal_avastore', 'dest_country', '5', 'condition_name', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'shipping_tablerate', '0', 'canonmal_avastore', 'dest_country', '6', 'condition_value', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sitemap', '0', 'canonmal_avastore', 'PRIMARY', '1', 'sitemap_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sitemap', '1', 'canonmal_avastore', 'FK_SITEMAP_STORE', '1', 'store_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'sm_products_filter', '0', 'canonmal_avastore', 'PRIMARY', '1', 'id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'smtppro_email_log', '0', 'canonmal_avastore', 'PRIMARY', '1', 'email_id', 'A', '127', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'smtppro_email_log', '1', 'canonmal_avastore', 'log_at', '1', 'log_at', 'A', '127', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'social_bookmarking', '0', 'canonmal_avastore', 'PRIMARY', '1', 'bookmark_id', 'A', '10', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'social_bookmarking_urls', '0', 'canonmal_avastore', 'PRIMARY', '1', 'id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tag', '0', 'canonmal_avastore', 'PRIMARY', '1', 'tag_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tag_properties', '0', 'canonmal_avastore', 'PRIMARY', '1', 'tag_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tag_properties', '0', 'canonmal_avastore', 'PRIMARY', '2', 'store_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tag_properties', '1', 'canonmal_avastore', 'FK_TAG_PROPERTIES_STORE', '1', 'store_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tag_relation', '0', 'canonmal_avastore', 'PRIMARY', '1', 'tag_relation_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tag_relation', '0', 'canonmal_avastore', 'UNQ_TAG_CUSTOMER_PRODUCT_STORE', '1', 'tag_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tag_relation', '0', 'canonmal_avastore', 'UNQ_TAG_CUSTOMER_PRODUCT_STORE', '2', 'customer_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tag_relation', '0', 'canonmal_avastore', 'UNQ_TAG_CUSTOMER_PRODUCT_STORE', '3', 'product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tag_relation', '0', 'canonmal_avastore', 'UNQ_TAG_CUSTOMER_PRODUCT_STORE', '4', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tag_relation', '1', 'canonmal_avastore', 'IDX_PRODUCT', '1', 'product_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tag_relation', '1', 'canonmal_avastore', 'IDX_TAG', '1', 'tag_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tag_relation', '1', 'canonmal_avastore', 'IDX_CUSTOMER', '1', 'customer_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tag_relation', '1', 'canonmal_avastore', 'IDX_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tag_summary', '0', 'canonmal_avastore', 'PRIMARY', '1', 'tag_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tag_summary', '0', 'canonmal_avastore', 'PRIMARY', '2', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tag_summary', '1', 'canonmal_avastore', 'FK_TAG_SUMMARY_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tag_summary', '1', 'canonmal_avastore', 'IDX_TAG', '1', 'tag_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation', '1', 'canonmal_avastore', 'FK_TAX_CALCULATION_RULE', '1', 'tax_calculation_rule_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation', '1', 'canonmal_avastore', 'FK_TAX_CALCULATION_RATE', '1', 'tax_calculation_rate_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation', '1', 'canonmal_avastore', 'FK_TAX_CALCULATION_CTC', '1', 'customer_tax_class_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation', '1', 'canonmal_avastore', 'FK_TAX_CALCULATION_PTC', '1', 'product_tax_class_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation', '1', 'canonmal_avastore', 'IDX_TAX_CALCULATION', '1', 'tax_calculation_rate_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation', '1', 'canonmal_avastore', 'IDX_TAX_CALCULATION', '2', 'customer_tax_class_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation', '1', 'canonmal_avastore', 'IDX_TAX_CALCULATION', '3', 'product_tax_class_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate', '0', 'canonmal_avastore', 'PRIMARY', '1', 'tax_calculation_rate_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate', '1', 'canonmal_avastore', 'IDX_TAX_CALCULATION_RATE', '1', 'tax_country_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate', '1', 'canonmal_avastore', 'IDX_TAX_CALCULATION_RATE', '2', 'tax_region_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate', '1', 'canonmal_avastore', 'IDX_TAX_CALCULATION_RATE', '3', 'tax_postcode', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate', '1', 'canonmal_avastore', 'IDX_TAX_CALCULATION_RATE_CODE', '1', 'code', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate', '1', 'canonmal_avastore', 'IDX_TAX_CALCULATION_RATE_RANGE', '1', 'tax_calculation_rate_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate', '1', 'canonmal_avastore', 'IDX_TAX_CALCULATION_RATE_RANGE', '2', 'tax_country_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate', '1', 'canonmal_avastore', 'IDX_TAX_CALCULATION_RATE_RANGE', '3', 'tax_region_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate', '1', 'canonmal_avastore', 'IDX_TAX_CALCULATION_RATE_RANGE', '4', 'zip_is_range', 'A', '1', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate', '1', 'canonmal_avastore', 'IDX_TAX_CALCULATION_RATE_RANGE', '5', 'tax_postcode', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate_title', '0', 'canonmal_avastore', 'PRIMARY', '1', 'tax_calculation_rate_title_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate_title', '1', 'canonmal_avastore', 'IDX_TAX_CALCULATION_RATE_TITLE', '1', 'tax_calculation_rate_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate_title', '1', 'canonmal_avastore', 'IDX_TAX_CALCULATION_RATE_TITLE', '2', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate_title', '1', 'canonmal_avastore', 'FK_TAX_CALCULATION_RATE_TITLE_RATE', '1', 'tax_calculation_rate_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rate_title', '1', 'canonmal_avastore', 'FK_TAX_CALCULATION_RATE_TITLE_STORE', '1', 'store_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rule', '0', 'canonmal_avastore', 'PRIMARY', '1', 'tax_calculation_rule_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rule', '1', 'canonmal_avastore', 'IDX_TAX_CALCULATION_RULE', '1', 'priority', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rule', '1', 'canonmal_avastore', 'IDX_TAX_CALCULATION_RULE', '2', 'position', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rule', '1', 'canonmal_avastore', 'IDX_TAX_CALCULATION_RULE', '3', 'tax_calculation_rule_id', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_calculation_rule', '1', 'canonmal_avastore', 'IDX_TAX_CALCULATION_RULE_CODE', '1', 'code', 'A', '1', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_class', '0', 'canonmal_avastore', 'PRIMARY', '1', 'class_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_order_aggregated_created', '0', 'canonmal_avastore', 'PRIMARY', '1', 'id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_order_aggregated_created', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_CODE_ORDER_STATUS', '1', 'period', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_order_aggregated_created', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_CODE_ORDER_STATUS', '2', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_order_aggregated_created', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_CODE_ORDER_STATUS', '3', 'code', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_order_aggregated_created', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_CODE_ORDER_STATUS', '4', 'percent', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_order_aggregated_created', '0', 'canonmal_avastore', 'UNQ_PERIOD_STORE_CODE_ORDER_STATUS', '5', 'order_status', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'tax_order_aggregated_created', '1', 'canonmal_avastore', 'IDX_STORE_ID', '1', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'weee_discount', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_WEEE_DISCOUNT_WEBSITE', '1', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'weee_discount', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_WEEE_DISCOUNT_PRODUCT_ENTITY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'weee_discount', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_WEEE_DISCOUNT_GROUP', '1', 'customer_group_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'weee_tax', '0', 'canonmal_avastore', 'PRIMARY', '1', 'value_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'weee_tax', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_WEEE_TAX_WEBSITE', '1', 'website_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'weee_tax', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_WEEE_TAX_PRODUCT_ENTITY', '1', 'entity_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'weee_tax', '1', 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_WEEE_TAX_COUNTRY', '1', 'country', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'weee_tax', '1', 'canonmal_avastore', 'FK_WEEE_TAX_ATTRIBUTE_ID', '1', 'attribute_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'widget', '0', 'canonmal_avastore', 'PRIMARY', '1', 'widget_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'widget', '1', 'canonmal_avastore', 'IDX_CODE', '1', 'code', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'widget_instance', '0', 'canonmal_avastore', 'PRIMARY', '1', 'instance_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'widget_instance_page', '0', 'canonmal_avastore', 'PRIMARY', '1', 'page_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'widget_instance_page', '1', 'canonmal_avastore', 'IDX_WIDGET_WIDGET_INSTANCE_ID', '1', 'instance_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'widget_instance_page_layout', '0', 'canonmal_avastore', 'page_id', '1', 'page_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'widget_instance_page_layout', '0', 'canonmal_avastore', 'page_id', '2', 'layout_update_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'widget_instance_page_layout', '1', 'canonmal_avastore', 'IDX_WIDGET_WIDGET_INSTANCE_PAGE_ID', '1', 'page_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'widget_instance_page_layout', '1', 'canonmal_avastore', 'IDX_WIDGET_WIDGET_INSTANCE_LAYOUT_UPDATE_ID', '1', 'layout_update_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'wishlist', '0', 'canonmal_avastore', 'PRIMARY', '1', 'wishlist_id', 'A', '13', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'wishlist', '0', 'canonmal_avastore', 'UNQ_CUSTOMER', '1', 'customer_id', 'A', '13', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'wishlist', '1', 'canonmal_avastore', 'IDX_IS_SHARED', '1', 'shared', 'A', '2', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'wishlist_item', '0', 'canonmal_avastore', 'PRIMARY', '1', 'wishlist_item_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'wishlist_item', '1', 'canonmal_avastore', 'IDX_WISHLIST', '1', 'wishlist_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'wishlist_item', '1', 'canonmal_avastore', 'IDX_PRODUCT', '1', 'product_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'wishlist_item', '1', 'canonmal_avastore', 'IDX_STORE', '1', 'store_id', 'A', '3', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'wishlist_item_option', '0', 'canonmal_avastore', 'PRIMARY', '1', 'option_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'wishlist_item_option', '1', 'canonmal_avastore', 'FK_WISHLIST_ITEM_OPTION_ITEM_ID', '1', 'wishlist_item_id', 'A', '3', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_application', '0', 'canonmal_avastore', 'PRIMARY', '1', 'application_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_application', '0', 'canonmal_avastore', 'UNQ_XMLCONNECT_APPLICATION_CODE', '1', 'code', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_application', '1', 'canonmal_avastore', 'FK_XMLCONNECT_APPLICAION_STORE', '1', 'store_id', 'A', '0', NULL, NULL, 'YES', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_config_data', '0', 'canonmal_avastore', 'UNQ_XMLCONNECT_CONFIG', '1', 'application_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_config_data', '0', 'canonmal_avastore', 'UNQ_XMLCONNECT_CONFIG', '2', 'category', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_config_data', '0', 'canonmal_avastore', 'UNQ_XMLCONNECT_CONFIG', '3', 'path', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_history', '0', 'canonmal_avastore', 'PRIMARY', '1', 'history_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_history', '1', 'canonmal_avastore', 'FK_XMLCONNECT_HISTORY_APPLICATION', '1', 'application_id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_notification_template', '0', 'canonmal_avastore', 'PRIMARY', '1', 'id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_notification_template', '1', 'canonmal_avastore', 'FK_APP_CODE', '1', 'app_code', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_queue', '0', 'canonmal_avastore', 'PRIMARY', '1', 'id', 'A', '0', NULL, NULL, '', 'BTREE', ''),
(NULL, 'canonmal_avastore', 'xmlconnect_queue', '1', 'canonmal_avastore', 'FK_TEMPLATE_ID', '1', 'template_id', 'A', '0', NULL, NULL, '', 'BTREE', '');

-- --------------------------------------------------------

-- 
-- Table structure for table `TABLES`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TEMPORARY TABLE `TABLES` (
  `TABLE_CATALOG` varchar(512) default NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL default '',
  `TABLE_NAME` varchar(64) NOT NULL default '',
  `TABLE_TYPE` varchar(64) NOT NULL default '',
  `ENGINE` varchar(64) default NULL,
  `VERSION` bigint(21) default NULL,
  `ROW_FORMAT` varchar(10) default NULL,
  `TABLE_ROWS` bigint(21) default NULL,
  `AVG_ROW_LENGTH` bigint(21) default NULL,
  `DATA_LENGTH` bigint(21) default NULL,
  `MAX_DATA_LENGTH` bigint(21) default NULL,
  `INDEX_LENGTH` bigint(21) default NULL,
  `DATA_FREE` bigint(21) default NULL,
  `AUTO_INCREMENT` bigint(21) default NULL,
  `CREATE_TIME` datetime default NULL,
  `UPDATE_TIME` datetime default NULL,
  `CHECK_TIME` datetime default NULL,
  `TABLE_COLLATION` varchar(64) default NULL,
  `CHECKSUM` bigint(21) default NULL,
  `CREATE_OPTIONS` varchar(255) default NULL,
  `TABLE_COMMENT` varchar(80) NOT NULL default ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `TABLES`
-- 

INSERT INTO `TABLES` VALUES (NULL, 'information_schema', 'CHARACTER_SETS', 'SYSTEM VIEW', 'MEMORY', '0', 'Fixed', NULL, '576', '0', '16547328', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=29127', ''),
(NULL, 'information_schema', 'COLLATIONS', 'SYSTEM VIEW', 'MEMORY', '0', 'Fixed', NULL, '423', '0', '16737264', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=39662', ''),
(NULL, 'information_schema', 'COLLATION_CHARACTER_SET_APPLICABILITY', 'SYSTEM VIEW', 'MEMORY', '0', 'Fixed', NULL, '387', '0', '16563213', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=43351', ''),
(NULL, 'information_schema', 'COLUMNS', 'SYSTEM VIEW', 'MyISAM', '0', 'Dynamic', NULL, '0', '0', '281474976710655', '1024', '0', NULL, '2011-09-20 05:01:39', '2011-09-20 05:01:39', NULL, 'utf8_general_ci', NULL, 'max_rows=49024', ''),
(NULL, 'information_schema', 'COLUMN_PRIVILEGES', 'SYSTEM VIEW', 'MEMORY', '0', 'Fixed', NULL, '2565', '0', '16757145', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=6540', ''),
(NULL, 'information_schema', 'KEY_COLUMN_USAGE', 'SYSTEM VIEW', 'MEMORY', '0', 'Fixed', NULL, '4637', '0', '16762755', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=3618', ''),
(NULL, 'information_schema', 'PROFILING', 'SYSTEM VIEW', 'MEMORY', '0', 'Fixed', NULL, '356', '0', '16590668', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=47127', ''),
(NULL, 'information_schema', 'ROUTINES', 'SYSTEM VIEW', 'MyISAM', '0', 'Dynamic', NULL, '0', '0', '281474976710655', '1024', '0', NULL, '2011-09-20 05:01:39', '2011-09-20 05:01:39', NULL, 'utf8_general_ci', NULL, 'max_rows=51597', ''),
(NULL, 'information_schema', 'SCHEMATA', 'SYSTEM VIEW', 'MEMORY', '0', 'Fixed', NULL, '3656', '0', '16737168', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=4588', ''),
(NULL, 'information_schema', 'SCHEMA_PRIVILEGES', 'SYSTEM VIEW', 'MEMORY', '0', 'Fixed', NULL, '2179', '0', '16736899', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=7699', ''),
(NULL, 'information_schema', 'STATISTICS', 'SYSTEM VIEW', 'MEMORY', '0', 'Fixed', NULL, '2679', '0', '16770540', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=6262', ''),
(NULL, 'information_schema', 'TABLES', 'SYSTEM VIEW', 'MEMORY', '0', 'Fixed', NULL, '3641', '0', '16744959', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=4607', ''),
(NULL, 'information_schema', 'TABLE_CONSTRAINTS', 'SYSTEM VIEW', 'MEMORY', '0', 'Fixed', NULL, '2504', '0', '16721712', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=6700', ''),
(NULL, 'information_schema', 'TABLE_PRIVILEGES', 'SYSTEM VIEW', 'MEMORY', '0', 'Fixed', NULL, '2372', '0', '16748692', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=7073', ''),
(NULL, 'information_schema', 'TRIGGERS', 'SYSTEM VIEW', 'MyISAM', '0', 'Dynamic', NULL, '0', '0', '281474976710655', '1024', '0', NULL, '2011-09-20 05:01:39', '2011-09-20 05:01:39', NULL, 'utf8_general_ci', NULL, 'max_rows=43043', ''),
(NULL, 'information_schema', 'USER_PRIVILEGES', 'SYSTEM VIEW', 'MEMORY', '0', 'Fixed', NULL, '1986', '0', '16726092', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, 'max_rows=8447', ''),
(NULL, 'information_schema', 'VIEWS', 'SYSTEM VIEW', 'MyISAM', '0', 'Dynamic', NULL, '0', '0', '281474976710655', '1024', '0', NULL, '2011-09-20 05:01:39', '2011-09-20 05:01:39', NULL, 'utf8_general_ci', NULL, 'max_rows=84790', ''),
(NULL, 'canonmal_StockBridge', 'OrderProducts', 'BASE TABLE', 'MyISAM', '10', 'Dynamic', '0', '0', '0', '281474976710655', '1024', '0', '1', '2011-06-23 08:44:09', '2011-06-23 08:44:09', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'canonmal_StockBridge', 'Orders', 'BASE TABLE', 'MyISAM', '10', 'Dynamic', '0', '0', '0', '281474976710655', '1024', '0', '1', '2011-06-23 08:36:22', '2011-06-23 08:36:22', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'canonmal_StockBridge', 'Products', 'BASE TABLE', 'MyISAM', '10', 'Dynamic', '0', '0', '0', '281474976710655', '1024', '0', '1', '2011-06-21 05:37:15', '2011-06-21 05:37:15', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'canonmal_StockBridge', 'Products_History', 'BASE TABLE', 'MyISAM', '10', 'Dynamic', '0', '0', '0', '281474976710655', '1024', '0', NULL, '2011-06-21 05:38:02', '2011-06-21 05:38:02', NULL, 'latin1_swedish_ci', NULL, '', ''),
(NULL, 'canonmal_avastore', 'admin_assert', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'ACL Asserts; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'admin_role', 'BASE TABLE', 'InnoDB', '10', 'Compact', '7', '2340', '16384', '0', '32768', '0', '12', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'ACL Roles; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'admin_rule', 'BASE TABLE', 'InnoDB', '10', 'Compact', '203', '80', '16384', '0', '32768', '0', '204', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'ACL Rules; InnoDB free: 6144 kB; (`role_id`) REFER `canonmal_avastore/admin_role'),
(NULL, 'canonmal_avastore', 'admin_user', 'BASE TABLE', 'InnoDB', '10', 'Compact', '8', '12288', '98304', '0', '16384', '0', '8', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Users; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'adminnotification_inbox', 'BASE TABLE', 'InnoDB', '10', 'Compact', '4', '16384', '65536', '0', '49152', '0', '62', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'api_assert', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Api ACL Asserts; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'api_role', 'BASE TABLE', 'InnoDB', '10', 'Compact', '2', '8192', '16384', '0', '32768', '0', '4', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Api ACL Roles; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'api_rule', 'BASE TABLE', 'InnoDB', '10', 'Compact', '88', '186', '16384', '0', '32768', '0', '89', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Api ACL Rules; InnoDB free: 6144 kB; (`role_id`) REFER `canonmal_avastore/api_ro'),
(NULL, 'canonmal_avastore', 'api_session', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Api Sessions; InnoDB free: 6144 kB; (`user_id`) REFER `canonmal_avastore/api_use'),
(NULL, 'canonmal_avastore', 'api_user', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '0', '0', '2', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Api Users; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'ayaline_catalogindex_infogroup', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_infogroup', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_infogroup_value', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`infogroup_id`) REFER `canonmal_avastore/ayaline_eav_attr'),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_range', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'ayaline_eav_attribute_range_value', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`range_id`) REFER `canonmal_avastore/ayaline_eav_attribut'),
(NULL, 'canonmal_avastore', 'catalog_category_anc_categs_index_idx', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'catalog_category_anc_categs_index_tmp', 'BASE TABLE', 'MEMORY', '10', 'Fixed', '0', '771', '0', '16332093', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'canonmal_avastore', 'catalog_category_anc_products_index_idx', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'catalog_category_anc_products_index_tmp', 'BASE TABLE', 'MEMORY', '10', 'Fixed', '0', '9', '0', '9437184', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'canonmal_avastore', 'catalog_category_entity', 'BASE TABLE', 'InnoDB', '10', 'Compact', '98', '167', '16384', '0', '16384', '0', '178', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Category Entities; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'catalog_category_entity_datetime', 'BASE TABLE', 'InnoDB', '10', 'Compact', '194', '84', '16384', '0', '65536', '0', '341', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'catalog_category_entity_decimal', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '65536', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'catalog_category_entity_int', 'BASE TABLE', 'InnoDB', '10', 'Compact', '181', '362', '65536', '0', '65536', '0', '1191', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'catalog_category_entity_text', 'BASE TABLE', 'InnoDB', '10', 'Compact', '567', '86', '49152', '0', '65536', '0', '844', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'catalog_category_entity_varchar', 'BASE TABLE', 'InnoDB', '10', 'Compact', '904', '72', '65536', '0', '114688', '0', '1373', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'catalog_category_flat_store_1', 'BASE TABLE', 'InnoDB', '10', 'Compact', '129', '381', '49152', '0', '49152', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`entity_id`) REFER `canonmal_avastore/catalog_category_en'),
(NULL, 'canonmal_avastore', 'catalog_category_product', 'BASE TABLE', 'InnoDB', '10', 'Compact', '964', '67', '65536', '0', '32768', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`category_id`) REFER `canonmal_avastore/catalog_category_'),
(NULL, 'canonmal_avastore', 'catalog_category_product_index', 'BASE TABLE', 'InnoDB', '10', 'Compact', '49', '2340', '114688', '0', '163840', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`category_id`) REFER `canonmal_avastore/catalog_category_'),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_enbl_idx', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_enbl_tmp', 'BASE TABLE', 'MEMORY', '10', 'Fixed', '0', '9', '0', '4718592', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_idx', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'catalog_category_product_index_tmp', 'BASE TABLE', 'MEMORY', '10', 'Fixed', '0', '17', '0', '11883850', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'canonmal_avastore', 'catalog_compare_item', 'BASE TABLE', 'InnoDB', '10', 'Compact', '119', '137', '16384', '0', '81920', '0', '163', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`customer_id`) REFER `canonmal_avastore/customer_entity`('),
(NULL, 'canonmal_avastore', 'catalog_eav_attribute', 'BASE TABLE', 'InnoDB', '10', 'Compact', '162', '101', '16384', '0', '32768', '0', '224', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_option', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Bundle Options; InnoDB free: 6144 kB; (`parent_id`) REFER `canonmal_avastore/cat'),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_option_value', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Bundle Selections; InnoDB free: 6144 kB; (`option_id`) REFER `canonmal_avastore/'),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_price_index', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`customer_group_id`) REFER `canonmal_avastore/customer_gr'),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_selection', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Bundle Selections; InnoDB free: 6144 kB; (`option_id`) REFER `canonmal_avastore/'),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_selection_price', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`selection_id`) REFER `canonmal_avastore/catalog_product_'),
(NULL, 'canonmal_avastore', 'catalog_product_bundle_stock_index', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'catalog_product_enabled_index', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`product_id`) REFER `canonmal_avastore/catalog_product_en'),
(NULL, 'canonmal_avastore', 'catalog_product_entity', 'BASE TABLE', 'InnoDB', '10', 'Compact', '406', '161', '65536', '0', '49152', '0', '7222', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Product Entities; InnoDB free: 6144 kB; (`attribute_set_id`) REFER `canonmal_ava'),
(NULL, 'canonmal_avastore', 'catalog_product_entity_datetime', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1663', '68', '114688', '0', '245760', '0', '2296', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'catalog_product_entity_decimal', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1405', '81', '114688', '0', '196608', '0', '12263', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'catalog_product_entity_gallery', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '65536', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'catalog_product_entity_int', 'BASE TABLE', 'InnoDB', '10', 'Compact', '3345', '58', '196608', '0', '376832', '0', '26250', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery', 'BASE TABLE', 'InnoDB', '10', 'Compact', '286', '114', '32768', '0', '49152', '0', '330', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Catalog product media gallery; InnoDB free: 6144 kB; (`attribute_id`) REFER `can'),
(NULL, 'canonmal_avastore', 'catalog_product_entity_media_gallery_value', 'BASE TABLE', 'InnoDB', '10', 'Compact', '286', '57', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Catalog product media gallery values; InnoDB free: 6144 kB; (`value_id`) REFER `'),
(NULL, 'canonmal_avastore', 'catalog_product_entity_text', 'BASE TABLE', 'InnoDB', '10', 'Compact', '6348', '529', '3358720', '0', '229376', '0', '12497', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'catalog_product_entity_tier_price', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '65536', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`customer_group_id`) REFER `canonmal_avastore/customer_gr'),
(NULL, 'canonmal_avastore', 'catalog_product_entity_varchar', 'BASE TABLE', 'InnoDB', '10', 'Compact', '7044', '190', '1343488', '0', '655360', '0', '41220', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'catalog_product_flat_1', 'BASE TABLE', 'InnoDB', '10', 'Compact', '556', '353', '196608', '0', '98304', '0', '7222', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`entity_id`) REFER `canonmal_avastore/catalog_product_ent'),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav', 'BASE TABLE', 'InnoDB', '10', 'Compact', '773', '63', '49152', '0', '65536', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '65536', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_idx', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '65536', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_decimal_tmp', 'BASE TABLE', 'MEMORY', '10', 'Fixed', '0', '15', '0', '2621430', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_idx', 'BASE TABLE', 'InnoDB', '10', 'Compact', '400', '163', '65536', '0', '65536', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'catalog_product_index_eav_tmp', 'BASE TABLE', 'MEMORY', '10', 'Fixed', '1', '13', '279616', '2271906', '1398080', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1597', '112', '180224', '0', '180224', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`customer_group_id`) REFER `canonmal_avastore/customer_gr'),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_idx', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_idx', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_tmp', 'BASE TABLE', 'MEMORY', '10', 'Fixed', '0', '43', '0', '11272192', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_idx', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_tmp', 'BASE TABLE', 'MEMORY', '10', 'Fixed', '0', '31', '0', '10835275', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_bundle_tmp', 'BASE TABLE', 'MEMORY', '10', 'Fixed', '0', '61', '0', '12792615', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_idx', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_tmp', 'BASE TABLE', 'MEMORY', '10', 'Fixed', '0', '25', '0', '8738125', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_idx', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_tmp', 'BASE TABLE', 'MEMORY', '10', 'Fixed', '0', '27', '0', '9437175', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_idx', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_downlod_tmp', 'BASE TABLE', 'MEMORY', '10', 'Fixed', '0', '21', '0', '8808030', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_idx', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_final_tmp', 'BASE TABLE', 'MEMORY', '10', 'Fixed', '0', '47', '0', '12320768', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_idx', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1945', '75', '147456', '0', '180224', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_idx', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_agr_tmp', 'BASE TABLE', 'MEMORY', '10', 'Fixed', '0', '31', '0', '10835275', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_idx', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_opt_tmp', 'BASE TABLE', 'MEMORY', '10', 'Fixed', '0', '27', '0', '9437175', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_price_tmp', 'BASE TABLE', 'MEMORY', '10', 'Fixed', '4', '41', '718992', '6141636', '958656', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'canonmal_avastore', 'catalog_product_index_tier_price', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`customer_group_id`) REFER `canonmal_avastore/customer_gr'),
(NULL, 'canonmal_avastore', 'catalog_product_index_website', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`website_id`) REFER `canonmal_avastore/core_website`(`web'),
(NULL, 'canonmal_avastore', 'catalog_product_link', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '65536', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Related products; InnoDB free: 6144 kB; (`linked_product_id`) REFER `canonmal_av'),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute', 'BASE TABLE', 'InnoDB', '10', 'Compact', '7', '2340', '16384', '0', '16384', '0', '9', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Attributes for product link; InnoDB free: 6144 kB; (`link_type_id`) REFER `canon'),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_decimal', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Decimal attributes values; InnoDB free: 6144 kB; (`link_id`) REFER `canonmal_ava'),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_int', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`link_id`) REFER `canonmal_avastore/catalog_product_link`'),
(NULL, 'canonmal_avastore', 'catalog_product_link_attribute_varchar', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Varchar attributes values; InnoDB free: 6144 kB; (`link_id`) REFER `canonmal_ava'),
(NULL, 'canonmal_avastore', 'catalog_product_link_type', 'BASE TABLE', 'InnoDB', '10', 'Compact', '5', '3276', '16384', '0', '0', '0', '6', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Types of product link(Related, superproduct, bundles); InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'catalog_product_option', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '3', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`product_id`) REFER `canonmal_avastore/catalog_product_en'),
(NULL, 'canonmal_avastore', 'catalog_product_option_price', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`option_id`) REFER `canonmal_avastore/catalog_product_opt'),
(NULL, 'canonmal_avastore', 'catalog_product_option_title', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', '3', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`option_id`) REFER `canonmal_avastore/catalog_product_opt'),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_price', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', '5', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`option_type_id`) REFER `canonmal_avastore/catalog_produc'),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_title', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', '5', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`option_type_id`) REFER `canonmal_avastore/catalog_produc'),
(NULL, 'canonmal_avastore', 'catalog_product_option_type_value', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '5', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`option_id`) REFER `canonmal_avastore/catalog_product_opt'),
(NULL, 'canonmal_avastore', 'catalog_product_relation', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, 'row_format=FIXED', 'InnoDB free: 6144 kB; (`child_id`) REFER `canonmal_avastore/catalog_product_enti'),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '32768', '0', '4', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`product_id`) REFER `canonmal_avastore/catalog_product_en'),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_label', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '49152', '0', '4', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, 'row_format=DYNAMIC', 'InnoDB free: 6144 kB; (`product_super_attribute_id`) REFER `canonmal_avastore/ca'),
(NULL, 'canonmal_avastore', 'catalog_product_super_attribute_pricing', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '49152', '0', '2', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`website_id`) REFER `canonmal_avastore/core_website`(`web'),
(NULL, 'canonmal_avastore', 'catalog_product_super_link', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '49152', '0', '4', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`product_id`) REFER `canonmal_avastore/catalog_product_en'),
(NULL, 'canonmal_avastore', 'catalog_product_website', 'BASE TABLE', 'InnoDB', '10', 'Compact', '496', '33', '16384', '0', '16384', '0', '7222', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, 'row_format=FIXED', 'InnoDB free: 6144 kB; (`website_id`) REFER `canonmal_avastore/core_website`(`web'),
(NULL, 'canonmal_avastore', 'catalogindex_aggregation', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'catalogindex_aggregation_tag', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'catalogindex_aggregation_to_tag', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`aggregation_id`) REFER `canonmal_avastore/catalogindex_a'),
(NULL, 'canonmal_avastore', 'catalogindex_eav', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '65536', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'catalogindex_minimal_price', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '81920', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`customer_group_id`) REFER `canonmal_avastore/customer_gr'),
(NULL, 'canonmal_avastore', 'catalogindex_price', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '131072', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'cataloginventory_stock', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '0', '0', '2', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Catalog inventory Stocks list; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_item', 'BASE TABLE', 'InnoDB', '10', 'Compact', '417', '196', '81920', '0', '49152', '0', '7213', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Inventory Stock Item Data; InnoDB free: 6144 kB; (`product_id`) REFER `canonmal_'),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status', 'BASE TABLE', 'InnoDB', '10', 'Compact', '595', '82', '49152', '0', '32768', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`product_id`) REFER `canonmal_avastore/catalog_product_en'),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status_idx', 'BASE TABLE', 'InnoDB', '10', 'Compact', '585', '84', '49152', '0', '32768', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'cataloginventory_stock_status_tmp', 'BASE TABLE', 'MEMORY', '10', 'Fixed', '0', '16', '0', '3728256', '0', '0', NULL, NULL, NULL, NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'canonmal_avastore', 'catalogrule', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'catalogrule_affected_product', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'catalogrule_group_website', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_bin', NULL, '', 'InnoDB free: 6144 kB; (`customer_group_id`) REFER `canonmal_avastore/customer_gr'),
(NULL, 'canonmal_avastore', 'catalogrule_product', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '114688', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`customer_group_id`) REFER `canonmal_avastore/customer_gr'),
(NULL, 'canonmal_avastore', 'catalogrule_product_price', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '65536', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`customer_group_id`) REFER `canonmal_avastore/customer_gr'),
(NULL, 'canonmal_avastore', 'catalogsearch_fulltext', 'BASE TABLE', 'MyISAM', '10', 'Dynamic', '484', '1328', '698492', '281474976710655', '776192', '55552', NULL, '2011-07-21 05:20:16', '2011-09-15 04:38:23', '2011-08-31 09:18:25', 'utf8_general_ci', NULL, '', ''),
(NULL, 'canonmal_avastore', 'catalogsearch_query', 'BASE TABLE', 'InnoDB', '10', 'Compact', '520', '126', '65536', '0', '32768', '0', '563', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'catalogsearch_result', 'BASE TABLE', 'InnoDB', '10', 'Compact', '14714', '108', '1589248', '0', '1343488', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`product_id`) REFER `canonmal_avastore/catalog_product_en'),
(NULL, 'canonmal_avastore', 'checkout_agreement', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '32768', '32768', '0', '0', '0', '2', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'checkout_agreement_store', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`agreement_id`) REFER `canonmal_avastore/checkout_agreeme'),
(NULL, 'canonmal_avastore', 'cms_block', 'BASE TABLE', 'InnoDB', '10', 'Compact', '10', '6553', '65536', '0', '0', '0', '21', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'CMS Blocks; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'cms_block_store', 'BASE TABLE', 'InnoDB', '10', 'Compact', '16', '1024', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'CMS Blocks to Stores; InnoDB free: 6144 kB; (`block_id`) REFER `canonmal_avastor'),
(NULL, 'canonmal_avastore', 'cms_page', 'BASE TABLE', 'InnoDB', '10', 'Compact', '10', '6553', '65536', '0', '16384', '0', '12', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'CMS pages; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'cms_page_store', 'BASE TABLE', 'InnoDB', '10', 'Compact', '11', '1489', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'CMS Pages to Stores; InnoDB free: 6144 kB; (`page_id`) REFER `canonmal_avastore/'),
(NULL, 'canonmal_avastore', 'cmssearch_fulltext', 'BASE TABLE', 'MyISAM', '10', 'Dynamic', '11', '1296', '14264', '281474976710655', '15360', '0', NULL, '2011-07-27 07:48:13', '2011-09-01 03:41:05', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'canonmal_avastore', 'cmssearch_result', 'BASE TABLE', 'InnoDB', '10', 'Compact', '34', '481', '16384', '0', '49152', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`query_id`) REFER `canonmal_avastore/catalogsearch_query`'),
(NULL, 'canonmal_avastore', 'core_cache', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'core_cache_option', 'BASE TABLE', 'InnoDB', '10', 'Compact', '7', '2340', '16384', '0', '0', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'core_cache_tag', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'core_config_data', 'BASE TABLE', 'InnoDB', '10', 'Compact', '757', '151', '114688', '0', '98304', '0', '1057', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'core_email_template', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Email templates; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'core_flag', 'BASE TABLE', 'InnoDB', '10', 'Compact', '2', '8192', '16384', '0', '16384', '0', '3', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'core_layout_link', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '10', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'core_layout_update', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '10', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'core_resource', 'BASE TABLE', 'InnoDB', '10', 'Compact', '65', '252', '16384', '0', '0', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Resource version registry; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'core_session', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Session data store; InnoDB free: 6144 kB; (`website_id`) REFER `canonmal_avastor'),
(NULL, 'canonmal_avastore', 'core_store', 'BASE TABLE', 'InnoDB', '10', 'Compact', '2', '8192', '16384', '0', '65536', '0', '2', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Stores; InnoDB free: 6144 kB; (`group_id`) REFER `canonmal_avastore/core_store_g'),
(NULL, 'canonmal_avastore', 'core_store_group', 'BASE TABLE', 'InnoDB', '10', 'Compact', '2', '8192', '16384', '0', '32768', '0', '2', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`website_id`) REFER `canonmal_avastore/core_website`(`web'),
(NULL, 'canonmal_avastore', 'core_translate', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Translation data; InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/co'),
(NULL, 'canonmal_avastore', 'core_url_rewrite', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1737', '169', '294912', '0', '638976', '0', '5598', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`category_id`) REFER `canonmal_avastore/catalog_category_'),
(NULL, 'canonmal_avastore', 'core_variable', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'core_variable_value', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'core_website', 'BASE TABLE', 'InnoDB', '10', 'Compact', '2', '8192', '16384', '0', '49152', '0', '3', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Websites; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'coupon_aggregated', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'coupon_aggregated_order', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'cron_schedule', 'BASE TABLE', 'InnoDB', '10', 'Compact', '8', '2048', '16384', '0', '32768', '0', '17', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'customer_address_entity', 'BASE TABLE', 'InnoDB', '10', 'Compact', '7', '2340', '16384', '0', '16384', '0', '10', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, 'row_format=DYNAMIC', 'Customer Address Entities; InnoDB free: 6144 kB; (`parent_id`) REFER `canonmal_a'),
(NULL, 'canonmal_avastore', 'customer_address_entity_datetime', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '81920', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'customer_address_entity_decimal', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '81920', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'customer_address_entity_int', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '81920', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'customer_address_entity_text', 'BASE TABLE', 'InnoDB', '10', 'Compact', '7', '2340', '16384', '0', '65536', '0', '10', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'customer_address_entity_varchar', 'BASE TABLE', 'InnoDB', '10', 'Compact', '69', '237', '16384', '0', '81920', '0', '88', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'customer_eav_attribute', 'BASE TABLE', 'InnoDB', '10', 'Compact', '33', '496', '16384', '0', '0', '0', '225', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'customer_eav_attribute_website', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'customer_entity', 'BASE TABLE', 'InnoDB', '10', 'Compact', '35', '468', '16384', '0', '65536', '0', '40', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, 'row_format=DYNAMIC', 'Customer Entityies; InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/'),
(NULL, 'canonmal_avastore', 'customer_entity_datetime', 'BASE TABLE', 'InnoDB', '10', 'Compact', '26', '630', '16384', '0', '81920', '0', '31', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'customer_entity_decimal', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '81920', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'customer_entity_int', 'BASE TABLE', 'InnoDB', '10', 'Compact', '45', '364', '16384', '0', '81920', '0', '52', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'customer_entity_text', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '65536', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'customer_entity_varchar', 'BASE TABLE', 'InnoDB', '10', 'Compact', '181', '90', '16384', '0', '81920', '0', '239', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'customer_form_attribute', 'BASE TABLE', 'InnoDB', '10', 'Compact', '86', '190', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Customer attributes/forms relations; InnoDB free: 6144 kB; (`attribute_id`) REFE'),
(NULL, 'canonmal_avastore', 'customer_group', 'BASE TABLE', 'InnoDB', '10', 'Compact', '4', '4096', '16384', '0', '0', '0', '4', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Customer groups; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'dataflow_batch', 'BASE TABLE', 'InnoDB', '10', 'Compact', '3', '5461', '16384', '0', '49152', '0', '7', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`profile_id`) REFER `canonmal_avastore/dataflow_profile`('),
(NULL, 'canonmal_avastore', 'dataflow_batch_export', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '668', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`batch_id`) REFER `canonmal_avastore/dataflow_batch`(`bat'),
(NULL, 'canonmal_avastore', 'dataflow_batch_import', 'BASE TABLE', 'InnoDB', '10', 'Compact', '728', '5063', '3686400', '0', '16384', '0', '881', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`batch_id`) REFER `canonmal_avastore/dataflow_batch`(`bat'),
(NULL, 'canonmal_avastore', 'dataflow_import_data', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`session_id`) REFER `canonmal_avastore/dataflow_session`('),
(NULL, 'canonmal_avastore', 'dataflow_profile', 'BASE TABLE', 'InnoDB', '10', 'Compact', '6', '2730', '16384', '0', '0', '0', '7', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'dataflow_profile_history', 'BASE TABLE', 'InnoDB', '10', 'Compact', '14', '1170', '16384', '0', '16384', '0', '15', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`profile_id`) REFER `canonmal_avastore/dataflow_profile`('),
(NULL, 'canonmal_avastore', 'dataflow_session', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'debug_log', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'latin1_swedish_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'design_change', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'directory_country', 'BASE TABLE', 'InnoDB', '10', 'Compact', '246', '66', '16384', '0', '0', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Countries; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'directory_country_format', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Countries format; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'directory_country_region', 'BASE TABLE', 'InnoDB', '10', 'Compact', '597', '82', '49152', '0', '16384', '0', '485', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Country regions; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'directory_country_region_name', 'BASE TABLE', 'InnoDB', '10', 'Compact', '319', '51', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Regions names; InnoDB free: 6144 kB; (`region_id`) REFER `canonmal_avastore/dire'),
(NULL, 'canonmal_avastore', 'directory_currency_rate', 'BASE TABLE', 'InnoDB', '10', 'Compact', '4', '4096', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'downloadable_link', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`product_id`) REFER `canonmal_avastore/catalog_product_en'),
(NULL, 'canonmal_avastore', 'downloadable_link_price', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`link_id`) REFER `canonmal_avastore/downloadable_link`(`l'),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`order_id`) REFER `canonmal_avastore/sales_flat_order`(`e'),
(NULL, 'canonmal_avastore', 'downloadable_link_purchased_item', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`order_item_id`) REFER `canonmal_avastore/sales_flat_orde'),
(NULL, 'canonmal_avastore', 'downloadable_link_title', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`link_id`) REFER `canonmal_avastore/downloadable_link`(`l'),
(NULL, 'canonmal_avastore', 'downloadable_sample', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`product_id`) REFER `canonmal_avastore/catalog_product_en'),
(NULL, 'canonmal_avastore', 'downloadable_sample_title', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`sample_id`) REFER `canonmal_avastore/downloadable_sample'),
(NULL, 'canonmal_avastore', 'eav_attribute', 'BASE TABLE', 'InnoDB', '10', 'Compact', '235', '209', '49152', '0', '65536', '0', '225', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`entity_type_id`) REFER `canonmal_avastore/eav_entity_typ'),
(NULL, 'canonmal_avastore', 'eav_attribute_group', 'BASE TABLE', 'InnoDB', '10', 'Compact', '231', '70', '16384', '0', '32768', '0', '434', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_set_id`) REFER `canonmal_avastore/eav_attribut'),
(NULL, 'canonmal_avastore', 'eav_attribute_label', 'BASE TABLE', 'InnoDB', '10', 'Compact', '58', '282', '16384', '0', '49152', '0', '333', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'eav_attribute_option', 'BASE TABLE', 'InnoDB', '10', 'Compact', '76', '215', '16384', '0', '16384', '0', '239', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Attributes option (for source model); InnoDB free: 6144 kB; (`attribute_id`) REF'),
(NULL, 'canonmal_avastore', 'eav_attribute_option_value', 'BASE TABLE', 'InnoDB', '10', 'Compact', '122', '134', '16384', '0', '49152', '0', '1053', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Attribute option values per store; InnoDB free: 6144 kB; (`option_id`) REFER `ca'),
(NULL, 'canonmal_avastore', 'eav_attribute_set', 'BASE TABLE', 'InnoDB', '10', 'Compact', '35', '468', '16384', '0', '32768', '0', '63', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`entity_type_id`) REFER `canonmal_avastore/eav_entity_typ'),
(NULL, 'canonmal_avastore', 'eav_entity', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Entityies; InnoDB free: 6144 kB; (`entity_type_id`) REFER `canonmal_avastore/eav'),
(NULL, 'canonmal_avastore', 'eav_entity_attribute', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1946', '50', '98304', '0', '196608', '0', '12742', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'eav_entity_datetime', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '114688', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Datetime values of attributes; InnoDB free: 6144 kB; (`entity_id`) REFER `canonm'),
(NULL, 'canonmal_avastore', 'eav_entity_decimal', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '114688', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Decimal values of attributes; InnoDB free: 6144 kB; (`entity_id`) REFER `canonma'),
(NULL, 'canonmal_avastore', 'eav_entity_int', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '114688', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Integer values of attributes; InnoDB free: 6144 kB; (`entity_id`) REFER `canonma'),
(NULL, 'canonmal_avastore', 'eav_entity_store', 'BASE TABLE', 'InnoDB', '10', 'Compact', '4', '4096', '16384', '0', '32768', '0', '5', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`entity_type_id`) REFER `canonmal_avastore/eav_entity_typ'),
(NULL, 'canonmal_avastore', 'eav_entity_text', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '81920', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Text values of attributes; InnoDB free: 6144 kB; (`entity_id`) REFER `canonmal_a'),
(NULL, 'canonmal_avastore', 'eav_entity_type', 'BASE TABLE', 'InnoDB', '10', 'Compact', '8', '2048', '16384', '0', '16384', '0', '9', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'eav_entity_varchar', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '114688', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Varchar values of attributes; InnoDB free: 6144 kB; (`entity_id`) REFER `canonma'),
(NULL, 'canonmal_avastore', 'eav_form_element', 'BASE TABLE', 'InnoDB', '10', 'Compact', '68', '240', '16384', '0', '65536', '0', '69', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'eav_form_fieldset', 'BASE TABLE', 'InnoDB', '10', 'Compact', '6', '2730', '16384', '0', '32768', '0', '7', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`type_id`) REFER `canonmal_avastore/eav_form_type`(`type_'),
(NULL, 'canonmal_avastore', 'eav_form_fieldset_label', 'BASE TABLE', 'InnoDB', '10', 'Compact', '6', '2730', '16384', '0', '32768', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`fieldset_id`) REFER `canonmal_avastore/eav_form_fieldset'),
(NULL, 'canonmal_avastore', 'eav_form_type', 'BASE TABLE', 'InnoDB', '10', 'Compact', '8', '2048', '16384', '0', '32768', '0', '9', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'eav_form_type_entity', 'BASE TABLE', 'InnoDB', '10', 'Compact', '11', '1489', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`entity_type_id`) REFER `canonmal_avastore/eav_entity_typ'),
(NULL, 'canonmal_avastore', 'engage_identifiers', 'BASE TABLE', 'InnoDB', '10', 'Compact', '4', '4096', '16384', '0', '0', '0', '5', '2011-09-19 16:45:03', NULL, NULL, 'latin1_swedish_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'find_feed_import_codes', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'gift_message', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'googlebase_attributes', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Google Base Attributes link Product Attributes; InnoDB free: 6144 kB; (`attribut'),
(NULL, 'canonmal_avastore', 'googlebase_items', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Google Base Items Products; InnoDB free: 6144 kB; (`product_id`) REFER `canonmal'),
(NULL, 'canonmal_avastore', 'googlebase_types', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Google Base Item Types link Attribute Sets; InnoDB free: 6144 kB; (`attribute_se'),
(NULL, 'canonmal_avastore', 'googlecheckout_api_debug', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'googlecheckout_notification', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'googleoptimizer_code', 'BASE TABLE', 'InnoDB', '10', 'Compact', '223', '293', '65536', '0', '16384', '0', '505', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'importexport_importdata', 'BASE TABLE', 'MyISAM', '10', 'Dynamic', '1', '8708', '8708', '281474976710655', '2048', '0', '2', '2011-07-21 05:20:31', '2011-07-21 05:20:31', NULL, 'utf8_general_ci', NULL, '', ''),
(NULL, 'canonmal_avastore', 'index_event', 'BASE TABLE', 'InnoDB', '10', 'Compact', '8650', '911', '7880704', '0', '507904', '0', '8113', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'index_process', 'BASE TABLE', 'InnoDB', '10', 'Compact', '9', '1820', '16384', '0', '16384', '0', '10', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'index_process_event', 'BASE TABLE', 'InnoDB', '10', 'Compact', '39182', '67', '2637824', '0', '1589248', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`event_id`) REFER `canonmal_avastore/index_event`(`event_'),
(NULL, 'canonmal_avastore', 'log_customer', 'BASE TABLE', 'InnoDB', '10', 'Compact', '81', '202', '16384', '0', '16384', '0', '82', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Customers log information; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'log_quote', 'BASE TABLE', 'InnoDB', '10', 'Compact', '282', '58', '16384', '0', '0', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Quote log data; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'log_summary', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Summary log information; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'log_summary_type', 'BASE TABLE', 'InnoDB', '10', 'Compact', '2', '8192', '16384', '0', '0', '0', '3', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Type of summary information; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'log_url', 'BASE TABLE', 'InnoDB', '10', 'Compact', '120055', '48', '5783552', '0', '5783552', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'URL visiting history; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'log_url_info', 'BASE TABLE', 'InnoDB', '10', 'Compact', '117703', '147', '17350656', '0', '0', '0', '119608', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Detale information about url visit; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'log_visitor', 'BASE TABLE', 'InnoDB', '10', 'Compact', '68359', '130', '8929280', '0', '0', '0', '68171', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'System visitors log; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'log_visitor_info', 'BASE TABLE', 'InnoDB', '10', 'Compact', '65314', '200', '13123584', '0', '0', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Additional information by visitor; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'log_visitor_online', 'BASE TABLE', 'InnoDB', '10', 'Compact', '21', '780', '16384', '0', '49152', '0', '35521', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'newsletter_problem', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Newsletter problems; InnoDB free: 6144 kB; (`queue_id`) REFER `canonmal_avastore'),
(NULL, 'canonmal_avastore', 'newsletter_queue', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Newsletter queue; InnoDB free: 6144 kB; (`template_id`) REFER `canonmal_avastore'),
(NULL, 'canonmal_avastore', 'newsletter_queue_link', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Newsletter queue to subscriber link; InnoDB free: 6144 kB; (`queue_id`) REFER `c'),
(NULL, 'canonmal_avastore', 'newsletter_queue_store_link', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`queue_id`) REFER `canonmal_avastore/newsletter_queue`(`q'),
(NULL, 'canonmal_avastore', 'newsletter_subscriber', 'BASE TABLE', 'InnoDB', '10', 'Compact', '30', '546', '16384', '0', '32768', '0', '32', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Newsletter subscribers; InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avast'),
(NULL, 'canonmal_avastore', 'newsletter_template', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Newsletter templates; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'paygate_authorizenet_debug', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'paypal_api_debug', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'paypal_cert', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`website_id`) REFER `canonmal_avastore/core_website`(`web'),
(NULL, 'canonmal_avastore', 'paypal_settlement_report', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'paypal_settlement_report_row', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`report_id`) REFER `canonmal_avastore/paypal_settlement_r'),
(NULL, 'canonmal_avastore', 'paypaluk_api_debug', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'poll', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '16384', '0', '2', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'poll_answer', 'BASE TABLE', 'InnoDB', '10', 'Compact', '4', '4096', '16384', '0', '16384', '0', '5', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`poll_id`) REFER `canonmal_avastore/poll`(`poll_id`) ON U'),
(NULL, 'canonmal_avastore', 'poll_store', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`poll_id`) REFER `canonmal_avastore/poll`(`poll_id`) ON U'),
(NULL, 'canonmal_avastore', 'poll_vote', 'BASE TABLE', 'InnoDB', '10', 'Compact', '2', '8192', '16384', '0', '16384', '0', '3', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`poll_answer_id`) REFER `canonmal_avastore/poll_answer`(`'),
(NULL, 'canonmal_avastore', 'product_alert_price', 'BASE TABLE', 'InnoDB', '10', 'Compact', '10', '1638', '16384', '0', '49152', '0', '16', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`customer_id`) REFER `canonmal_avastore/customer_entity`('),
(NULL, 'canonmal_avastore', 'product_alert_stock', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`customer_id`) REFER `canonmal_avastore/customer_entity`('),
(NULL, 'canonmal_avastore', 'rating', 'BASE TABLE', 'InnoDB', '10', 'Compact', '3', '5461', '16384', '0', '32768', '0', '4', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'ratings; InnoDB free: 6144 kB; (`entity_id`) REFER `canonmal_avastore/rating_ent'),
(NULL, 'canonmal_avastore', 'rating_entity', 'BASE TABLE', 'InnoDB', '10', 'Compact', '3', '5461', '16384', '0', '16384', '0', '4', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Rating entities; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'rating_option', 'BASE TABLE', 'InnoDB', '10', 'Compact', '15', '1092', '16384', '0', '16384', '0', '16', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Rating options; InnoDB free: 6144 kB; (`rating_id`) REFER `canonmal_avastore/rat'),
(NULL, 'canonmal_avastore', 'rating_option_vote', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Rating option values; InnoDB free: 6144 kB; (`review_id`) REFER `canonmal_avasto'),
(NULL, 'canonmal_avastore', 'rating_option_vote_aggregated', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`rating_id`) REFER `canonmal_avastore/rating`(`rating_id`'),
(NULL, 'canonmal_avastore', 'rating_store', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`rating_id`) REFER `canonmal_avastore/rating`(`rating_id`'),
(NULL, 'canonmal_avastore', 'rating_title', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`rating_id`) REFER `canonmal_avastore/rating`(`rating_id`'),
(NULL, 'canonmal_avastore', 'report_compared_product_index', 'BASE TABLE', 'InnoDB', '10', 'Compact', '123', '133', '16384', '0', '81920', '0', '159', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`customer_id`) REFER `canonmal_avastore/customer_entity`('),
(NULL, 'canonmal_avastore', 'report_event', 'BASE TABLE', 'InnoDB', '10', 'Compact', '30402', '52', '1589248', '0', '4685824', '0', '30116', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'report_event_types', 'BASE TABLE', 'InnoDB', '10', 'Compact', '6', '2730', '16384', '0', '0', '0', '7', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'report_viewed_product_index', 'BASE TABLE', 'InnoDB', '10', 'Compact', '25882', '61', '1589248', '0', '6815744', '0', '27922', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`customer_id`) REFER `canonmal_avastore/customer_entity`('),
(NULL, 'canonmal_avastore', 'review', 'BASE TABLE', 'InnoDB', '10', 'Compact', '3', '5461', '16384', '0', '49152', '0', '107', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Review base information; InnoDB free: 6144 kB; (`entity_id`) REFER `canonmal_ava'),
(NULL, 'canonmal_avastore', 'review_detail', 'BASE TABLE', 'InnoDB', '10', 'Compact', '3', '5461', '16384', '0', '49152', '0', '107', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Review detail information; InnoDB free: 6144 kB; (`customer_id`) REFER `canonmal'),
(NULL, 'canonmal_avastore', 'review_entity', 'BASE TABLE', 'InnoDB', '10', 'Compact', '3', '5461', '16384', '0', '0', '0', '4', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Review entities; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'review_entity_summary', 'BASE TABLE', 'InnoDB', '10', 'Compact', '61', '268', '16384', '0', '16384', '0', '62', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'review_status', 'BASE TABLE', 'InnoDB', '10', 'Compact', '3', '5461', '16384', '0', '0', '0', '4', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Review statuses; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'review_store', 'BASE TABLE', 'InnoDB', '10', 'Compact', '6', '2730', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`review_id`) REFER `canonmal_avastore/review`(`review_id`'),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`product_id`) REFER `canonmal_avastore/catalog_product_en'),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`product_id`) REFER `canonmal_avastore/catalog_product_en'),
(NULL, 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`product_id`) REFER `canonmal_avastore/catalog_product_en'),
(NULL, 'canonmal_avastore', 'sales_billing_agreement', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`customer_id`) REFER `canonmal_avastore/customer_entity`('),
(NULL, 'canonmal_avastore', 'sales_billing_agreement_order', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`agreement_id`) REFER `canonmal_avastore/sales_billing_ag'),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '98304', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`order_id`) REFER `canonmal_avastore/sales_flat_order`(`e'),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_comment', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`parent_id`) REFER `canonmal_avastore/sales_flat_creditme'),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '180224', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`entity_id`) REFER `canonmal_avastore/sales_flat_creditme'),
(NULL, 'canonmal_avastore', 'sales_flat_creditmemo_item', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`parent_id`) REFER `canonmal_avastore/sales_flat_creditme'),
(NULL, 'canonmal_avastore', 'sales_flat_invoice', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '98304', '0', '2', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`order_id`) REFER `canonmal_avastore/sales_flat_order`(`e'),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_comment', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`parent_id`) REFER `canonmal_avastore/sales_flat_invoice`'),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_grid', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '147456', '0', '2', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`entity_id`) REFER `canonmal_avastore/sales_flat_invoice`'),
(NULL, 'canonmal_avastore', 'sales_flat_invoice_item', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '16384', '0', '2', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`parent_id`) REFER `canonmal_avastore/sales_flat_invoice`'),
(NULL, 'canonmal_avastore', 'sales_flat_order', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '147456', '0', '56', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`customer_id`) REFER `canonmal_avastore/customer_entity`('),
(NULL, 'canonmal_avastore', 'sales_flat_order_address', 'BASE TABLE', 'InnoDB', '10', 'Compact', '2', '8192', '16384', '0', '16384', '0', '111', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`parent_id`) REFER `canonmal_avastore/sales_flat_order`(`'),
(NULL, 'canonmal_avastore', 'sales_flat_order_grid', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '196608', '0', '56', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`customer_id`) REFER `canonmal_avastore/customer_entity`('),
(NULL, 'canonmal_avastore', 'sales_flat_order_item', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '49152', '0', '57', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`order_id`) REFER `canonmal_avastore/sales_flat_order`(`e'),
(NULL, 'canonmal_avastore', 'sales_flat_order_payment', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '16384', '0', '56', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`parent_id`) REFER `canonmal_avastore/sales_flat_order`(`'),
(NULL, 'canonmal_avastore', 'sales_flat_order_status_history', 'BASE TABLE', 'InnoDB', '10', 'Compact', '3', '5461', '16384', '0', '32768', '0', '36', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`parent_id`) REFER `canonmal_avastore/sales_flat_order`(`'),
(NULL, 'canonmal_avastore', 'sales_flat_quote', 'BASE TABLE', 'InnoDB', '10', 'Compact', '31', '3699', '114688', '0', '49152', '0', '339', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address', 'BASE TABLE', 'InnoDB', '10', 'Compact', '552', '474', '262144', '0', '16384', '0', '1037', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`quote_id`) REFER `canonmal_avastore/sales_flat_quote`(`e'),
(NULL, 'canonmal_avastore', 'sales_flat_quote_address_item', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`quote_address_id`) REFER `canonmal_avastore/sales_flat_q'),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item', 'BASE TABLE', 'InnoDB', '10', 'Compact', '173', '473', '81920', '0', '65536', '0', '385', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`parent_item_id`) REFER `canonmal_avastore/sales_flat_quo'),
(NULL, 'canonmal_avastore', 'sales_flat_quote_item_option', 'BASE TABLE', 'InnoDB', '10', 'Compact', '191', '428', '81920', '0', '16384', '0', '395', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Additional options for quote item; InnoDB free: 6144 kB; (`item_id`) REFER `cano'),
(NULL, 'canonmal_avastore', 'sales_flat_quote_payment', 'BASE TABLE', 'InnoDB', '10', 'Compact', '217', '75', '16384', '0', '16384', '0', '265', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`quote_id`) REFER `canonmal_avastore/sales_flat_quote`(`e'),
(NULL, 'canonmal_avastore', 'sales_flat_quote_shipping_rate', 'BASE TABLE', 'InnoDB', '10', 'Compact', '51', '321', '16384', '0', '16384', '0', '318', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`address_id`) REFER `canonmal_avastore/sales_flat_quote_a'),
(NULL, 'canonmal_avastore', 'sales_flat_shipment', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '98304', '0', '2', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`order_id`) REFER `canonmal_avastore/sales_flat_order`(`e'),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_comment', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`parent_id`) REFER `canonmal_avastore/sales_flat_shipment'),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_grid', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '147456', '0', '2', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`entity_id`) REFER `canonmal_avastore/sales_flat_shipment'),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_item', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '16384', '0', '2', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`parent_id`) REFER `canonmal_avastore/sales_flat_shipment'),
(NULL, 'canonmal_avastore', 'sales_flat_shipment_track', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`parent_id`) REFER `canonmal_avastore/sales_flat_shipment'),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'sales_invoiced_aggregated_order', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'sales_order_aggregated_created', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'sales_order_status', 'BASE TABLE', 'InnoDB', '10', 'Compact', '10', '1638', '16384', '0', '0', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'sales_order_status_label', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`status`) REFER `canonmal_avastore/sales_order_status`(`s'),
(NULL, 'canonmal_avastore', 'sales_order_status_state', 'BASE TABLE', 'InnoDB', '10', 'Compact', '9', '1820', '16384', '0', '0', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`status`) REFER `canonmal_avastore/sales_order_status`(`s'),
(NULL, 'canonmal_avastore', 'sales_order_tax', 'BASE TABLE', 'InnoDB', '10', 'Compact', '4', '4096', '16384', '0', '16384', '0', '5', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'sales_payment_transaction', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '65536', '0', '2', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`order_id`) REFER `canonmal_avastore/sales_flat_order`(`e'),
(NULL, 'canonmal_avastore', 'sales_recurring_profile', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`customer_id`) REFER `canonmal_avastore/customer_entity`('),
(NULL, 'canonmal_avastore', 'sales_recurring_profile_order', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`order_id`) REFER `canonmal_avastore/sales_flat_order`(`e'),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'sales_refunded_aggregated_order', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'sales_shipping_aggregated_order', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'salesrule', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '16384', '0', '2', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'salesrule_coupon', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`rule_id`) REFER `canonmal_avastore/salesrule`(`rule_id`)'),
(NULL, 'canonmal_avastore', 'salesrule_coupon_usage', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`coupon_id`) REFER `canonmal_avastore/salesrule_coupon`(`'),
(NULL, 'canonmal_avastore', 'salesrule_customer', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`customer_id`) REFER `canonmal_avastore/customer_entity`('),
(NULL, 'canonmal_avastore', 'salesrule_label', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '49152', '0', '2', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`rule_id`) REFER `canonmal_avastore/salesrule`(`rule_id`)'),
(NULL, 'canonmal_avastore', 'salesrule_product_attribute', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`attribute_id`) REFER `canonmal_avastore/eav_attribute`(`'),
(NULL, 'canonmal_avastore', 'sendfriend_log', 'BASE TABLE', 'MyISAM', '10', 'Fixed', '0', '0', '0', '5348024557502463', '1024', '0', '1', '2011-07-21 05:21:56', '2011-07-21 05:21:56', NULL, 'utf8_general_ci', NULL, '', 'Send to friend function log storage table'),
(NULL, 'canonmal_avastore', 'shipping_tablerate', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'sitemap', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '16384', '0', '2', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'sm_products_filter', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'latin1_swedish_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'smtppro_email_log', 'BASE TABLE', 'InnoDB', '10', 'Compact', '127', '1548', '196608', '0', '16384', '0', '47', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'social_bookmarking', 'BASE TABLE', 'InnoDB', '10', 'Compact', '10', '1638', '16384', '0', '0', '0', '11', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'social_bookmarking_urls', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'tag', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '0', '0', '2', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'tag_properties', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '16384', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'tag_relation', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '81920', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`customer_id`) REFER `canonmal_avastore/customer_entity`('),
(NULL, 'canonmal_avastore', 'tag_summary', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'tax_calculation', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '81920', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`customer_tax_class_id`) REFER `canonmal_avastore/tax_cla'),
(NULL, 'canonmal_avastore', 'tax_calculation_rate', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '49152', '0', '4', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'tax_calculation_rate_title', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`tax_calculation_rate_id`) REFER `canonmal_avastore/tax_c'),
(NULL, 'canonmal_avastore', 'tax_calculation_rule', 'BASE TABLE', 'InnoDB', '10', 'Compact', '1', '16384', '16384', '0', '32768', '0', '3', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'tax_class', 'BASE TABLE', 'InnoDB', '10', 'Compact', '3', '5461', '16384', '0', '0', '0', '5', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'tax_order_aggregated_created', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'weee_discount', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '49152', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`customer_group_id`) REFER `canonmal_avastore/customer_gr'),
(NULL, 'canonmal_avastore', 'weee_tax', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '65536', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`country`) REFER `canonmal_avastore/directory_country`(`c'),
(NULL, 'canonmal_avastore', 'widget', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Preconfigured Widgets; InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'widget_instance', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', '6', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB'),
(NULL, 'canonmal_avastore', 'widget_instance_page', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '7', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`instance_id`) REFER `canonmal_avastore/widget_instance`('),
(NULL, 'canonmal_avastore', 'widget_instance_page_layout', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`layout_update_id`) REFER `canonmal_avastore/core_layout_'),
(NULL, 'canonmal_avastore', 'wishlist', 'BASE TABLE', 'InnoDB', '10', 'Compact', '13', '1260', '16384', '0', '32768', '0', '16', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, 'row_format=DYNAMIC', 'Wishlist main; InnoDB free: 6144 kB; (`customer_id`) REFER `canonmal_avastore/cu'),
(NULL, 'canonmal_avastore', 'wishlist_item', 'BASE TABLE', 'InnoDB', '10', 'Compact', '3', '5461', '16384', '0', '49152', '0', '5', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Wishlist items; InnoDB free: 6144 kB; (`product_id`) REFER `canonmal_avastore/ca'),
(NULL, 'canonmal_avastore', 'wishlist_item_option', 'BASE TABLE', 'InnoDB', '10', 'Compact', '3', '5461', '16384', '0', '16384', '0', '5', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'Additional options for wishlist item; InnoDB free: 6144 kB; (`wishlist_item_id`)'),
(NULL, 'canonmal_avastore', 'xmlconnect_application', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '32768', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`store_id`) REFER `canonmal_avastore/core_store`(`store_i'),
(NULL, 'canonmal_avastore', 'xmlconnect_config_data', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '0', '0', NULL, '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`application_id`) REFER `canonmal_avastore/xmlconnect_app'),
(NULL, 'canonmal_avastore', 'xmlconnect_history', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`application_id`) REFER `canonmal_avastore/xmlconnect_app'),
(NULL, 'canonmal_avastore', 'xmlconnect_notification_template', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`app_code`) REFER `canonmal_avastore/xmlconnect_applicati'),
(NULL, 'canonmal_avastore', 'xmlconnect_queue', 'BASE TABLE', 'InnoDB', '10', 'Compact', '0', '0', '16384', '0', '16384', '0', '1', '2011-09-19 16:45:03', NULL, NULL, 'utf8_general_ci', NULL, '', 'InnoDB free: 6144 kB; (`template_id`) REFER `canonmal_avastore/xmlconnect_notifi');

-- --------------------------------------------------------

-- 
-- Table structure for table `TABLE_CONSTRAINTS`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TEMPORARY TABLE `TABLE_CONSTRAINTS` (
  `CONSTRAINT_CATALOG` varchar(512) default NULL,
  `CONSTRAINT_SCHEMA` varchar(64) NOT NULL default '',
  `CONSTRAINT_NAME` varchar(64) NOT NULL default '',
  `TABLE_SCHEMA` varchar(64) NOT NULL default '',
  `TABLE_NAME` varchar(64) NOT NULL default '',
  `CONSTRAINT_TYPE` varchar(64) NOT NULL default ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `TABLE_CONSTRAINTS`
-- 

INSERT INTO `TABLE_CONSTRAINTS` VALUES (NULL, 'canonmal_StockBridge', 'PRIMARY', 'canonmal_StockBridge', 'OrderProducts', 'PRIMARY KEY'),
(NULL, 'canonmal_StockBridge', 'PRIMARY', 'canonmal_StockBridge', 'Orders', 'PRIMARY KEY'),
(NULL, 'canonmal_StockBridge', 'OrderID', 'canonmal_StockBridge', 'Orders', 'UNIQUE'),
(NULL, 'canonmal_StockBridge', 'PRIMARY', 'canonmal_StockBridge', 'Products', 'PRIMARY KEY'),
(NULL, 'canonmal_StockBridge', 'SKU', 'canonmal_StockBridge', 'Products', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'admin_assert', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'admin_role', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'admin_rule', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_admin_rule', 'canonmal_avastore', 'admin_rule', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'admin_user', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_ADMIN_USER_USERNAME', 'canonmal_avastore', 'admin_user', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'adminnotification_inbox', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'api_assert', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'api_role', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'api_rule', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_api_rule', 'canonmal_avastore', 'api_rule', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_API_SESSION_USER', 'canonmal_avastore', 'api_session', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'api_user', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'ayaline_catalogindex_infogroup', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_ayaline_catalogindex_infogroup_1', 'canonmal_avastore', 'ayaline_catalogindex_infogroup', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_ayaline_catalogindex_infogroup_2', 'canonmal_avastore', 'ayaline_catalogindex_infogroup', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_ayaline_catalogindex_infogroup_3', 'canonmal_avastore', 'ayaline_catalogindex_infogroup', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'ayaline_eav_attribute_infogroup', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_ayaline_eav_attribute_infogroup_1', 'canonmal_avastore', 'ayaline_eav_attribute_infogroup', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'ayaline_eav_attribute_infogroup_value', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_ayaline_eav_attribute_infogroup_value_1', 'canonmal_avastore', 'ayaline_eav_attribute_infogroup_value', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_ayaline_eav_attribute_infogroup_value_2', 'canonmal_avastore', 'ayaline_eav_attribute_infogroup_value', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'ayaline_eav_attribute_range', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_ayaline_eav_attribute_range_1', 'canonmal_avastore', 'ayaline_eav_attribute_range', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'ayaline_eav_attribute_range_value', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_ayaline_eav_attribute_range_value_1', 'canonmal_avastore', 'ayaline_eav_attribute_range_value', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_ayaline_eav_attribute_range_value_2', 'canonmal_avastore', 'ayaline_eav_attribute_range_value', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_category_entity', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_category_entity_datetime', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_BASE', 'canonmal_avastore', 'catalog_category_entity_datetime', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_DATETIME_ATTRIBUTE', 'canonmal_avastore', 'catalog_category_entity_datetime', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_DATETIME_ENTITY', 'canonmal_avastore', 'catalog_category_entity_datetime', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_DATETIME_STORE', 'canonmal_avastore', 'catalog_category_entity_datetime', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_category_entity_decimal', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_BASE', 'canonmal_avastore', 'catalog_category_entity_decimal', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_DECIMAL_ATTRIBUTE', 'canonmal_avastore', 'catalog_category_entity_decimal', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_DECIMAL_ENTITY', 'canonmal_avastore', 'catalog_category_entity_decimal', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_DECIMAL_STORE', 'canonmal_avastore', 'catalog_category_entity_decimal', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_category_entity_int', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_BASE', 'canonmal_avastore', 'catalog_category_entity_int', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_EMTITY_INT_ATTRIBUTE', 'canonmal_avastore', 'catalog_category_entity_int', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_EMTITY_INT_ENTITY', 'canonmal_avastore', 'catalog_category_entity_int', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_EMTITY_INT_STORE', 'canonmal_avastore', 'catalog_category_entity_int', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_category_entity_text', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_BASE', 'canonmal_avastore', 'catalog_category_entity_text', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_TEXT_ATTRIBUTE', 'canonmal_avastore', 'catalog_category_entity_text', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_TEXT_ENTITY', 'canonmal_avastore', 'catalog_category_entity_text', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_TEXT_STORE', 'canonmal_avastore', 'catalog_category_entity_text', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_category_entity_varchar', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_BASE', 'canonmal_avastore', 'catalog_category_entity_varchar', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE', 'canonmal_avastore', 'catalog_category_entity_varchar', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_VARCHAR_ENTITY', 'canonmal_avastore', 'catalog_category_entity_varchar', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE', 'canonmal_avastore', 'catalog_category_entity_varchar', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_category_flat_store_1', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATEGORY_FLAT_CATEGORY_ID_STORE_1', 'canonmal_avastore', 'catalog_category_flat_store_1', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATEGORY_FLAT_STORE_ID_STORE_1', 'canonmal_avastore', 'catalog_category_flat_store_1', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'UNQ_CATEGORY_PRODUCT', 'canonmal_avastore', 'catalog_category_product', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'CATALOG_CATEGORY_PRODUCT_CATEGORY', 'canonmal_avastore', 'catalog_category_product', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'CATALOG_CATEGORY_PRODUCT_PRODUCT', 'canonmal_avastore', 'catalog_category_product', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'UNQ_CATEGORY_PRODUCT', 'canonmal_avastore', 'catalog_category_product_index', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_PROD_IDX_CATEGORY_ENTITY', 'canonmal_avastore', 'catalog_category_product_index', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_CATEGORY_PROD_IDX_PROD_ENTITY', 'canonmal_avastore', 'catalog_category_product_index', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATEGORY_PRODUCT_INDEX_STORE', 'canonmal_avastore', 'catalog_category_product_index', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_compare_item', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_COMPARE_ITEM_CUSTOMER', 'canonmal_avastore', 'catalog_compare_item', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_COMPARE_ITEM_PRODUCT', 'canonmal_avastore', 'catalog_compare_item', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_COMPARE_ITEM_STORE', 'canonmal_avastore', 'catalog_compare_item', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_eav_attribute', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_EAV_ATTRIBUTE_ID', 'canonmal_avastore', 'catalog_eav_attribute', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_bundle_option', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_BUNDLE_OPTION_PARENT', 'canonmal_avastore', 'catalog_product_bundle_option', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_bundle_option_value', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_OPTION_STORE', 'canonmal_avastore', 'catalog_product_bundle_option_value', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_BUNDLE_OPTION_VALUE_OPTION', 'canonmal_avastore', 'catalog_product_bundle_option_value', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_bundle_price_index', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'CATALOG_PRODUCT_BUNDLE_PRICE_INDEX_CUSTOMER_GROUP', 'canonmal_avastore', 'catalog_product_bundle_price_index', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'CATALOG_PRODUCT_BUNDLE_PRICE_INDEX_PRODUCT_ENTITY', 'canonmal_avastore', 'catalog_product_bundle_price_index', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'CATALOG_PRODUCT_BUNDLE_PRICE_INDEX_WEBSITE', 'canonmal_avastore', 'catalog_product_bundle_price_index', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_bundle_selection', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_BUNDLE_SELECTION_OPTION', 'canonmal_avastore', 'catalog_product_bundle_selection', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_BUNDLE_SELECTION_PRODUCT', 'canonmal_avastore', 'catalog_product_bundle_selection', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_bundle_selection_price', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_BUNDLE_PRICE_SELECTION_ID', 'canonmal_avastore', 'catalog_product_bundle_selection_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_BUNDLE_PRICE_SELECTION_WEBSITE', 'canonmal_avastore', 'catalog_product_bundle_selection_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_bundle_stock_index', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_PRODUCT_STORE', 'canonmal_avastore', 'catalog_product_enabled_index', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENABLED_INDEX_PRODUCT_ENTITY', 'canonmal_avastore', 'catalog_product_enabled_index', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENABLED_INDEX_STORE', 'canonmal_avastore', 'catalog_product_enabled_index', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_entity', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_ATTRIBUTE_SET_ID', 'canonmal_avastore', 'catalog_product_entity', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_ENTITY_TYPE', 'canonmal_avastore', 'catalog_product_entity', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_entity_datetime', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', 'canonmal_avastore', 'catalog_product_entity_datetime', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_DATETIME_ATTRIBUTE', 'canonmal_avastore', 'catalog_product_entity_datetime', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_DATETIME_STORE', 'canonmal_avastore', 'catalog_product_entity_datetime', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PROD_ENTITY_DATETIME_PROD_ENTITY', 'canonmal_avastore', 'catalog_product_entity_datetime', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_entity_decimal', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', 'canonmal_avastore', 'catalog_product_entity_decimal', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_DECIMAL_ATTRIBUTE', 'canonmal_avastore', 'catalog_product_entity_decimal', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_DECIMAL_STORE', 'canonmal_avastore', 'catalog_product_entity_decimal', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PROD_ENTITY_DECIMAL_PROD_ENTITY', 'canonmal_avastore', 'catalog_product_entity_decimal', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_entity_gallery', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_BASE', 'canonmal_avastore', 'catalog_product_entity_gallery', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_GALLERY_ATTRIBUTE', 'canonmal_avastore', 'catalog_product_entity_gallery', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_GALLERY_ENTITY', 'canonmal_avastore', 'catalog_product_entity_gallery', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_GALLERY_STORE', 'canonmal_avastore', 'catalog_product_entity_gallery', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_entity_int', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', 'canonmal_avastore', 'catalog_product_entity_int', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE', 'canonmal_avastore', 'catalog_product_entity_int', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_INT_PRODUCT_ENTITY', 'canonmal_avastore', 'catalog_product_entity_int', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_INT_STORE', 'canonmal_avastore', 'catalog_product_entity_int', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_entity_media_gallery', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_MEDIA_GALLERY_ATTRIBUTE', 'canonmal_avastore', 'catalog_product_entity_media_gallery', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_MEDIA_GALLERY_ENTITY', 'canonmal_avastore', 'catalog_product_entity_media_gallery', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_entity_media_gallery_value', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_MEDIA_GALLERY_VALUE_GALLERY', 'canonmal_avastore', 'catalog_product_entity_media_gallery_value', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_MEDIA_GALLERY_VALUE_STORE', 'canonmal_avastore', 'catalog_product_entity_media_gallery_value', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_entity_text', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', 'canonmal_avastore', 'catalog_product_entity_text', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_TEXT_ATTRIBUTE', 'canonmal_avastore', 'catalog_product_entity_text', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_TEXT_PRODUCT_ENTITY', 'canonmal_avastore', 'catalog_product_entity_text', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_TEXT_STORE', 'canonmal_avastore', 'catalog_product_entity_text', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_entity_tier_price', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_CATALOG_PRODUCT_TIER_PRICE', 'canonmal_avastore', 'catalog_product_entity_tier_price', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_TIER_PRICE_GROUP', 'canonmal_avastore', 'catalog_product_entity_tier_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_TIER_WEBSITE', 'canonmal_avastore', 'catalog_product_entity_tier_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PROD_ENTITY_TIER_PRICE_PROD_ENTITY', 'canonmal_avastore', 'catalog_product_entity_tier_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_entity_varchar', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', 'canonmal_avastore', 'catalog_product_entity_varchar', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE', 'canonmal_avastore', 'catalog_product_entity_varchar', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE', 'canonmal_avastore', 'catalog_product_entity_varchar', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PROD_ENTITY_VARCHAR_PROD_ENTITY', 'canonmal_avastore', 'catalog_product_entity_varchar', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_flat_1', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_FLAT_1_ENTITY', 'canonmal_avastore', 'catalog_product_flat_1', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_eav', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_EAV_ATTRIBUTE', 'canonmal_avastore', 'catalog_product_index_eav', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_EAV_ENTITY', 'canonmal_avastore', 'catalog_product_index_eav', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_EAV_STORE', 'canonmal_avastore', 'catalog_product_index_eav', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_eav_decimal', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_EAV_DECIMAL_ATTRIBUTE', 'canonmal_avastore', 'catalog_product_index_eav_decimal', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_EAV_DECIMAL_ENTITY', 'canonmal_avastore', 'catalog_product_index_eav_decimal', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_EAV_DECIMAL_STORE', 'canonmal_avastore', 'catalog_product_index_eav_decimal', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_eav_decimal_idx', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_eav_decimal_tmp', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_eav_idx', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_eav_tmp', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_price', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_PRICE_CUSTOMER_GROUP', 'canonmal_avastore', 'catalog_product_index_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_PRICE_ENTITY', 'canonmal_avastore', 'catalog_product_index_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_PRICE_WEBSITE', 'canonmal_avastore', 'catalog_product_index_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_price_bundle_idx', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_idx', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_price_bundle_opt_tmp', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_idx', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_price_bundle_sel_tmp', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_price_bundle_tmp', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_idx', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_agr_tmp', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_idx', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_price_cfg_opt_tmp', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_price_downlod_idx', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_price_downlod_tmp', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_price_final_idx', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_price_final_tmp', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_price_idx', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_price_opt_agr_idx', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_price_opt_agr_tmp', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_price_opt_idx', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_price_opt_tmp', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_price_tmp', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_tier_price', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_TIER_PRICE_CUSTOMER', 'canonmal_avastore', 'catalog_product_index_tier_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_TIER_PRICE_ENTITY', 'canonmal_avastore', 'catalog_product_index_tier_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_TIER_PRICE_WEBSITE', 'canonmal_avastore', 'catalog_product_index_tier_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_index_website', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_INDEX_WEBSITE', 'canonmal_avastore', 'catalog_product_index_website', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_link', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_UNIQUE', 'canonmal_avastore', 'catalog_product_link', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_LINK_LINKED_PRODUCT', 'canonmal_avastore', 'catalog_product_link', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_LINK_PRODUCT', 'canonmal_avastore', 'catalog_product_link', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_LINK_TYPE', 'canonmal_avastore', 'catalog_product_link', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_link_attribute', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_ATTRIBUTE_PRODUCT_LINK_TYPE', 'canonmal_avastore', 'catalog_product_link_attribute', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_link_attribute_decimal', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_DECIMAL_LINK', 'canonmal_avastore', 'catalog_product_link_attribute_decimal', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_DECIMAL_PRODUCT_LINK_ATTRIBUTE', 'canonmal_avastore', 'catalog_product_link_attribute_decimal', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_link_attribute_int', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_product_link_attribute_id_link_id', 'canonmal_avastore', 'catalog_product_link_attribute_int', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_INT_PRODUCT_LINK', 'canonmal_avastore', 'catalog_product_link_attribute_int', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_INT_PRODUCT_LINK_ATTRIBUTE', 'canonmal_avastore', 'catalog_product_link_attribute_int', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_link_attribute_varchar', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_VARCHAR_LINK', 'canonmal_avastore', 'catalog_product_link_attribute_varchar', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_VARCHAR_PRODUCT_LINK_ATTRIBUTE', 'canonmal_avastore', 'catalog_product_link_attribute_varchar', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_link_type', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_option', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_OPTION_PRODUCT', 'canonmal_avastore', 'catalog_product_option', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_option_price', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_OPTION_STORE', 'canonmal_avastore', 'catalog_product_option_price', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_OPTION_PRICE_OPTION', 'canonmal_avastore', 'catalog_product_option_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_OPTION_PRICE_STORE', 'canonmal_avastore', 'catalog_product_option_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_option_title', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_OPTION_STORE', 'canonmal_avastore', 'catalog_product_option_title', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_OPTION_TITLE_OPTION', 'canonmal_avastore', 'catalog_product_option_title', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_OPTION_TITLE_STORE', 'canonmal_avastore', 'catalog_product_option_title', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_option_type_price', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_OPTION_TYPE_STORE', 'canonmal_avastore', 'catalog_product_option_type_price', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_OPTION_TYPE_PRICE_OPTION', 'canonmal_avastore', 'catalog_product_option_type_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_OPTION_TYPE_PRICE_STORE', 'canonmal_avastore', 'catalog_product_option_type_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_option_type_title', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_OPTION_TYPE_STORE', 'canonmal_avastore', 'catalog_product_option_type_title', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_OPTION_TYPE_TITLE_OPTION', 'canonmal_avastore', 'catalog_product_option_type_title', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_OPTION_TYPE_TITLE_STORE', 'canonmal_avastore', 'catalog_product_option_type_title', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_option_type_value', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_OPTION_TYPE_VALUE_OPTION', 'canonmal_avastore', 'catalog_product_option_type_value', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_relation', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_RELATION_CHILD', 'canonmal_avastore', 'catalog_product_relation', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_RELATION_PARENT', 'canonmal_avastore', 'catalog_product_relation', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_super_attribute', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_product_id_attribute_id', 'canonmal_avastore', 'catalog_product_super_attribute', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_SUPER_PRODUCT_ATTRIBUTE_PRODUCT', 'canonmal_avastore', 'catalog_product_super_attribute', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_super_attribute_label', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_STORE', 'canonmal_avastore', 'catalog_product_super_attribute_label', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PROD_SUPER_ATTR_LABEL_ATTR', 'canonmal_avastore', 'catalog_product_super_attribute_label', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PROD_SUPER_ATTR_LABEL_STORE', 'canonmal_avastore', 'catalog_product_super_attribute_label', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_super_attribute_pricing', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_product_super_attribute_id_value_index_website_id', 'canonmal_avastore', 'catalog_product_super_attribute_pricing', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_SUPER_PRICE_WEBSITE', 'canonmal_avastore', 'catalog_product_super_attribute_pricing', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SUPER_PRODUCT_ATTRIBUTE_PRICING', 'canonmal_avastore', 'catalog_product_super_attribute_pricing', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_super_link', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_product_id_parent_id', 'canonmal_avastore', 'catalog_product_super_link', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_SUPER_PRODUCT_LINK_ENTITY', 'canonmal_avastore', 'catalog_product_super_link', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SUPER_PRODUCT_LINK_PARENT', 'canonmal_avastore', 'catalog_product_super_link', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalog_product_website', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_WEBSITE_WEBSITE', 'canonmal_avastore', 'catalog_product_website', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_WEBSITE_PRODUCT_PRODUCT', 'canonmal_avastore', 'catalog_product_website', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalogindex_aggregation', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_STORE_KEY', 'canonmal_avastore', 'catalogindex_aggregation', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINDEX_AGGREGATION_STORE', 'canonmal_avastore', 'catalogindex_aggregation', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalogindex_aggregation_tag', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_CODE', 'canonmal_avastore', 'catalogindex_aggregation_tag', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'IDX_AGGREGATION_TAG', 'canonmal_avastore', 'catalogindex_aggregation_to_tag', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINDEX_AGGREGATION_TO_TAG_AGGREGATION', 'canonmal_avastore', 'catalogindex_aggregation_to_tag', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINDEX_AGGREGATION_TO_TAG_TAG', 'canonmal_avastore', 'catalogindex_aggregation_to_tag', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalogindex_eav', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINDEX_EAV_ATTRIBUTE', 'canonmal_avastore', 'catalogindex_eav', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINDEX_EAV_ENTITY', 'canonmal_avastore', 'catalogindex_eav', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINDEX_EAV_STORE', 'canonmal_avastore', 'catalogindex_eav', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalogindex_minimal_price', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINDEX_MINIMAL_PRICE_CUSTOMER_GROUP', 'canonmal_avastore', 'catalogindex_minimal_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINDEX_MINIMAL_PRICE_ENTITY', 'canonmal_avastore', 'catalogindex_minimal_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CI_MINIMAL_PRICE_WEBSITE_ID', 'canonmal_avastore', 'catalogindex_minimal_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINDEX_PRICE_ATTRIBUTE', 'canonmal_avastore', 'catalogindex_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINDEX_PRICE_ENTITY', 'canonmal_avastore', 'catalogindex_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CI_PRICE_WEBSITE_ID', 'canonmal_avastore', 'catalogindex_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'cataloginventory_stock', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'cataloginventory_stock_item', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_STOCK_PRODUCT', 'canonmal_avastore', 'cataloginventory_stock_item', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINVENTORY_STOCK_ITEM_PRODUCT', 'canonmal_avastore', 'cataloginventory_stock_item', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINVENTORY_STOCK_ITEM_STOCK', 'canonmal_avastore', 'cataloginventory_stock_item', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'cataloginventory_stock_status', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINVENTORY_STOCK_STATUS_PRODUCT', 'canonmal_avastore', 'cataloginventory_stock_status', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINVENTORY_STOCK_STATUS_STOCK', 'canonmal_avastore', 'cataloginventory_stock_status', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOGINVENTORY_STOCK_STATUS_WEBSITE', 'canonmal_avastore', 'cataloginventory_stock_status', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'cataloginventory_stock_status_idx', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'cataloginventory_stock_status_tmp', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalogrule', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalogrule_affected_product', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalogrule_group_website', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOGRULE_GROUP_WEBSITE_GROUP', 'canonmal_avastore', 'catalogrule_group_website', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOGRULE_GROUP_WEBSITE_RULE', 'canonmal_avastore', 'catalogrule_group_website', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOGRULE_GROUP_WEBSITE_WEBSITE', 'canonmal_avastore', 'catalogrule_group_website', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalogrule_product', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'sort_order', 'canonmal_avastore', 'catalogrule_product', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_catalogrule_product_customergroup', 'canonmal_avastore', 'catalogrule_product', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOGRULE_PRODUCT_PRODUCT', 'canonmal_avastore', 'catalogrule_product', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_catalogrule_product_rule', 'canonmal_avastore', 'catalogrule_product', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_catalogrule_product_website', 'canonmal_avastore', 'catalogrule_product', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalogrule_product_price', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'rule_date', 'canonmal_avastore', 'catalogrule_product_price', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_catalogrule_product_price_customergroup', 'canonmal_avastore', 'catalogrule_product_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOGRULE_PRODUCT_PRICE_PRODUCT', 'canonmal_avastore', 'catalogrule_product_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_catalogrule_product_price_website', 'canonmal_avastore', 'catalogrule_product_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalogsearch_fulltext', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalogsearch_query', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOGSEARCH_QUERY_STORE', 'canonmal_avastore', 'catalogsearch_query', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'catalogsearch_result', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOGSEARCH_RESULT_CATALOG_PRODUCT', 'canonmal_avastore', 'catalogsearch_result', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOGSEARCH_RESULT_QUERY', 'canonmal_avastore', 'catalogsearch_result', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'checkout_agreement', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'agreement_id', 'canonmal_avastore', 'checkout_agreement_store', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CHECKOUT_AGREEMENT', 'canonmal_avastore', 'checkout_agreement_store', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CHECKOUT_AGREEMENT_STORE', 'canonmal_avastore', 'checkout_agreement_store', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'cms_block', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'cms_block_store', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CMS_BLOCK_STORE_BLOCK', 'canonmal_avastore', 'cms_block_store', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CMS_BLOCK_STORE_STORE', 'canonmal_avastore', 'cms_block_store', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'cms_page', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'cms_page_store', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CMS_PAGE_STORE_PAGE', 'canonmal_avastore', 'cms_page_store', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CMS_PAGE_STORE_STORE', 'canonmal_avastore', 'cms_page_store', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'cmssearch_fulltext', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'cmssearch_result', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CMSSEARCH_RESULT_QUERY', 'canonmal_avastore', 'cmssearch_result', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CMSSEARCH_RESULT_CATALOG_PRODUCT', 'canonmal_avastore', 'cmssearch_result', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'core_cache', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'core_cache_option', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'core_cache_tag', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'core_config_data', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'config_scope', 'canonmal_avastore', 'core_config_data', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'core_email_template', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'template_code', 'canonmal_avastore', 'core_email_template', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'core_flag', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'core_layout_link', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'store_id', 'canonmal_avastore', 'core_layout_link', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CORE_LAYOUT_LINK_STORE', 'canonmal_avastore', 'core_layout_link', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CORE_LAYOUT_LINK_UPDATE', 'canonmal_avastore', 'core_layout_link', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'core_layout_update', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'core_resource', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'core_session', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SESSION_WEBSITE', 'canonmal_avastore', 'core_session', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'core_store', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'code', 'canonmal_avastore', 'core_store', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_STORE_GROUP_STORE', 'canonmal_avastore', 'core_store', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_STORE_WEBSITE', 'canonmal_avastore', 'core_store', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'core_store_group', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_STORE_GROUP_WEBSITE', 'canonmal_avastore', 'core_store_group', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'core_translate', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_CODE', 'canonmal_avastore', 'core_translate', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CORE_TRANSLATE_STORE', 'canonmal_avastore', 'core_translate', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'core_url_rewrite', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_REQUEST_PATH', 'canonmal_avastore', 'core_url_rewrite', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'UNQ_PATH', 'canonmal_avastore', 'core_url_rewrite', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CORE_URL_REWRITE_CATEGORY', 'canonmal_avastore', 'core_url_rewrite', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CORE_URL_REWRITE_PRODUCT', 'canonmal_avastore', 'core_url_rewrite', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CORE_URL_REWRITE_STORE', 'canonmal_avastore', 'core_url_rewrite', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'core_variable', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_CODE', 'canonmal_avastore', 'core_variable', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'core_variable_value', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_VARIABLE_STORE', 'canonmal_avastore', 'core_variable_value', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CORE_VARIABLE_VALUE_STORE_ID', 'canonmal_avastore', 'core_variable_value', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CORE_VARIABLE_VALUE_VARIABLE_ID', 'canonmal_avastore', 'core_variable_value', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'core_website', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'code', 'canonmal_avastore', 'core_website', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'coupon_aggregated', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_COUPON_AGGREGATED_PSOC', 'canonmal_avastore', 'coupon_aggregated', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_SALESTRULE_COUPON_AGGREGATED_STORE', 'canonmal_avastore', 'coupon_aggregated', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'coupon_aggregated_order', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_COUPON_AGGREGATED_ORDER_PSOC', 'canonmal_avastore', 'coupon_aggregated_order', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_SALESTRULE_COUPON_AGGREGATED_ORDER_STORE', 'canonmal_avastore', 'coupon_aggregated_order', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'cron_schedule', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'customer_address_entity', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_CUSTOMER_ID', 'canonmal_avastore', 'customer_address_entity', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'customer_address_entity_datetime', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', 'canonmal_avastore', 'customer_address_entity_datetime', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_DATETIME_ATTRIBUTE', 'canonmal_avastore', 'customer_address_entity_datetime', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_DATETIME_ENTITY', 'canonmal_avastore', 'customer_address_entity_datetime', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_DATETIME_ENTITY_TYPE', 'canonmal_avastore', 'customer_address_entity_datetime', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'customer_address_entity_decimal', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', 'canonmal_avastore', 'customer_address_entity_decimal', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_DECIMAL_ATTRIBUTE', 'canonmal_avastore', 'customer_address_entity_decimal', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_DECIMAL_ENTITY', 'canonmal_avastore', 'customer_address_entity_decimal', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_DECIMAL_ENTITY_TYPE', 'canonmal_avastore', 'customer_address_entity_decimal', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'customer_address_entity_int', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', 'canonmal_avastore', 'customer_address_entity_int', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_INT_ATTRIBUTE', 'canonmal_avastore', 'customer_address_entity_int', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_INT_ENTITY', 'canonmal_avastore', 'customer_address_entity_int', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_INT_ENTITY_TYPE', 'canonmal_avastore', 'customer_address_entity_int', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'customer_address_entity_text', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', 'canonmal_avastore', 'customer_address_entity_text', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_TEXT_ATTRIBUTE', 'canonmal_avastore', 'customer_address_entity_text', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_TEXT_ENTITY', 'canonmal_avastore', 'customer_address_entity_text', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_TEXT_ENTITY_TYPE', 'canonmal_avastore', 'customer_address_entity_text', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'customer_address_entity_varchar', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', 'canonmal_avastore', 'customer_address_entity_varchar', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_VARCHAR_ATTRIBUTE', 'canonmal_avastore', 'customer_address_entity_varchar', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_VARCHAR_ENTITY', 'canonmal_avastore', 'customer_address_entity_varchar', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ADDRESS_VARCHAR_ENTITY_TYPE', 'canonmal_avastore', 'customer_address_entity_varchar', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'customer_eav_attribute', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_EAV_ATTRIBUTE_ID', 'canonmal_avastore', 'customer_eav_attribute', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'customer_eav_attribute_website', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CUST_EAV_ATTR_WEBST_ATTR_EAV_ATTR', 'canonmal_avastore', 'customer_eav_attribute_website', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CUST_EAV_ATTR_WEBST_WEBST_CORE_WEBST', 'canonmal_avastore', 'customer_eav_attribute_website', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'customer_entity', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_ENTITY_STORE', 'canonmal_avastore', 'customer_entity', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_WEBSITE', 'canonmal_avastore', 'customer_entity', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'customer_entity_datetime', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', 'canonmal_avastore', 'customer_entity_datetime', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_DATETIME_ATTRIBUTE', 'canonmal_avastore', 'customer_entity_datetime', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_DATETIME_ENTITY', 'canonmal_avastore', 'customer_entity_datetime', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_DATETIME_ENTITY_TYPE', 'canonmal_avastore', 'customer_entity_datetime', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'customer_entity_decimal', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', 'canonmal_avastore', 'customer_entity_decimal', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_DECIMAL_ATTRIBUTE', 'canonmal_avastore', 'customer_entity_decimal', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_DECIMAL_ENTITY', 'canonmal_avastore', 'customer_entity_decimal', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_DECIMAL_ENTITY_TYPE', 'canonmal_avastore', 'customer_entity_decimal', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'customer_entity_int', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', 'canonmal_avastore', 'customer_entity_int', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_INT_ATTRIBUTE', 'canonmal_avastore', 'customer_entity_int', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_INT_ENTITY', 'canonmal_avastore', 'customer_entity_int', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_INT_ENTITY_TYPE', 'canonmal_avastore', 'customer_entity_int', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'customer_entity_text', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', 'canonmal_avastore', 'customer_entity_text', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_TEXT_ATTRIBUTE', 'canonmal_avastore', 'customer_entity_text', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_TEXT_ENTITY', 'canonmal_avastore', 'customer_entity_text', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_TEXT_ENTITY_TYPE', 'canonmal_avastore', 'customer_entity_text', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'customer_entity_varchar', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_ATTRIBUTE_VALUE', 'canonmal_avastore', 'customer_entity_varchar', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_VARCHAR_ATTRIBUTE', 'canonmal_avastore', 'customer_entity_varchar', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_VARCHAR_ENTITY', 'canonmal_avastore', 'customer_entity_varchar', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_VARCHAR_ENTITY_TYPE', 'canonmal_avastore', 'customer_entity_varchar', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'customer_form_attribute', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CUSTOMER_FORM_ATTRIBUTE_ATTRIBUTE', 'canonmal_avastore', 'customer_form_attribute', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'customer_group', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'dataflow_batch', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_DATAFLOW_BATCH_PROFILE', 'canonmal_avastore', 'dataflow_batch', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_DATAFLOW_BATCH_STORE', 'canonmal_avastore', 'dataflow_batch', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'dataflow_batch_export', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_DATAFLOW_BATCH_EXPORT_BATCH', 'canonmal_avastore', 'dataflow_batch_export', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'dataflow_batch_import', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_DATAFLOW_BATCH_IMPORT_BATCH', 'canonmal_avastore', 'dataflow_batch_import', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'dataflow_import_data', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_dataflow_import_data', 'canonmal_avastore', 'dataflow_import_data', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'dataflow_profile', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'dataflow_profile_history', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_dataflow_profile_history', 'canonmal_avastore', 'dataflow_profile_history', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'dataflow_session', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'debug_log', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'design_change', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_DESIGN_CHANGE_STORE', 'canonmal_avastore', 'design_change', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'directory_country', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'directory_country_format', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'country_type', 'canonmal_avastore', 'directory_country_format', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'directory_country_region', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'directory_country_region_name', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_DIRECTORY_REGION_NAME_REGION', 'canonmal_avastore', 'directory_country_region_name', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'directory_currency_rate', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'downloadable_link', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_DOWNLODABLE_LINK_PRODUCT', 'canonmal_avastore', 'downloadable_link', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'downloadable_link_price', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_DOWNLOADABLE_LINK_PRICE_LINK', 'canonmal_avastore', 'downloadable_link_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_DOWNLOADABLE_LINK_PRICE_WEBSITE', 'canonmal_avastore', 'downloadable_link_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'downloadable_link_purchased', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_DOWNLOADABLE_LINK_ORDER_ID', 'canonmal_avastore', 'downloadable_link_purchased', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'downloadable_link_purchased_item', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_DOWNLOADABLE_LINK_ORDER_ITEM_ID', 'canonmal_avastore', 'downloadable_link_purchased_item', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_DOWNLOADABLE_LINK_PURCHASED_ID', 'canonmal_avastore', 'downloadable_link_purchased_item', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'downloadable_link_title', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_LINK_TITLE_STORE', 'canonmal_avastore', 'downloadable_link_title', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_DOWNLOADABLE_LINK_TITLE_LINK', 'canonmal_avastore', 'downloadable_link_title', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_DOWNLOADABLE_LINK_TITLE_STORE', 'canonmal_avastore', 'downloadable_link_title', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'downloadable_sample', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_DOWNLODABLE_SAMPLE_PRODUCT', 'canonmal_avastore', 'downloadable_sample', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'downloadable_sample_title', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_SAMPLE_TITLE_STORE', 'canonmal_avastore', 'downloadable_sample_title', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_DOWNLOADABLE_SAMPLE_TITLE_SAMPLE', 'canonmal_avastore', 'downloadable_sample_title', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_DOWNLOADABLE_SAMPLE_TITLE_STORE', 'canonmal_avastore', 'downloadable_sample_title', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'eav_attribute', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'entity_type_id', 'canonmal_avastore', 'eav_attribute', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_eav_attribute', 'canonmal_avastore', 'eav_attribute', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'eav_attribute_group', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'attribute_set_id', 'canonmal_avastore', 'eav_attribute_group', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_eav_attribute_group', 'canonmal_avastore', 'eav_attribute_group', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'eav_attribute_label', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_ATTRIBUTE_LABEL_ATTRIBUTE', 'canonmal_avastore', 'eav_attribute_label', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_ATTRIBUTE_LABEL_STORE', 'canonmal_avastore', 'eav_attribute_label', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'eav_attribute_option', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_ATTRIBUTE_OPTION_ATTRIBUTE', 'canonmal_avastore', 'eav_attribute_option', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'eav_attribute_option_value', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_ATTRIBUTE_OPTION_VALUE_OPTION', 'canonmal_avastore', 'eav_attribute_option_value', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_ATTRIBUTE_OPTION_VALUE_STORE', 'canonmal_avastore', 'eav_attribute_option_value', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'eav_attribute_set', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'entity_type_id', 'canonmal_avastore', 'eav_attribute_set', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_eav_attribute_set', 'canonmal_avastore', 'eav_attribute_set', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'eav_entity', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_eav_entity', 'canonmal_avastore', 'eav_entity', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_eav_entity_store', 'canonmal_avastore', 'eav_entity', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'eav_entity_attribute', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'attribute_set_id_2', 'canonmal_avastore', 'eav_entity_attribute', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'attribute_group_id', 'canonmal_avastore', 'eav_entity_attribute', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE', 'canonmal_avastore', 'eav_entity_attribute', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_ATTRIBUTE_GROUP', 'canonmal_avastore', 'eav_entity_attribute', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'eav_entity_datetime', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', 'canonmal_avastore', 'eav_entity_datetime', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_DATETIME_ENTITY', 'canonmal_avastore', 'eav_entity_datetime', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_DATETIME_ENTITY_TYPE', 'canonmal_avastore', 'eav_entity_datetime', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_DATETIME_STORE', 'canonmal_avastore', 'eav_entity_datetime', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'eav_entity_decimal', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', 'canonmal_avastore', 'eav_entity_decimal', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_DECIMAL_ENTITY', 'canonmal_avastore', 'eav_entity_decimal', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_DECIMAL_ENTITY_TYPE', 'canonmal_avastore', 'eav_entity_decimal', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_DECIMAL_STORE', 'canonmal_avastore', 'eav_entity_decimal', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'eav_entity_int', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', 'canonmal_avastore', 'eav_entity_int', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_INT_ENTITY', 'canonmal_avastore', 'eav_entity_int', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_INT_ENTITY_TYPE', 'canonmal_avastore', 'eav_entity_int', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_INT_STORE', 'canonmal_avastore', 'eav_entity_int', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'eav_entity_store', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_eav_entity_store_entity_type', 'canonmal_avastore', 'eav_entity_store', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_eav_entity_store_store', 'canonmal_avastore', 'eav_entity_store', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'eav_entity_text', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', 'canonmal_avastore', 'eav_entity_text', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_TEXT_ENTITY', 'canonmal_avastore', 'eav_entity_text', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_TEXT_ENTITY_TYPE', 'canonmal_avastore', 'eav_entity_text', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_TEXT_STORE', 'canonmal_avastore', 'eav_entity_text', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'eav_entity_type', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'eav_entity_varchar', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_ATTRIBUTE_VALUE', 'canonmal_avastore', 'eav_entity_varchar', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_VARCHAR_ENTITY', 'canonmal_avastore', 'eav_entity_varchar', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_VARCHAR_ENTITY_TYPE', 'canonmal_avastore', 'eav_entity_varchar', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_EAV_ENTITY_VARCHAR_STORE', 'canonmal_avastore', 'eav_entity_varchar', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'eav_form_element', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_FORM_ATTRIBUTE', 'canonmal_avastore', 'eav_form_element', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_EAV_FORM_ELEMENT_ATTRIBUTE', 'canonmal_avastore', 'eav_form_element', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_EAV_FORM_ELEMENT_FORM_FIELDSET', 'canonmal_avastore', 'eav_form_element', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_EAV_FORM_ELEMENT_FORM_TYPE', 'canonmal_avastore', 'eav_form_element', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'eav_form_fieldset', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_FORM_FIELDSET_CODE', 'canonmal_avastore', 'eav_form_fieldset', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_EAV_FORM_FIELDSET_FORM_TYPE', 'canonmal_avastore', 'eav_form_fieldset', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'eav_form_fieldset_label', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_EAV_FORM_FIELDSET_LABEL_FORM_FIELDSET', 'canonmal_avastore', 'eav_form_fieldset_label', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_EAV_FORM_FIELDSET_LABEL_STORE', 'canonmal_avastore', 'eav_form_fieldset_label', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'eav_form_type', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_FORM_TYPE_CODE', 'canonmal_avastore', 'eav_form_type', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_EAV_FORM_TYPE_STORE', 'canonmal_avastore', 'eav_form_type', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'eav_form_type_entity', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_EAV_FORM_TYPE_ENTITY_ENTITY_TYPE', 'canonmal_avastore', 'eav_form_type_entity', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_EAV_FORM_TYPE_ENTITY_FORM_TYPE', 'canonmal_avastore', 'eav_form_type_entity', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'engage_identifiers', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'find_feed_import_codes', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'gift_message', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'googlebase_attributes', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'GOOGLEBASE_ATTRIBUTES_ATTRIBUTE_ID', 'canonmal_avastore', 'googlebase_attributes', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'GOOGLEBASE_ATTRIBUTES_TYPE_ID', 'canonmal_avastore', 'googlebase_attributes', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'googlebase_items', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'GOOGLEBASE_ITEMS_PRODUCT_ID', 'canonmal_avastore', 'googlebase_items', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'GOOGLEBASE_ITEMS_STORE_ID', 'canonmal_avastore', 'googlebase_items', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'googlebase_types', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'GOOGLEBASE_TYPES_ATTRIBUTE_SET_ID', 'canonmal_avastore', 'googlebase_types', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'googlecheckout_api_debug', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'googlecheckout_notification', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'googleoptimizer_code', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_GOOGLEOPTIMIZER_CODE_STORE', 'canonmal_avastore', 'googleoptimizer_code', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'importexport_importdata', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'index_event', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_UNIQUE_EVENT', 'canonmal_avastore', 'index_event', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'index_process', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_CODE', 'canonmal_avastore', 'index_process', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'index_process_event', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_INDEX_EVNT_PROCESS', 'canonmal_avastore', 'index_process_event', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_INDEX_PROCESS_EVENT', 'canonmal_avastore', 'index_process_event', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'log_customer', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'log_quote', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'log_summary', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'log_summary_type', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'log_url', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'log_url_info', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'log_visitor', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'log_visitor_info', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'log_visitor_online', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'newsletter_problem', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_PROBLEM_QUEUE', 'canonmal_avastore', 'newsletter_problem', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_PROBLEM_SUBSCRIBER', 'canonmal_avastore', 'newsletter_problem', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'newsletter_queue', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_QUEUE_TEMPLATE', 'canonmal_avastore', 'newsletter_queue', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'newsletter_queue_link', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_QUEUE_LINK_QUEUE', 'canonmal_avastore', 'newsletter_queue_link', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_QUEUE_LINK_SUBSCRIBER', 'canonmal_avastore', 'newsletter_queue_link', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'newsletter_queue_store_link', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_LINK_QUEUE', 'canonmal_avastore', 'newsletter_queue_store_link', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_NEWSLETTER_QUEUE_STORE_LINK_STORE', 'canonmal_avastore', 'newsletter_queue_store_link', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'newsletter_subscriber', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_NEWSLETTER_SUBSCRIBER_STORE', 'canonmal_avastore', 'newsletter_subscriber', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'newsletter_template', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'paygate_authorizenet_debug', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'paypal_api_debug', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'paypal_cert', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_PAYPAL_CERT_WEBSITE', 'canonmal_avastore', 'paypal_cert', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'paypal_settlement_report', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_REPORT_DATE_ACCOUNT', 'canonmal_avastore', 'paypal_settlement_report', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'paypal_settlement_report_row', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_PAYPAL_SETTLEMENT_ROW_REPORT', 'canonmal_avastore', 'paypal_settlement_report_row', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'paypaluk_api_debug', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'poll', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_POLL_STORE', 'canonmal_avastore', 'poll', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'poll_answer', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_POLL_PARENT', 'canonmal_avastore', 'poll_answer', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'poll_store', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_POLL_STORE_POLL', 'canonmal_avastore', 'poll_store', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_POLL_STORE_STORE', 'canonmal_avastore', 'poll_store', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'poll_vote', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_POLL_ANSWER', 'canonmal_avastore', 'poll_vote', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'product_alert_price', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ALERT_PRICE_CUSTOMER', 'canonmal_avastore', 'product_alert_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ALERT_PRICE_PRODUCT', 'canonmal_avastore', 'product_alert_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ALERT_PRICE_WEBSITE', 'canonmal_avastore', 'product_alert_price', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'product_alert_stock', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ALERT_STOCK_CUSTOMER', 'canonmal_avastore', 'product_alert_stock', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ALERT_STOCK_PRODUCT', 'canonmal_avastore', 'product_alert_stock', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ALERT_STOCK_WEBSITE', 'canonmal_avastore', 'product_alert_stock', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'rating', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_CODE', 'canonmal_avastore', 'rating', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_RATING_ENTITY_KEY', 'canonmal_avastore', 'rating', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'rating_entity', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_CODE', 'canonmal_avastore', 'rating_entity', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'rating_option', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_RATING_OPTION_RATING', 'canonmal_avastore', 'rating_option', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'rating_option_vote', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_RATING_OPTION_REVIEW_ID', 'canonmal_avastore', 'rating_option_vote', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_RATING_OPTION_VALUE_OPTION', 'canonmal_avastore', 'rating_option_vote', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'rating_option_vote_aggregated', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_RATING_OPTION_VALUE_AGGREGATE', 'canonmal_avastore', 'rating_option_vote_aggregated', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_RATING_OPTION_VOTE_AGGREGATED_STORE', 'canonmal_avastore', 'rating_option_vote_aggregated', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'rating_store', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_RATING_STORE_RATING', 'canonmal_avastore', 'rating_store', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_RATING_STORE_STORE', 'canonmal_avastore', 'rating_store', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'rating_title', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_RATING_TITLE', 'canonmal_avastore', 'rating_title', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_RATING_TITLE_STORE', 'canonmal_avastore', 'rating_title', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'report_compared_product_index', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_BY_VISITOR', 'canonmal_avastore', 'report_compared_product_index', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'UNQ_BY_CUSTOMER', 'canonmal_avastore', 'report_compared_product_index', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_REPORT_COMPARED_PRODUCT_INDEX_CUSTOMER', 'canonmal_avastore', 'report_compared_product_index', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_REPORT_COMPARED_PRODUCT_INDEX_PRODUCT', 'canonmal_avastore', 'report_compared_product_index', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_REPORT_COMPARED_PRODUCT_INDEX_STORE', 'canonmal_avastore', 'report_compared_product_index', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'report_event', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_REPORT_EVENT_STORE', 'canonmal_avastore', 'report_event', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_REPORT_EVENT_TYPE', 'canonmal_avastore', 'report_event', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'report_event_types', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'report_viewed_product_index', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_BY_VISITOR', 'canonmal_avastore', 'report_viewed_product_index', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'UNQ_BY_CUSTOMER', 'canonmal_avastore', 'report_viewed_product_index', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_REPORT_VIEWED_PRODUCT_INDEX_CUSTOMER', 'canonmal_avastore', 'report_viewed_product_index', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_REPORT_VIEWED_PRODUCT_INDEX_PRODUCT', 'canonmal_avastore', 'report_viewed_product_index', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_REPORT_VIEWED_PRODUCT_INDEX_STORE', 'canonmal_avastore', 'report_viewed_product_index', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'review', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_REVIEW_ENTITY', 'canonmal_avastore', 'review', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_REVIEW_STATUS', 'canonmal_avastore', 'review', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'review_detail', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_REVIEW_DETAIL_CUSTOMER', 'canonmal_avastore', 'review_detail', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_REVIEW_DETAIL_REVIEW', 'canonmal_avastore', 'review_detail', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_REVIEW_DETAIL_STORE', 'canonmal_avastore', 'review_detail', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'review_entity', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'review_entity_summary', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_REVIEW_ENTITY_SUMMARY_STORE', 'canonmal_avastore', 'review_entity_summary', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'review_status', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'review_store', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_REVIEW_STORE_REVIEW', 'canonmal_avastore', 'review_store', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_REVIEW_STORE_STORE', 'canonmal_avastore', 'review_store', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_PRODUCT', 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ORDERED_AGGREGATED_DAILY_PRODUCT_ID', 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ORDERED_AGGREGATED_DAILY_STORE_ID', 'canonmal_avastore', 'sales_bestsellers_aggregated_daily', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_PRODUCT', 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ORDERED_AGGREGATED_MONTHLY_PRODUCT_ID', 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ORDERED_AGGREGATED_MONTHLY_STORE_ID', 'canonmal_avastore', 'sales_bestsellers_aggregated_monthly', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_PRODUCT', 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ORDERED_AGGREGATED_YEARLY_PRODUCT_ID', 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_PRODUCT_ORDERED_AGGREGATED_YEARLY_STORE_ID', 'canonmal_avastore', 'sales_bestsellers_aggregated_yearly', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_billing_agreement', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_BILLING_AGREEMENT_CUSTOMER', 'canonmal_avastore', 'sales_billing_agreement', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_BILLING_AGREEMENT_STORE', 'canonmal_avastore', 'sales_billing_agreement', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'UNQ_BILLING_AGREEMENT_ORDER', 'canonmal_avastore', 'sales_billing_agreement_order', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_BILLING_AGREEMENT_ORDER_AGREEMENT', 'canonmal_avastore', 'sales_billing_agreement_order', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_BILLING_AGREEMENT_ORDER_ORDER', 'canonmal_avastore', 'sales_billing_agreement_order', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_creditmemo', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_INCREMENT_ID', 'canonmal_avastore', 'sales_flat_creditmemo', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_CREDITMEMO_PARENT', 'canonmal_avastore', 'sales_flat_creditmemo', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_CREDITMEMO_STORE', 'canonmal_avastore', 'sales_flat_creditmemo', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_creditmemo_comment', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_CREDITMEMO_COMMENT_PARENT', 'canonmal_avastore', 'sales_flat_creditmemo_comment', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_INCREMENT_ID', 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_CREDITMEMO_GRID_PARENT', 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_CREDITMEMO_GRID_STORE', 'canonmal_avastore', 'sales_flat_creditmemo_grid', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_creditmemo_item', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_CREDITMEMO_ITEM_PARENT', 'canonmal_avastore', 'sales_flat_creditmemo_item', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_invoice', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_INCREMENT_ID', 'canonmal_avastore', 'sales_flat_invoice', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_INVOICE_PARENT', 'canonmal_avastore', 'sales_flat_invoice', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_INVOICE_STORE', 'canonmal_avastore', 'sales_flat_invoice', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_invoice_comment', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_INVOICE_COMMENT_PARENT', 'canonmal_avastore', 'sales_flat_invoice_comment', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_invoice_grid', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_INCREMENT_ID', 'canonmal_avastore', 'sales_flat_invoice_grid', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_INVOICE_GRID_PARENT', 'canonmal_avastore', 'sales_flat_invoice_grid', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_INVOICE_GRID_STORE', 'canonmal_avastore', 'sales_flat_invoice_grid', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_invoice_item', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_INVOICE_ITEM_PARENT', 'canonmal_avastore', 'sales_flat_invoice_item', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_order', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_INCREMENT_ID', 'canonmal_avastore', 'sales_flat_order', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_ORDER_CUSTOMER', 'canonmal_avastore', 'sales_flat_order', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_ORDER_STORE', 'canonmal_avastore', 'sales_flat_order', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_order_address', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_ORDER_ADDRESS_PARENT', 'canonmal_avastore', 'sales_flat_order_address', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_order_grid', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_INCREMENT_ID', 'canonmal_avastore', 'sales_flat_order_grid', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_ORDER_GRID_CUSTOMER', 'canonmal_avastore', 'sales_flat_order_grid', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_ORDER_GRID_PARENT', 'canonmal_avastore', 'sales_flat_order_grid', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_ORDER_GRID_STORE', 'canonmal_avastore', 'sales_flat_order_grid', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_order_item', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_ORDER_ITEM_PARENT', 'canonmal_avastore', 'sales_flat_order_item', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_ORDER_ITEM_STORE', 'canonmal_avastore', 'sales_flat_order_item', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_order_payment', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_ORDER_PAYMENT_PARENT', 'canonmal_avastore', 'sales_flat_order_payment', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_order_status_history', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_ORDER_STATUS_HISTORY_PARENT', 'canonmal_avastore', 'sales_flat_order_status_history', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_quote', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_QUOTE_STORE', 'canonmal_avastore', 'sales_flat_quote', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_quote_address', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_QUOTE_ADDRESS_SALES_QUOTE', 'canonmal_avastore', 'sales_flat_quote_address', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_quote_address_item', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_QUOTE_ADDRESS_ITEM_QUOTE_ADDRESS', 'canonmal_avastore', 'sales_flat_quote_address_item', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_QUOTE_ADDRESS_ITEM_PARENT', 'canonmal_avastore', 'sales_flat_quote_address_item', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_QUOTE_ADDRESS_ITEM_QUOTE_ITEM', 'canonmal_avastore', 'sales_flat_quote_address_item', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_quote_item', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_QUOTE_ITEM_PARENT_ITEM', 'canonmal_avastore', 'sales_flat_quote_item', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_QUOTE_ITEM_CATALOG_PRODUCT_ENTITY', 'canonmal_avastore', 'sales_flat_quote_item', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_QUOTE_ITEM_SALES_QUOTE', 'canonmal_avastore', 'sales_flat_quote_item', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_QUOTE_ITEM_STORE', 'canonmal_avastore', 'sales_flat_quote_item', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_quote_item_option', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_QUOTE_ITEM_OPTION_ITEM_ID', 'canonmal_avastore', 'sales_flat_quote_item_option', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_quote_payment', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_QUOTE_PAYMENT_SALES_QUOTE', 'canonmal_avastore', 'sales_flat_quote_payment', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_quote_shipping_rate', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_QUOTE_SHIPPING_RATE_ADDRESS', 'canonmal_avastore', 'sales_flat_quote_shipping_rate', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_shipment', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_INCREMENT_ID', 'canonmal_avastore', 'sales_flat_shipment', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_SHIPMENT_PARENT', 'canonmal_avastore', 'sales_flat_shipment', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_SHIPMENT_STORE', 'canonmal_avastore', 'sales_flat_shipment', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_shipment_comment', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_SHIPMENT_COMMENT_PARENT', 'canonmal_avastore', 'sales_flat_shipment_comment', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_shipment_grid', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_INCREMENT_ID', 'canonmal_avastore', 'sales_flat_shipment_grid', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_SHIPMENT_GRID_PARENT', 'canonmal_avastore', 'sales_flat_shipment_grid', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_SHIPMENT_GRID_STORE', 'canonmal_avastore', 'sales_flat_shipment_grid', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_shipment_item', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_SHIPMENT_ITEM_PARENT', 'canonmal_avastore', 'sales_flat_shipment_item', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_flat_shipment_track', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_FLAT_SHIPMENT_TRACK_PARENT', 'canonmal_avastore', 'sales_flat_shipment_track', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_invoiced_aggregated', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', 'canonmal_avastore', 'sales_invoiced_aggregated', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_SALES_INVOICED_AGGREGATED_STORE', 'canonmal_avastore', 'sales_invoiced_aggregated', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_invoiced_aggregated_order', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', 'canonmal_avastore', 'sales_invoiced_aggregated_order', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_SALES_INVOICED_AGGREGATED_ORDER_STORE', 'canonmal_avastore', 'sales_invoiced_aggregated_order', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_order_aggregated_created', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', 'canonmal_avastore', 'sales_order_aggregated_created', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_SALES_ORDER_AGGREGATED_CREATED', 'canonmal_avastore', 'sales_order_aggregated_created', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_order_status', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_order_status_label', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_ORDER_STATUS_LABEL_STATUS', 'canonmal_avastore', 'sales_order_status_label', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_ORDER_STATUS_LABEL_STORE', 'canonmal_avastore', 'sales_order_status_label', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_order_status_state', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_ORDER_STATUS_STATE_STATUS', 'canonmal_avastore', 'sales_order_status_state', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_order_tax', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_payment_transaction', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_ORDER_PAYMENT_TXN', 'canonmal_avastore', 'sales_payment_transaction', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_SALES_PAYMENT_TRANSACTION_ORDER', 'canonmal_avastore', 'sales_payment_transaction', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_PAYMENT_TRANSACTION_PARENT', 'canonmal_avastore', 'sales_payment_transaction', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALES_PAYMENT_TRANSACTION_PAYMENT', 'canonmal_avastore', 'sales_payment_transaction', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_recurring_profile', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_INTERNAL_REF_ID', 'canonmal_avastore', 'sales_recurring_profile', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_RECURRING_PROFILE_CUSTOMER', 'canonmal_avastore', 'sales_recurring_profile', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_RECURRING_PROFILE_STORE', 'canonmal_avastore', 'sales_recurring_profile', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_recurring_profile_order', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_PROFILE_ORDER', 'canonmal_avastore', 'sales_recurring_profile_order', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_RECURRING_PROFILE_ORDER_ORDER', 'canonmal_avastore', 'sales_recurring_profile_order', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_RECURRING_PROFILE_ORDER_PROFILE', 'canonmal_avastore', 'sales_recurring_profile_order', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_refunded_aggregated', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', 'canonmal_avastore', 'sales_refunded_aggregated', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_SALES_REFUNDED_AGGREGATED_STORE', 'canonmal_avastore', 'sales_refunded_aggregated', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_refunded_aggregated_order', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', 'canonmal_avastore', 'sales_refunded_aggregated_order', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_SALES_REFUNDED_AGGREGATED_ORDER_STORE', 'canonmal_avastore', 'sales_refunded_aggregated_order', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_shipping_aggregated', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', 'canonmal_avastore', 'sales_shipping_aggregated', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_SALES_SHIPPING_AGGREGATED_STORE', 'canonmal_avastore', 'sales_shipping_aggregated', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sales_shipping_aggregated_order', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_ORDER_STATUS', 'canonmal_avastore', 'sales_shipping_aggregated_order', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_SALES_SHIPPING_AGGREGATED_ORDER_STORE', 'canonmal_avastore', 'sales_shipping_aggregated_order', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'salesrule', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'salesrule_coupon', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_COUPON_CODE', 'canonmal_avastore', 'salesrule_coupon', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'UNQ_RULE_MAIN_COUPON', 'canonmal_avastore', 'salesrule_coupon', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_SALESRULE_COUPON_RULE_ID_SALESRULE', 'canonmal_avastore', 'salesrule_coupon', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'salesrule_coupon_usage', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SALESRULE_CPN_CUST_CPN_ID_CUST_ENTITY', 'canonmal_avastore', 'salesrule_coupon_usage', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALESRULE_CPN_CUST_CUST_ID_CUST_ENTITY', 'canonmal_avastore', 'salesrule_coupon_usage', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'salesrule_customer', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_salesrule_customer_id', 'canonmal_avastore', 'salesrule_customer', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_salesrule_customer_rule', 'canonmal_avastore', 'salesrule_customer', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'salesrule_label', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'IDX_RULE_STORE', 'canonmal_avastore', 'salesrule_label', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_SALESRULE_LABEL_RULE', 'canonmal_avastore', 'salesrule_label', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALESRULE_LABEL_STORE', 'canonmal_avastore', 'salesrule_label', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'salesrule_product_attribute', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SALESRULE_PRODUCT_ATTRIBUTE_ATTRIBUTE', 'canonmal_avastore', 'salesrule_product_attribute', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALESRULE_PRODUCT_ATTRIBUTE_CUSTOMER_GROUP', 'canonmal_avastore', 'salesrule_product_attribute', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALESRULE_PRODUCT_ATTRIBUTE_RULE', 'canonmal_avastore', 'salesrule_product_attribute', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_SALESRULE_PRODUCT_ATTRIBUTE_WEBSITE', 'canonmal_avastore', 'salesrule_product_attribute', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sendfriend_log', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'shipping_tablerate', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'dest_country', 'canonmal_avastore', 'shipping_tablerate', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sitemap', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_SITEMAP_STORE', 'canonmal_avastore', 'sitemap', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'sm_products_filter', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'smtppro_email_log', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'social_bookmarking', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'social_bookmarking_urls', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'tag', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'tag_properties', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_TAG_PROPERTIES_STORE', 'canonmal_avastore', 'tag_properties', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_TAG_PROPERTIES_TAG', 'canonmal_avastore', 'tag_properties', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'tag_relation', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_TAG_CUSTOMER_PRODUCT_STORE', 'canonmal_avastore', 'tag_relation', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_TAG_RELATION_CUSTOMER', 'canonmal_avastore', 'tag_relation', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_TAG_RELATION_PRODUCT', 'canonmal_avastore', 'tag_relation', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_TAG_RELATION_STORE', 'canonmal_avastore', 'tag_relation', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_TAG_RELATION_TAG', 'canonmal_avastore', 'tag_relation', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'tag_summary', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_TAG_SUMMARY_STORE', 'canonmal_avastore', 'tag_summary', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_TAG_SUMMARY_TAG', 'canonmal_avastore', 'tag_summary', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_TAX_CALCULATION_CTC', 'canonmal_avastore', 'tax_calculation', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_TAX_CALCULATION_PTC', 'canonmal_avastore', 'tax_calculation', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_TAX_CALCULATION_RATE', 'canonmal_avastore', 'tax_calculation', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_TAX_CALCULATION_RULE', 'canonmal_avastore', 'tax_calculation', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'tax_calculation_rate', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'tax_calculation_rate_title', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_TAX_CALCULATION_RATE_TITLE_RATE', 'canonmal_avastore', 'tax_calculation_rate_title', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_TAX_CALCULATION_RATE_TITLE_STORE', 'canonmal_avastore', 'tax_calculation_rate_title', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'tax_calculation_rule', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'tax_class', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'tax_order_aggregated_created', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_PERIOD_STORE_CODE_ORDER_STATUS', 'canonmal_avastore', 'tax_order_aggregated_created', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_TAX_ORDER_AGGREGATED_CREATED_STORE', 'canonmal_avastore', 'tax_order_aggregated_created', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_WEEE_DISCOUNT_GROUP', 'canonmal_avastore', 'weee_discount', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_WEEE_DISCOUNT_PRODUCT_ENTITY', 'canonmal_avastore', 'weee_discount', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_WEEE_DISCOUNT_WEBSITE', 'canonmal_avastore', 'weee_discount', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'weee_tax', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_WEEE_TAX_COUNTRY', 'canonmal_avastore', 'weee_tax', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_WEEE_TAX_PRODUCT_ENTITY', 'canonmal_avastore', 'weee_tax', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_CATALOG_PRODUCT_ENTITY_WEEE_TAX_WEBSITE', 'canonmal_avastore', 'weee_tax', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_WEEE_TAX_ATTRIBUTE_ID', 'canonmal_avastore', 'weee_tax', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'widget', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'widget_instance', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'widget_instance_page', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_WIDGET_WIDGET_INSTANCE_ID', 'canonmal_avastore', 'widget_instance_page', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'page_id', 'canonmal_avastore', 'widget_instance_page_layout', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_WIDGET_WIDGET_INSTANCE_LAYOUT_UPDATE_ID', 'canonmal_avastore', 'widget_instance_page_layout', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_WIDGET_WIDGET_INSTANCE_PAGE_ID', 'canonmal_avastore', 'widget_instance_page_layout', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'wishlist', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_CUSTOMER', 'canonmal_avastore', 'wishlist', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_WISHLIST_CUSTOMER', 'canonmal_avastore', 'wishlist', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'wishlist_item', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_WISHLIST_ITEM_PRODUCT', 'canonmal_avastore', 'wishlist_item', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_WISHLIST_ITEM_STORE', 'canonmal_avastore', 'wishlist_item', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'FK_WISHLIST_ITEM_WISHLIST', 'canonmal_avastore', 'wishlist_item', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'wishlist_item_option', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_WISHLIST_ITEM_OPTION_ITEM_ID', 'canonmal_avastore', 'wishlist_item_option', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'xmlconnect_application', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'UNQ_XMLCONNECT_APPLICATION_CODE', 'canonmal_avastore', 'xmlconnect_application', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_XMLCONNECT_APPLICAION_STORE', 'canonmal_avastore', 'xmlconnect_application', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'UNQ_XMLCONNECT_CONFIG', 'canonmal_avastore', 'xmlconnect_config_data', 'UNIQUE'),
(NULL, 'canonmal_avastore', 'FK_APPLICATION_ID', 'canonmal_avastore', 'xmlconnect_config_data', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'xmlconnect_history', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_XMLCONNECT_HISTORY_APPLICATION', 'canonmal_avastore', 'xmlconnect_history', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'xmlconnect_notification_template', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_APP_CODE', 'canonmal_avastore', 'xmlconnect_notification_template', 'FOREIGN KEY'),
(NULL, 'canonmal_avastore', 'PRIMARY', 'canonmal_avastore', 'xmlconnect_queue', 'PRIMARY KEY'),
(NULL, 'canonmal_avastore', 'FK_TEMPLATE_ID', 'canonmal_avastore', 'xmlconnect_queue', 'FOREIGN KEY');

-- --------------------------------------------------------

-- 
-- Table structure for table `TABLE_PRIVILEGES`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TEMPORARY TABLE `TABLE_PRIVILEGES` (
  `GRANTEE` varchar(81) NOT NULL default '',
  `TABLE_CATALOG` varchar(512) default NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL default '',
  `TABLE_NAME` varchar(64) NOT NULL default '',
  `PRIVILEGE_TYPE` varchar(64) NOT NULL default '',
  `IS_GRANTABLE` varchar(3) NOT NULL default ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `TABLE_PRIVILEGES`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `TRIGGERS`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TEMPORARY TABLE `TRIGGERS` (
  `TRIGGER_CATALOG` varchar(512) default NULL,
  `TRIGGER_SCHEMA` varchar(64) NOT NULL default '',
  `TRIGGER_NAME` varchar(64) NOT NULL default '',
  `EVENT_MANIPULATION` varchar(6) NOT NULL default '',
  `EVENT_OBJECT_CATALOG` varchar(512) default NULL,
  `EVENT_OBJECT_SCHEMA` varchar(64) NOT NULL default '',
  `EVENT_OBJECT_TABLE` varchar(64) NOT NULL default '',
  `ACTION_ORDER` bigint(4) NOT NULL default '0',
  `ACTION_CONDITION` longtext,
  `ACTION_STATEMENT` longtext NOT NULL,
  `ACTION_ORIENTATION` varchar(9) NOT NULL default '',
  `ACTION_TIMING` varchar(6) NOT NULL default '',
  `ACTION_REFERENCE_OLD_TABLE` varchar(64) default NULL,
  `ACTION_REFERENCE_NEW_TABLE` varchar(64) default NULL,
  `ACTION_REFERENCE_OLD_ROW` varchar(3) NOT NULL default '',
  `ACTION_REFERENCE_NEW_ROW` varchar(3) NOT NULL default '',
  `CREATED` datetime default NULL,
  `SQL_MODE` longtext NOT NULL,
  `DEFINER` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `TRIGGERS`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `USER_PRIVILEGES`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TEMPORARY TABLE `USER_PRIVILEGES` (
  `GRANTEE` varchar(81) NOT NULL default '',
  `TABLE_CATALOG` varchar(512) default NULL,
  `PRIVILEGE_TYPE` varchar(64) NOT NULL default '',
  `IS_GRANTABLE` varchar(3) NOT NULL default ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `USER_PRIVILEGES`
-- 

INSERT INTO `USER_PRIVILEGES` VALUES ('\'canonmal\'@\'localhost\'', NULL, 'USAGE', 'NO');

-- --------------------------------------------------------

-- 
-- Table structure for table `VIEWS`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TEMPORARY TABLE `VIEWS` (
  `TABLE_CATALOG` varchar(512) default NULL,
  `TABLE_SCHEMA` varchar(64) NOT NULL default '',
  `TABLE_NAME` varchar(64) NOT NULL default '',
  `VIEW_DEFINITION` longtext NOT NULL,
  `CHECK_OPTION` varchar(8) NOT NULL default '',
  `IS_UPDATABLE` varchar(3) NOT NULL default '',
  `DEFINER` varchar(77) NOT NULL default '',
  `SECURITY_TYPE` varchar(7) NOT NULL default ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `VIEWS`
-- 

-- 
-- Database: `canonmal_StockBridge`
-- 
CREATE DATABASE `canonmal_StockBridge`;
USE canonmal_StockBridge;

-- --------------------------------------------------------

-- 
-- Table structure for table `OrderProducts`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `OrderProducts` (
  `Sysref` int(11) NOT NULL auto_increment,
  `OrderID` varchar(50) NOT NULL,
  `sku` varchar(50) NOT NULL,
  `quantity` int(11) NOT NULL,
  PRIMARY KEY  (`Sysref`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `OrderProducts`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `Orders`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `Orders` (
  `Received` tinyint(1) NOT NULL default '0',
  `Sysref` int(11) NOT NULL auto_increment,
  `orderID` varchar(50) NOT NULL,
  PRIMARY KEY  (`Sysref`),
  UNIQUE KEY `OrderID` (`orderID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `Orders`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `Products`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `Products` (
  `Sysref` int(11) NOT NULL auto_increment,
  `sku` varchar(50) NOT NULL,
  `price` decimal(10,3) NOT NULL,
  `quantity` int(11) NOT NULL,
  `updatedAt` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
  `updateSource` int(11) NOT NULL,
  PRIMARY KEY  (`Sysref`),
  UNIQUE KEY `SKU` (`sku`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `Products`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `Products_History`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `Products_History` (
  `Sysref` int(11) NOT NULL,
  `sku` varchar(50) NOT NULL,
  `price` decimal(10,3) NOT NULL,
  `quantity` int(11) NOT NULL,
  `updatedAt` timestamp NOT NULL default CURRENT_TIMESTAMP,
  `updateSource` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- 
-- Dumping data for table `Products_History`
-- 

-- 
-- Database: `canonmal_avastore`
-- 
CREATE DATABASE `canonmal_avastore`;
USE canonmal_avastore;

-- --------------------------------------------------------

-- 
-- Table structure for table `admin_assert`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `admin_assert` (
  `assert_id` int(10) unsigned NOT NULL auto_increment,
  `assert_type` varchar(20) NOT NULL default '',
  `assert_data` text,
  PRIMARY KEY  (`assert_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='ACL Asserts' AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `admin_assert`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `admin_role`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `admin_role` (
  `role_id` int(10) unsigned NOT NULL auto_increment,
  `parent_id` int(10) unsigned NOT NULL default '0',
  `tree_level` tinyint(3) unsigned NOT NULL default '0',
  `sort_order` tinyint(3) unsigned NOT NULL default '0',
  `role_type` char(1) NOT NULL default '0',
  `user_id` int(11) unsigned NOT NULL default '0',
  `role_name` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`role_id`),
  KEY `parent_id` (`parent_id`,`sort_order`),
  KEY `tree_level` (`tree_level`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COMMENT='ACL Roles' AUTO_INCREMENT=12 ;

-- 
-- Dumping data for table `admin_role`
-- 

INSERT INTO `admin_role` VALUES ('1', '0', '1', '1', 'G', '0', 'Administrators'),
('3', '1', '2', '0', 'U', '1', 'Andrew'),
('6', '1', '2', '0', 'U', '5', 'Daniel'),
('7', '1', '2', '0', 'U', '2', 'Nick'),
('8', '1', '2', '0', 'U', '3', 'Nakita'),
('10', '0', '1', '0', 'G', '0', 'Limited'),
('11', '10', '2', '0', 'U', '7', 'Godwin');

-- --------------------------------------------------------

-- 
-- Table structure for table `admin_rule`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `admin_rule` (
  `rule_id` int(10) unsigned NOT NULL auto_increment,
  `role_id` int(10) unsigned NOT NULL default '0',
  `resource_id` varchar(255) NOT NULL default '',
  `privileges` varchar(20) NOT NULL default '',
  `assert_id` int(10) unsigned NOT NULL default '0',
  `role_type` char(1) default NULL,
  `permission` varchar(10) default NULL,
  PRIMARY KEY  (`rule_id`),
  KEY `resource` (`resource_id`,`role_id`),
  KEY `role_id` (`role_id`,`resource_id`)
) ENGINE=InnoDB AUTO_INCREMENT=204 DEFAULT CHARSET=utf8 COMMENT='ACL Rules' AUTO_INCREMENT=204 ;

-- 
-- Dumping data for table `admin_rule`
-- 

INSERT INTO `admin_rule` VALUES ('1', '1', 'all', '', '0', 'G', 'allow'),
('2', '10', 'all', '', '0', 'G', 'deny'),
('3', '10', 'admin', '', '0', 'G', 'deny'),
('4', '10', 'admin/dashboard', '', '0', 'G', 'deny'),
('5', '10', 'admin/system', '', '0', 'G', 'deny'),
('6', '10', 'admin/system/acl', '', '0', 'G', 'deny'),
('7', '10', 'admin/system/acl/roles', '', '0', 'G', 'deny'),
('8', '10', 'admin/system/acl/users', '', '0', 'G', 'deny'),
('9', '10', 'admin/system/store', '', '0', 'G', 'deny'),
('10', '10', 'admin/system/design', '', '0', 'G', 'deny'),
('11', '10', 'admin/system/config', '', '0', 'G', 'deny'),
('12', '10', 'admin/system/config/general', '', '0', 'G', 'deny'),
('13', '10', 'admin/system/config/web', '', '0', 'G', 'deny'),
('14', '10', 'admin/system/config/design', '', '0', 'G', 'deny'),
('15', '10', 'admin/system/config/system', '', '0', 'G', 'deny'),
('16', '10', 'admin/system/config/advanced', '', '0', 'G', 'deny'),
('17', '10', 'admin/system/config/trans_email', '', '0', 'G', 'deny'),
('18', '10', 'admin/system/config/dev', '', '0', 'G', 'deny'),
('19', '10', 'admin/system/config/currency', '', '0', 'G', 'deny'),
('20', '10', 'admin/system/config/sendfriend', '', '0', 'G', 'deny'),
('21', '10', 'admin/system/config/admin', '', '0', 'G', 'deny'),
('22', '10', 'admin/system/config/cms', '', '0', 'G', 'deny'),
('23', '10', 'admin/system/config/customer', '', '0', 'G', 'deny'),
('24', '10', 'admin/system/config/catalog', '', '0', 'G', 'deny'),
('25', '10', 'admin/system/config/payment', '', '0', 'G', 'deny'),
('26', '10', 'admin/system/config/payment_services', '', '0', 'G', 'deny'),
('27', '10', 'admin/system/config/sales', '', '0', 'G', 'deny'),
('28', '10', 'admin/system/config/sales_email', '', '0', 'G', 'deny'),
('29', '10', 'admin/system/config/sales_pdf', '', '0', 'G', 'deny'),
('30', '10', 'admin/system/config/cataloginventory', '', '0', 'G', 'deny'),
('31', '10', 'admin/system/config/shipping', '', '0', 'G', 'deny'),
('32', '10', 'admin/system/config/carriers', '', '0', 'G', 'deny'),
('33', '10', 'admin/system/config/checkout', '', '0', 'G', 'deny'),
('34', '10', 'admin/system/config/paypal', '', '0', 'G', 'deny'),
('35', '10', 'admin/system/config/google', '', '0', 'G', 'deny'),
('36', '10', 'admin/system/config/reports', '', '0', 'G', 'deny'),
('37', '10', 'admin/system/config/tax', '', '0', 'G', 'deny'),
('38', '10', 'admin/system/config/wishlist', '', '0', 'G', 'deny'),
('39', '10', 'admin/system/config/contacts', '', '0', 'G', 'deny'),
('40', '10', 'admin/system/config/sitemap', '', '0', 'G', 'deny'),
('41', '10', 'admin/system/config/rss', '', '0', 'G', 'deny'),
('42', '10', 'admin/system/config/api', '', '0', 'G', 'deny'),
('43', '10', 'admin/system/config/downloadable', '', '0', 'G', 'deny'),
('44', '10', 'admin/system/config/newsletter', '', '0', 'G', 'deny'),
('45', '10', 'admin/system/config/featuredproducts', '', '0', 'G', 'deny'),
('46', '10', 'admin/system/config/easy_tabs', '', '0', 'G', 'deny'),
('47', '10', 'admin/system/config/smtppro', '', '0', 'G', 'deny'),
('48', '10', 'admin/system/config/masscategories', '', '0', 'G', 'deny'),
('49', '10', 'admin/system/config/feed', '', '0', 'G', 'deny'),
('50', '10', 'admin/system/config/ig_lightbox', '', '0', 'G', 'deny'),
('51', '10', 'admin/system/config/j2tajaxcheckout', '', '0', 'G', 'deny'),
('52', '10', 'admin/system/config/engage', '', '0', 'G', 'deny'),
('53', '10', 'admin/system/config/moo_cloudzoom', '', '0', 'G', 'deny'),
('54', '10', 'admin/system/config/moneybookers', '', '0', 'G', 'deny'),
('55', '10', 'admin/system/config/enhancedgrid', '', '0', 'G', 'deny'),
('56', '10', 'admin/system/currency', '', '0', 'G', 'deny'),
('57', '10', 'admin/system/email_template', '', '0', 'G', 'deny'),
('58', '10', 'admin/system/variable', '', '0', 'G', 'deny'),
('59', '10', 'admin/system/myaccount', '', '0', 'G', 'deny'),
('60', '10', 'admin/system/tools', '', '0', 'G', 'deny'),
('61', '10', 'admin/system/tools/backup', '', '0', 'G', 'deny'),
('62', '10', 'admin/system/tools/compiler', '', '0', 'G', 'deny'),
('63', '10', 'admin/system/convert', '', '0', 'G', 'deny'),
('64', '10', 'admin/system/convert/gui', '', '0', 'G', 'deny'),
('65', '10', 'admin/system/convert/profiles', '', '0', 'G', 'deny'),
('66', '10', 'admin/system/convert/import', '', '0', 'G', 'deny'),
('67', '10', 'admin/system/convert/export', '', '0', 'G', 'deny'),
('68', '10', 'admin/system/cache', '', '0', 'G', 'deny'),
('69', '10', 'admin/system/extensions', '', '0', 'G', 'deny'),
('70', '10', 'admin/system/extensions/local', '', '0', 'G', 'deny'),
('71', '10', 'admin/system/extensions/custom', '', '0', 'G', 'deny'),
('72', '10', 'admin/system/adminnotification', '', '0', 'G', 'deny'),
('73', '10', 'admin/system/adminnotification/show_toolbar', '', '0', 'G', 'deny'),
('74', '10', 'admin/system/adminnotification/show_list', '', '0', 'G', 'deny'),
('75', '10', 'admin/system/adminnotification/mark_as_read', '', '0', 'G', 'deny'),
('76', '10', 'admin/system/adminnotification/remove', '', '0', 'G', 'deny'),
('77', '10', 'admin/system/index', '', '0', 'G', 'deny'),
('78', '10', 'admin/system/order_statuses', '', '0', 'G', 'deny'),
('79', '10', 'admin/system/api', '', '0', 'G', 'deny'),
('80', '10', 'admin/system/api/users', '', '0', 'G', 'deny'),
('81', '10', 'admin/system/api/roles', '', '0', 'G', 'deny'),
('82', '10', 'admin/global_search', '', '0', 'G', 'allow'),
('83', '10', 'admin/cms', '', '0', 'G', 'deny'),
('84', '10', 'admin/cms/block', '', '0', 'G', 'deny'),
('85', '10', 'admin/cms/page', '', '0', 'G', 'deny'),
('86', '10', 'admin/cms/page/save', '', '0', 'G', 'deny'),
('87', '10', 'admin/cms/page/delete', '', '0', 'G', 'deny'),
('88', '10', 'admin/cms/media_gallery', '', '0', 'G', 'deny'),
('89', '10', 'admin/cms/poll', '', '0', 'G', 'deny'),
('90', '10', 'admin/cms/widget_instance', '', '0', 'G', 'deny'),
('91', '10', 'admin/customer', '', '0', 'G', 'deny'),
('92', '10', 'admin/customer/group', '', '0', 'G', 'deny'),
('93', '10', 'admin/customer/manage', '', '0', 'G', 'deny'),
('94', '10', 'admin/customer/online', '', '0', 'G', 'deny'),
('95', '10', 'admin/customer/j2tajaxcheckout', '', '0', 'G', 'deny'),
('96', '10', 'admin/catalog', '', '0', 'G', 'allow'),
('97', '10', 'admin/catalog/attributes', '', '0', 'G', 'deny'),
('98', '10', 'admin/catalog/attributes/attributes', '', '0', 'G', 'deny'),
('99', '10', 'admin/catalog/attributes/sets', '', '0', 'G', 'deny'),
('100', '10', 'admin/catalog/categories', '', '0', 'G', 'allow'),
('101', '10', 'admin/catalog/products', '', '0', 'G', 'allow'),
('102', '10', 'admin/catalog/update_attributes', '', '0', 'G', 'deny'),
('103', '10', 'admin/catalog/urlrewrite', '', '0', 'G', 'deny'),
('104', '10', 'admin/catalog/search', '', '0', 'G', 'deny'),
('105', '10', 'admin/catalog/reviews_ratings', '', '0', 'G', 'deny'),
('106', '10', 'admin/catalog/reviews_ratings/ratings', '', '0', 'G', 'deny'),
('107', '10', 'admin/catalog/reviews_ratings/reviews', '', '0', 'G', 'deny'),
('108', '10', 'admin/catalog/reviews_ratings/reviews/all', '', '0', 'G', 'deny'),
('109', '10', 'admin/catalog/reviews_ratings/reviews/pending', '', '0', 'G', 'deny'),
('110', '10', 'admin/catalog/tag', '', '0', 'G', 'deny'),
('111', '10', 'admin/catalog/tag/all', '', '0', 'G', 'deny'),
('112', '10', 'admin/catalog/tag/pending', '', '0', 'G', 'deny'),
('113', '10', 'admin/catalog/sitemap', '', '0', 'G', 'deny'),
('114', '10', 'admin/catalog/googlebase', '', '0', 'G', 'allow'),
('115', '10', 'admin/catalog/googlebase/types', '', '0', 'G', 'allow'),
('116', '10', 'admin/catalog/googlebase/items', '', '0', 'G', 'allow'),
('117', '10', 'admin/catalog/featuredproduct', '', '0', 'G', 'allow'),
('118', '10', 'admin/catalog/masscategories', '', '0', 'G', 'allow'),
('119', '10', 'admin/catalog/j2tajaxcheckout_adminform', '', '0', 'G', 'deny'),
('120', '10', 'admin/catalog/enhancedgrid', '', '0', 'G', 'deny'),
('121', '10', 'admin/promo', '', '0', 'G', 'deny'),
('122', '10', 'admin/promo/catalog', '', '0', 'G', 'deny'),
('123', '10', 'admin/promo/quote', '', '0', 'G', 'deny'),
('124', '10', 'admin/sales', '', '0', 'G', 'deny'),
('125', '10', 'admin/sales/order', '', '0', 'G', 'deny'),
('126', '10', 'admin/sales/order/actions', '', '0', 'G', 'deny'),
('127', '10', 'admin/sales/order/actions/create', '', '0', 'G', 'deny'),
('128', '10', 'admin/sales/order/actions/view', '', '0', 'G', 'deny'),
('129', '10', 'admin/sales/order/actions/email', '', '0', 'G', 'deny'),
('130', '10', 'admin/sales/order/actions/reorder', '', '0', 'G', 'deny'),
('131', '10', 'admin/sales/order/actions/edit', '', '0', 'G', 'deny'),
('132', '10', 'admin/sales/order/actions/cancel', '', '0', 'G', 'deny'),
('133', '10', 'admin/sales/order/actions/review_payment', '', '0', 'G', 'deny'),
('134', '10', 'admin/sales/order/actions/capture', '', '0', 'G', 'deny'),
('135', '10', 'admin/sales/order/actions/invoice', '', '0', 'G', 'deny'),
('136', '10', 'admin/sales/order/actions/creditmemo', '', '0', 'G', 'deny'),
('137', '10', 'admin/sales/order/actions/hold', '', '0', 'G', 'deny'),
('138', '10', 'admin/sales/order/actions/unhold', '', '0', 'G', 'deny'),
('139', '10', 'admin/sales/order/actions/ship', '', '0', 'G', 'deny'),
('140', '10', 'admin/sales/order/actions/comment', '', '0', 'G', 'deny'),
('141', '10', 'admin/sales/order/actions/emails', '', '0', 'G', 'deny'),
('142', '10', 'admin/sales/invoice', '', '0', 'G', 'deny'),
('143', '10', 'admin/sales/shipment', '', '0', 'G', 'deny'),
('144', '10', 'admin/sales/creditmemo', '', '0', 'G', 'deny'),
('145', '10', 'admin/sales/transactions', '', '0', 'G', 'deny'),
('146', '10', 'admin/sales/transactions/fetch', '', '0', 'G', 'deny'),
('147', '10', 'admin/sales/recurring_profile', '', '0', 'G', 'deny'),
('148', '10', 'admin/sales/billing_agreement', '', '0', 'G', 'deny'),
('149', '10', 'admin/sales/billing_agreement/actions', '', '0', 'G', 'deny'),
('150', '10', 'admin/sales/billing_agreement/actions/view', '', '0', 'G', 'deny'),
('151', '10', 'admin/sales/billing_agreement/actions/manage', '', '0', 'G', 'deny'),
('152', '10', 'admin/sales/billing_agreement/actions/use', '', '0', 'G', 'deny'),
('153', '10', 'admin/sales/checkoutagreement', '', '0', 'G', 'deny'),
('154', '10', 'admin/sales/tax', '', '0', 'G', 'deny'),
('155', '10', 'admin/sales/tax/classes_customer', '', '0', 'G', 'deny'),
('156', '10', 'admin/sales/tax/classes_product', '', '0', 'G', 'deny'),
('157', '10', 'admin/sales/tax/import_export', '', '0', 'G', 'deny'),
('158', '10', 'admin/sales/tax/rates', '', '0', 'G', 'deny'),
('159', '10', 'admin/sales/tax/rules', '', '0', 'G', 'deny'),
('160', '10', 'admin/report', '', '0', 'G', 'allow'),
('161', '10', 'admin/report/salesroot', '', '0', 'G', 'deny'),
('162', '10', 'admin/report/salesroot/paypal_settlement_reports', '', '0', 'G', 'deny'),
('163', '10', 'admin/report/salesroot/paypal_settlement_reports/view', '', '0', 'G', 'deny'),
('164', '10', 'admin/report/salesroot/paypal_settlement_reports/fetch', '', '0', 'G', 'deny'),
('165', '10', 'admin/report/salesroot/sales', '', '0', 'G', 'deny'),
('166', '10', 'admin/report/salesroot/tax', '', '0', 'G', 'deny'),
('167', '10', 'admin/report/salesroot/shipping', '', '0', 'G', 'deny'),
('168', '10', 'admin/report/salesroot/invoiced', '', '0', 'G', 'deny'),
('169', '10', 'admin/report/salesroot/refunded', '', '0', 'G', 'deny'),
('170', '10', 'admin/report/salesroot/coupons', '', '0', 'G', 'deny'),
('171', '10', 'admin/report/shopcart', '', '0', 'G', 'deny'),
('172', '10', 'admin/report/shopcart/product', '', '0', 'G', 'deny'),
('173', '10', 'admin/report/shopcart/abandoned', '', '0', 'G', 'deny'),
('174', '10', 'admin/report/products', '', '0', 'G', 'deny'),
('175', '10', 'admin/report/products/ordered', '', '0', 'G', 'deny'),
('176', '10', 'admin/report/products/sold', '', '0', 'G', 'deny'),
('177', '10', 'admin/report/products/viewed', '', '0', 'G', 'deny'),
('178', '10', 'admin/report/products/lowstock', '', '0', 'G', 'deny'),
('179', '10', 'admin/report/products/downloads', '', '0', 'G', 'deny'),
('180', '10', 'admin/report/customers', '', '0', 'G', 'deny'),
('181', '10', 'admin/report/customers/accounts', '', '0', 'G', 'deny'),
('182', '10', 'admin/report/customers/totals', '', '0', 'G', 'deny'),
('183', '10', 'admin/report/customers/orders', '', '0', 'G', 'deny'),
('184', '10', 'admin/report/review', '', '0', 'G', 'deny'),
('185', '10', 'admin/report/review/customer', '', '0', 'G', 'deny'),
('186', '10', 'admin/report/review/product', '', '0', 'G', 'deny'),
('187', '10', 'admin/report/tags', '', '0', 'G', 'allow'),
('188', '10', 'admin/report/tags/customer', '', '0', 'G', 'allow'),
('189', '10', 'admin/report/tags/popular', '', '0', 'G', 'allow'),
('190', '10', 'admin/report/tags/product', '', '0', 'G', 'allow'),
('191', '10', 'admin/report/search', '', '0', 'G', 'deny'),
('192', '10', 'admin/report/statistics', '', '0', 'G', 'deny'),
('193', '10', 'admin/page_cache', '', '0', 'G', 'deny'),
('194', '10', 'admin/newsletter', '', '0', 'G', 'deny'),
('195', '10', 'admin/newsletter/problem', '', '0', 'G', 'deny'),
('196', '10', 'admin/newsletter/queue', '', '0', 'G', 'deny'),
('197', '10', 'admin/newsletter/subscriber', '', '0', 'G', 'deny'),
('198', '10', 'admin/newsletter/template', '', '0', 'G', 'deny'),
('199', '10', 'admin/xmlconnect', '', '0', 'G', 'deny'),
('200', '10', 'admin/xmlconnect/mobile', '', '0', 'G', 'deny'),
('201', '10', 'admin/xmlconnect/history', '', '0', 'G', 'deny'),
('202', '10', 'admin/xmlconnect/templates', '', '0', 'G', 'deny'),
('203', '10', 'admin/xmlconnect/queue', '', '0', 'G', 'deny');

-- --------------------------------------------------------

-- 
-- Table structure for table `admin_user`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `admin_user` (
  `user_id` mediumint(9) unsigned NOT NULL auto_increment,
  `firstname` varchar(32) NOT NULL default '',
  `lastname` varchar(32) NOT NULL default '',
  `email` varchar(128) NOT NULL default '',
  `username` varchar(40) NOT NULL default '',
  `password` varchar(40) NOT NULL default '',
  `created` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified` datetime default NULL,
  `logdate` datetime default NULL,
  `lognum` smallint(5) unsigned NOT NULL default '0',
  `reload_acl_flag` tinyint(1) NOT NULL default '0',
  `is_active` tinyint(1) NOT NULL default '1',
  `extra` text,
  PRIMARY KEY  (`user_id`),
  UNIQUE KEY `UNQ_ADMIN_USER_USERNAME` (`username`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COMMENT='Users' AUTO_INCREMENT=8 ;

-- 
-- Dumping data for table `admin_user`
-- 

INSERT INTO `admin_user` VALUES ('1', 'Andrew', 'Camilleri', 'andrew.camilleri@avantech.com.mt', 'andrew', '6b8a2613b068ace5947b162f89102da6:fx', '2011-04-19 08:46:41', '2011-04-19 08:46:41', '2011-09-19 10:23:45', '274', '0', '1', 'a:1:{s:11:\"configState\";a:192:{s:14:\"design_package\";s:1:\"1\";s:12:\"design_theme\";s:1:\"1\";s:11:\"design_head\";s:1:\"1\";s:13:\"design_header\";s:1:\"1\";s:13:\"design_footer\";s:1:\"1\";s:16:\"design_watermark\";s:1:\"1\";s:17:\"design_pagination\";s:1:\"1\";s:16:\"catalog_frontend\";s:1:\"1\";s:15:\"catalog_sitemap\";s:1:\"1\";s:14:\"catalog_review\";s:1:\"1\";s:20:\"catalog_productalert\";s:1:\"1\";s:25:\"catalog_productalert_cron\";s:1:\"1\";s:19:\"catalog_placeholder\";s:1:\"1\";s:25:\"catalog_recently_products\";s:1:\"1\";s:13:\"catalog_price\";s:1:\"1\";s:26:\"catalog_layered_navigation\";s:1:\"1\";s:18:\"catalog_navigation\";s:1:\"1\";s:11:\"catalog_seo\";s:1:\"1\";s:14:\"catalog_search\";s:1:\"1\";s:20:\"catalog_downloadable\";s:1:\"1\";s:22:\"catalog_custom_options\";s:1:\"1\";s:24:\"featuredproducts_general\";s:1:\"1\";s:22:\"customer_account_share\";s:1:\"1\";s:25:\"customer_online_customers\";s:1:\"1\";s:23:\"customer_create_account\";s:1:\"1\";s:17:\"customer_password\";s:1:\"1\";s:16:\"customer_address\";s:1:\"1\";s:16:\"customer_startup\";s:1:\"1\";s:26:\"customer_address_templates\";s:1:\"1\";s:7:\"web_url\";s:1:\"1\";s:7:\"web_seo\";s:1:\"1\";s:12:\"web_unsecure\";s:1:\"1\";s:10:\"web_secure\";s:1:\"1\";s:11:\"web_default\";s:1:\"1\";s:9:\"web_polls\";s:1:\"1\";s:10:\"web_cookie\";s:1:\"1\";s:11:\"web_session\";s:1:\"1\";s:24:\"web_browser_capabilities\";s:1:\"1\";s:12:\"dev_restrict\";s:1:\"1\";s:9:\"dev_debug\";s:1:\"1\";s:12:\"dev_template\";s:1:\"1\";s:20:\"dev_translate_inline\";s:1:\"1\";s:7:\"dev_log\";s:1:\"1\";s:6:\"dev_js\";s:1:\"1\";s:7:\"dev_css\";s:1:\"1\";s:17:\"easy_tabs_general\";s:1:\"1\";s:16:\"easy_tabs_custom\";s:1:\"0\";s:19:\"easy_tabs_customcms\";s:1:\"0\";s:21:\"moo_cloudzoom_general\";s:1:\"1\";s:23:\"moo_cloudzoom_zoomImage\";s:1:\"1\";s:18:\"moo_cloudzoom_lens\";s:1:\"1\";s:27:\"moo_cloudzoom_originalImage\";s:1:\"1\";s:23:\"j2tajaxcheckout_default\";s:1:\"1\";s:23:\"socialbookmarking_bitly\";s:1:\"1\";s:12:\"admin_emails\";s:1:\"1\";s:13:\"admin_startup\";s:1:\"1\";s:9:\"admin_url\";s:1:\"1\";s:14:\"admin_security\";s:1:\"1\";s:15:\"admin_dashboard\";s:1:\"1\";s:16:\"currency_options\";s:1:\"1\";s:20:\"currency_webservicex\";s:1:\"1\";s:15:\"currency_import\";s:1:\"1\";s:15:\"general_country\";s:1:\"1\";s:14:\"general_locale\";s:1:\"1\";s:25:\"general_store_information\";s:1:\"1\";s:17:\"contacts_contacts\";s:1:\"1\";s:14:\"contacts_email\";s:1:\"1\";s:25:\"trans_email_ident_general\";s:1:\"1\";s:23:\"trans_email_ident_sales\";s:1:\"1\";s:25:\"trans_email_ident_support\";s:1:\"1\";s:25:\"trans_email_ident_custom1\";s:1:\"1\";s:25:\"trans_email_ident_custom2\";s:1:\"1\";s:24:\"cataloginventory_options\";s:1:\"1\";s:29:\"cataloginventory_item_options\";s:1:\"1\";s:16:\"sitemap_category\";s:1:\"1\";s:15:\"sitemap_product\";s:1:\"1\";s:12:\"sitemap_page\";s:1:\"1\";s:16:\"sitemap_generate\";s:1:\"1\";s:10:\"rss_config\";s:1:\"1\";s:12:\"rss_wishlist\";s:1:\"1\";s:11:\"rss_catalog\";s:1:\"1\";s:9:\"rss_order\";s:1:\"1\";s:16:\"sendfriend_email\";s:1:\"1\";s:23:\"newsletter_subscription\";s:1:\"1\";s:17:\"sales_totals_sort\";s:1:\"1\";s:13:\"sales_reorder\";s:1:\"1\";s:14:\"sales_identity\";s:1:\"1\";s:19:\"sales_minimum_order\";s:1:\"1\";s:15:\"sales_dashboard\";s:1:\"1\";s:18:\"sales_gift_options\";s:1:\"1\";s:16:\"checkout_options\";s:1:\"1\";s:13:\"checkout_cart\";s:1:\"0\";s:18:\"checkout_cart_link\";s:1:\"1\";s:16:\"checkout_sidebar\";s:1:\"1\";s:23:\"checkout_payment_failed\";s:1:\"1\";s:15:\"shipping_origin\";s:1:\"1\";s:15:\"shipping_option\";s:1:\"1\";s:17:\"carriers_flatrate\";s:1:\"1\";s:18:\"carriers_tablerate\";s:1:\"0\";s:21:\"carriers_freeshipping\";s:1:\"0\";s:12:\"carriers_ups\";s:1:\"0\";s:13:\"carriers_usps\";s:1:\"0\";s:14:\"carriers_fedex\";s:1:\"0\";s:12:\"carriers_dhl\";s:1:\"0\";s:22:\"payment_cashondelivery\";s:1:\"1\";s:14:\"payment_ccsave\";s:1:\"1\";s:12:\"payment_free\";s:1:\"1\";s:15:\"payment_checkmo\";s:1:\"1\";s:21:\"payment_purchaseorder\";s:1:\"1\";s:20:\"payment_authorizenet\";s:1:\"1\";s:31:\"payment_authorizenet_directpost\";s:1:\"0\";s:14:\"paypal_account\";s:1:\"1\";s:10:\"paypal_api\";s:1:\"0\";s:14:\"paypal_express\";s:1:\"0\";s:10:\"paypal_wps\";s:1:\"0\";s:10:\"paypal_wpp\";s:1:\"0\";s:31:\"paypal_paypal_billing_agreement\";s:1:\"0\";s:13:\"paypal_wpp_pe\";s:1:\"0\";s:15:\"paypal_verisign\";s:1:\"0\";s:17:\"paypal_express_pe\";s:1:\"0\";s:25:\"paypal_settlement_reports\";s:1:\"0\";s:12:\"paypal_style\";s:1:\"1\";s:19:\"paypal_payflow_link\";s:1:\"0\";s:17:\"paypal_hosted_pro\";s:1:\"0\";s:11:\"tax_classes\";s:1:\"1\";s:15:\"tax_calculation\";s:1:\"1\";s:12:\"tax_defaults\";s:1:\"1\";s:11:\"tax_display\";s:1:\"1\";s:16:\"tax_cart_display\";s:1:\"1\";s:17:\"tax_sales_display\";s:1:\"1\";s:8:\"tax_weee\";s:1:\"1\";s:16:\"google_analytics\";s:1:\"1\";s:20:\"google_analyticsplus\";s:1:\"1\";s:16:\"google_optimizer\";s:1:\"1\";s:15:\"google_checkout\";s:1:\"1\";s:17:\"google_googlebase\";s:1:\"0\";s:33:\"google_checkout_shipping_merchant\";s:1:\"0\";s:32:\"google_checkout_shipping_carrier\";s:1:\"0\";s:33:\"google_checkout_shipping_flatrate\";s:1:\"0\";s:32:\"google_checkout_shipping_virtual\";s:1:\"0\";s:21:\"moneybookers_settings\";s:1:\"1\";s:29:\"moneybookers_moneybookers_acc\";s:1:\"1\";s:29:\"moneybookers_moneybookers_did\";s:1:\"0\";s:29:\"moneybookers_moneybookers_gir\";s:1:\"0\";s:29:\"moneybookers_moneybookers_sft\";s:1:\"0\";s:29:\"moneybookers_moneybookers_lsr\";s:1:\"0\";s:29:\"moneybookers_moneybookers_mae\";s:1:\"0\";s:29:\"moneybookers_moneybookers_gcb\";s:1:\"0\";s:29:\"moneybookers_moneybookers_dnk\";s:1:\"0\";s:29:\"moneybookers_moneybookers_psp\";s:1:\"0\";s:29:\"moneybookers_moneybookers_csi\";s:1:\"0\";s:29:\"moneybookers_moneybookers_ent\";s:1:\"0\";s:29:\"moneybookers_moneybookers_ebt\";s:1:\"0\";s:29:\"moneybookers_moneybookers_so2\";s:1:\"0\";s:29:\"moneybookers_moneybookers_idl\";s:1:\"0\";s:29:\"moneybookers_moneybookers_npy\";s:1:\"0\";s:29:\"moneybookers_moneybookers_pli\";s:1:\"0\";s:29:\"moneybookers_moneybookers_pwy\";s:1:\"0\";s:29:\"moneybookers_moneybookers_wlt\";s:1:\"0\";s:29:\"moneybookers_moneybookers_obt\";s:1:\"0\";s:14:\"engage_options\";s:1:\"1\";s:18:\"engage_accountdata\";s:1:\"1\";s:11:\"engage_info\";s:1:\"1\";s:18:\"enhancedgrid_about\";s:1:\"1\";s:20:\"enhancedgrid_columns\";s:1:\"1\";s:19:\"enhancedgrid_images\";s:1:\"1\";s:21:\"enhancedgrid_defaults\";s:1:\"1\";s:19:\"ig_lightbox_general\";s:1:\"1\";s:19:\"ig_lightbox_effects\";s:1:\"1\";s:19:\"ig_lightbox_display\";s:1:\"1\";s:31:\"advanced_modules_disable_output\";s:1:\"1\";s:11:\"system_cron\";s:1:\"0\";s:11:\"system_smtp\";s:1:\"0\";s:15:\"system_currency\";s:1:\"0\";s:10:\"system_log\";s:1:\"0\";s:24:\"system_adminnotification\";s:1:\"0\";s:26:\"system_external_page_cache\";s:1:\"0\";s:34:\"system_media_storage_configuration\";s:1:\"0\";s:14:\"system_smtppro\";s:1:\"1\";s:21:\"system_googlesettings\";s:1:\"1\";s:19:\"system_smtpsettings\";s:1:\"1\";s:18:\"system_sessettings\";s:1:\"0\";s:11:\"cms_wysiwyg\";s:1:\"1\";s:17:\"sales_email_order\";s:1:\"1\";s:25:\"sales_email_order_comment\";s:1:\"0\";s:19:\"sales_email_invoice\";s:1:\"1\";s:27:\"sales_email_invoice_comment\";s:1:\"0\";s:20:\"sales_email_shipment\";s:1:\"0\";s:28:\"sales_email_shipment_comment\";s:1:\"0\";s:22:\"sales_email_creditmemo\";s:1:\"0\";s:30:\"sales_email_creditmemo_comment\";s:1:\"0\";s:17:\"customer_facebook\";s:1:\"1\";}}'),
('2', 'Nick', 'Camilleri', 'nick@avantech.com.mt', 'nick', 'aaeec5120041d880bcd54ff991c8f8ac:uB', '2011-04-28 08:28:40', '2011-07-05 09:47:35', '2011-09-15 09:36:20', '40', '0', '1', 'a:1:{s:11:\"configState\";a:192:{s:14:\"design_package\";s:1:\"1\";s:12:\"design_theme\";s:1:\"1\";s:11:\"design_head\";s:1:\"1\";s:13:\"design_header\";s:1:\"1\";s:13:\"design_footer\";s:1:\"1\";s:16:\"design_watermark\";s:1:\"1\";s:17:\"design_pagination\";s:1:\"1\";s:16:\"catalog_frontend\";s:1:\"1\";s:15:\"catalog_sitemap\";s:1:\"1\";s:14:\"catalog_review\";s:1:\"1\";s:20:\"catalog_productalert\";s:1:\"1\";s:25:\"catalog_productalert_cron\";s:1:\"1\";s:19:\"catalog_placeholder\";s:1:\"1\";s:25:\"catalog_recently_products\";s:1:\"1\";s:13:\"catalog_price\";s:1:\"1\";s:26:\"catalog_layered_navigation\";s:1:\"1\";s:18:\"catalog_navigation\";s:1:\"1\";s:11:\"catalog_seo\";s:1:\"1\";s:14:\"catalog_search\";s:1:\"1\";s:20:\"catalog_downloadable\";s:1:\"1\";s:22:\"catalog_custom_options\";s:1:\"1\";s:24:\"featuredproducts_general\";s:1:\"1\";s:22:\"customer_account_share\";s:1:\"1\";s:25:\"customer_online_customers\";s:1:\"1\";s:23:\"customer_create_account\";s:1:\"1\";s:17:\"customer_password\";s:1:\"1\";s:16:\"customer_address\";s:1:\"1\";s:16:\"customer_startup\";s:1:\"1\";s:26:\"customer_address_templates\";s:1:\"1\";s:7:\"web_url\";s:1:\"1\";s:7:\"web_seo\";s:1:\"1\";s:12:\"web_unsecure\";s:1:\"1\";s:10:\"web_secure\";s:1:\"1\";s:11:\"web_default\";s:1:\"1\";s:9:\"web_polls\";s:1:\"1\";s:10:\"web_cookie\";s:1:\"1\";s:11:\"web_session\";s:1:\"1\";s:24:\"web_browser_capabilities\";s:1:\"1\";s:12:\"dev_restrict\";s:1:\"1\";s:9:\"dev_debug\";s:1:\"1\";s:12:\"dev_template\";s:1:\"1\";s:20:\"dev_translate_inline\";s:1:\"1\";s:7:\"dev_log\";s:1:\"1\";s:6:\"dev_js\";s:1:\"1\";s:7:\"dev_css\";s:1:\"1\";s:17:\"easy_tabs_general\";s:1:\"1\";s:16:\"easy_tabs_custom\";s:1:\"0\";s:19:\"easy_tabs_customcms\";s:1:\"0\";s:21:\"moo_cloudzoom_general\";s:1:\"1\";s:23:\"moo_cloudzoom_zoomImage\";s:1:\"1\";s:18:\"moo_cloudzoom_lens\";s:1:\"1\";s:27:\"moo_cloudzoom_originalImage\";s:1:\"1\";s:23:\"j2tajaxcheckout_default\";s:1:\"1\";s:23:\"socialbookmarking_bitly\";s:1:\"1\";s:12:\"admin_emails\";s:1:\"1\";s:13:\"admin_startup\";s:1:\"1\";s:9:\"admin_url\";s:1:\"1\";s:14:\"admin_security\";s:1:\"1\";s:15:\"admin_dashboard\";s:1:\"1\";s:16:\"currency_options\";s:1:\"1\";s:20:\"currency_webservicex\";s:1:\"1\";s:15:\"currency_import\";s:1:\"1\";s:15:\"general_country\";s:1:\"1\";s:14:\"general_locale\";s:1:\"1\";s:25:\"general_store_information\";s:1:\"1\";s:17:\"contacts_contacts\";s:1:\"1\";s:14:\"contacts_email\";s:1:\"1\";s:25:\"trans_email_ident_general\";s:1:\"1\";s:23:\"trans_email_ident_sales\";s:1:\"1\";s:25:\"trans_email_ident_support\";s:1:\"1\";s:25:\"trans_email_ident_custom1\";s:1:\"1\";s:25:\"trans_email_ident_custom2\";s:1:\"1\";s:24:\"cataloginventory_options\";s:1:\"1\";s:29:\"cataloginventory_item_options\";s:1:\"1\";s:16:\"sitemap_category\";s:1:\"1\";s:15:\"sitemap_product\";s:1:\"1\";s:12:\"sitemap_page\";s:1:\"1\";s:16:\"sitemap_generate\";s:1:\"1\";s:10:\"rss_config\";s:1:\"1\";s:12:\"rss_wishlist\";s:1:\"1\";s:11:\"rss_catalog\";s:1:\"1\";s:9:\"rss_order\";s:1:\"1\";s:16:\"sendfriend_email\";s:1:\"1\";s:23:\"newsletter_subscription\";s:1:\"1\";s:17:\"sales_totals_sort\";s:1:\"1\";s:13:\"sales_reorder\";s:1:\"1\";s:14:\"sales_identity\";s:1:\"1\";s:19:\"sales_minimum_order\";s:1:\"1\";s:15:\"sales_dashboard\";s:1:\"1\";s:18:\"sales_gift_options\";s:1:\"1\";s:16:\"checkout_options\";s:1:\"1\";s:13:\"checkout_cart\";s:1:\"0\";s:18:\"checkout_cart_link\";s:1:\"1\";s:16:\"checkout_sidebar\";s:1:\"1\";s:23:\"checkout_payment_failed\";s:1:\"1\";s:15:\"shipping_origin\";s:1:\"1\";s:15:\"shipping_option\";s:1:\"1\";s:17:\"carriers_flatrate\";s:1:\"1\";s:18:\"carriers_tablerate\";s:1:\"0\";s:21:\"carriers_freeshipping\";s:1:\"0\";s:12:\"carriers_ups\";s:1:\"0\";s:13:\"carriers_usps\";s:1:\"0\";s:14:\"carriers_fedex\";s:1:\"0\";s:12:\"carriers_dhl\";s:1:\"0\";s:22:\"payment_cashondelivery\";s:1:\"1\";s:14:\"payment_ccsave\";s:1:\"1\";s:12:\"payment_free\";s:1:\"1\";s:15:\"payment_checkmo\";s:1:\"1\";s:21:\"payment_purchaseorder\";s:1:\"1\";s:20:\"payment_authorizenet\";s:1:\"1\";s:31:\"payment_authorizenet_directpost\";s:1:\"0\";s:14:\"paypal_account\";s:1:\"1\";s:10:\"paypal_api\";s:1:\"0\";s:14:\"paypal_express\";s:1:\"0\";s:10:\"paypal_wps\";s:1:\"0\";s:10:\"paypal_wpp\";s:1:\"0\";s:31:\"paypal_paypal_billing_agreement\";s:1:\"0\";s:13:\"paypal_wpp_pe\";s:1:\"0\";s:15:\"paypal_verisign\";s:1:\"0\";s:17:\"paypal_express_pe\";s:1:\"0\";s:25:\"paypal_settlement_reports\";s:1:\"0\";s:12:\"paypal_style\";s:1:\"1\";s:19:\"paypal_payflow_link\";s:1:\"0\";s:17:\"paypal_hosted_pro\";s:1:\"0\";s:11:\"tax_classes\";s:1:\"1\";s:15:\"tax_calculation\";s:1:\"1\";s:12:\"tax_defaults\";s:1:\"1\";s:11:\"tax_display\";s:1:\"1\";s:16:\"tax_cart_display\";s:1:\"1\";s:17:\"tax_sales_display\";s:1:\"1\";s:8:\"tax_weee\";s:1:\"1\";s:16:\"google_analytics\";s:1:\"1\";s:20:\"google_analyticsplus\";s:1:\"1\";s:16:\"google_optimizer\";s:1:\"1\";s:15:\"google_checkout\";s:1:\"1\";s:17:\"google_googlebase\";s:1:\"0\";s:33:\"google_checkout_shipping_merchant\";s:1:\"0\";s:32:\"google_checkout_shipping_carrier\";s:1:\"0\";s:33:\"google_checkout_shipping_flatrate\";s:1:\"0\";s:32:\"google_checkout_shipping_virtual\";s:1:\"0\";s:21:\"moneybookers_settings\";s:1:\"1\";s:29:\"moneybookers_moneybookers_acc\";s:1:\"1\";s:29:\"moneybookers_moneybookers_did\";s:1:\"0\";s:29:\"moneybookers_moneybookers_gir\";s:1:\"0\";s:29:\"moneybookers_moneybookers_sft\";s:1:\"0\";s:29:\"moneybookers_moneybookers_lsr\";s:1:\"0\";s:29:\"moneybookers_moneybookers_mae\";s:1:\"0\";s:29:\"moneybookers_moneybookers_gcb\";s:1:\"0\";s:29:\"moneybookers_moneybookers_dnk\";s:1:\"0\";s:29:\"moneybookers_moneybookers_psp\";s:1:\"0\";s:29:\"moneybookers_moneybookers_csi\";s:1:\"0\";s:29:\"moneybookers_moneybookers_ent\";s:1:\"0\";s:29:\"moneybookers_moneybookers_ebt\";s:1:\"0\";s:29:\"moneybookers_moneybookers_so2\";s:1:\"0\";s:29:\"moneybookers_moneybookers_idl\";s:1:\"0\";s:29:\"moneybookers_moneybookers_npy\";s:1:\"0\";s:29:\"moneybookers_moneybookers_pli\";s:1:\"0\";s:29:\"moneybookers_moneybookers_pwy\";s:1:\"0\";s:29:\"moneybookers_moneybookers_wlt\";s:1:\"0\";s:29:\"moneybookers_moneybookers_obt\";s:1:\"0\";s:14:\"engage_options\";s:1:\"1\";s:18:\"engage_accountdata\";s:1:\"1\";s:11:\"engage_info\";s:1:\"1\";s:18:\"enhancedgrid_about\";s:1:\"1\";s:20:\"enhancedgrid_columns\";s:1:\"1\";s:19:\"enhancedgrid_images\";s:1:\"1\";s:21:\"enhancedgrid_defaults\";s:1:\"1\";s:19:\"ig_lightbox_general\";s:1:\"1\";s:19:\"ig_lightbox_effects\";s:1:\"1\";s:19:\"ig_lightbox_display\";s:1:\"1\";s:31:\"advanced_modules_disable_output\";s:1:\"1\";s:11:\"system_cron\";s:1:\"0\";s:11:\"system_smtp\";s:1:\"0\";s:15:\"system_currency\";s:1:\"0\";s:10:\"system_log\";s:1:\"0\";s:24:\"system_adminnotification\";s:1:\"0\";s:26:\"system_external_page_cache\";s:1:\"0\";s:34:\"system_media_storage_configuration\";s:1:\"0\";s:14:\"system_smtppro\";s:1:\"1\";s:21:\"system_googlesettings\";s:1:\"1\";s:19:\"system_smtpsettings\";s:1:\"1\";s:18:\"system_sessettings\";s:1:\"0\";s:11:\"cms_wysiwyg\";s:1:\"1\";s:17:\"sales_email_order\";s:1:\"1\";s:25:\"sales_email_order_comment\";s:1:\"0\";s:19:\"sales_email_invoice\";s:1:\"1\";s:27:\"sales_email_invoice_comment\";s:1:\"0\";s:20:\"sales_email_shipment\";s:1:\"0\";s:28:\"sales_email_shipment_comment\";s:1:\"0\";s:22:\"sales_email_creditmemo\";s:1:\"0\";s:30:\"sales_email_creditmemo_comment\";s:1:\"0\";s:17:\"customer_facebook\";s:1:\"1\";}}'),
('3', 'Nakita', 'Vassallo', 'nakita@avantech.com.mt', 'nakita', 'b5b241de8c8e795c1ad463227d975833:5q', '2011-04-28 08:29:26', '2011-07-21 08:50:41', '2011-09-19 09:11:51', '26', '0', '1', 'a:1:{s:11:\"configState\";a:192:{s:14:\"design_package\";s:1:\"1\";s:12:\"design_theme\";s:1:\"1\";s:11:\"design_head\";s:1:\"1\";s:13:\"design_header\";s:1:\"1\";s:13:\"design_footer\";s:1:\"1\";s:16:\"design_watermark\";s:1:\"1\";s:17:\"design_pagination\";s:1:\"1\";s:16:\"catalog_frontend\";s:1:\"1\";s:15:\"catalog_sitemap\";s:1:\"1\";s:14:\"catalog_review\";s:1:\"1\";s:20:\"catalog_productalert\";s:1:\"1\";s:25:\"catalog_productalert_cron\";s:1:\"1\";s:19:\"catalog_placeholder\";s:1:\"1\";s:25:\"catalog_recently_products\";s:1:\"1\";s:13:\"catalog_price\";s:1:\"1\";s:26:\"catalog_layered_navigation\";s:1:\"1\";s:18:\"catalog_navigation\";s:1:\"1\";s:11:\"catalog_seo\";s:1:\"1\";s:14:\"catalog_search\";s:1:\"1\";s:20:\"catalog_downloadable\";s:1:\"1\";s:22:\"catalog_custom_options\";s:1:\"1\";s:24:\"featuredproducts_general\";s:1:\"1\";s:22:\"customer_account_share\";s:1:\"1\";s:25:\"customer_online_customers\";s:1:\"1\";s:23:\"customer_create_account\";s:1:\"1\";s:17:\"customer_password\";s:1:\"1\";s:16:\"customer_address\";s:1:\"1\";s:16:\"customer_startup\";s:1:\"1\";s:26:\"customer_address_templates\";s:1:\"1\";s:7:\"web_url\";s:1:\"1\";s:7:\"web_seo\";s:1:\"1\";s:12:\"web_unsecure\";s:1:\"1\";s:10:\"web_secure\";s:1:\"1\";s:11:\"web_default\";s:1:\"1\";s:9:\"web_polls\";s:1:\"1\";s:10:\"web_cookie\";s:1:\"1\";s:11:\"web_session\";s:1:\"1\";s:24:\"web_browser_capabilities\";s:1:\"1\";s:12:\"dev_restrict\";s:1:\"1\";s:9:\"dev_debug\";s:1:\"1\";s:12:\"dev_template\";s:1:\"1\";s:20:\"dev_translate_inline\";s:1:\"1\";s:7:\"dev_log\";s:1:\"1\";s:6:\"dev_js\";s:1:\"1\";s:7:\"dev_css\";s:1:\"1\";s:17:\"easy_tabs_general\";s:1:\"1\";s:16:\"easy_tabs_custom\";s:1:\"0\";s:19:\"easy_tabs_customcms\";s:1:\"0\";s:21:\"moo_cloudzoom_general\";s:1:\"1\";s:23:\"moo_cloudzoom_zoomImage\";s:1:\"1\";s:18:\"moo_cloudzoom_lens\";s:1:\"1\";s:27:\"moo_cloudzoom_originalImage\";s:1:\"1\";s:23:\"j2tajaxcheckout_default\";s:1:\"1\";s:23:\"socialbookmarking_bitly\";s:1:\"1\";s:12:\"admin_emails\";s:1:\"1\";s:13:\"admin_startup\";s:1:\"1\";s:9:\"admin_url\";s:1:\"1\";s:14:\"admin_security\";s:1:\"1\";s:15:\"admin_dashboard\";s:1:\"1\";s:16:\"currency_options\";s:1:\"1\";s:20:\"currency_webservicex\";s:1:\"1\";s:15:\"currency_import\";s:1:\"1\";s:15:\"general_country\";s:1:\"1\";s:14:\"general_locale\";s:1:\"1\";s:25:\"general_store_information\";s:1:\"1\";s:17:\"contacts_contacts\";s:1:\"1\";s:14:\"contacts_email\";s:1:\"1\";s:25:\"trans_email_ident_general\";s:1:\"1\";s:23:\"trans_email_ident_sales\";s:1:\"1\";s:25:\"trans_email_ident_support\";s:1:\"1\";s:25:\"trans_email_ident_custom1\";s:1:\"1\";s:25:\"trans_email_ident_custom2\";s:1:\"1\";s:24:\"cataloginventory_options\";s:1:\"1\";s:29:\"cataloginventory_item_options\";s:1:\"1\";s:16:\"sitemap_category\";s:1:\"1\";s:15:\"sitemap_product\";s:1:\"1\";s:12:\"sitemap_page\";s:1:\"1\";s:16:\"sitemap_generate\";s:1:\"1\";s:10:\"rss_config\";s:1:\"1\";s:12:\"rss_wishlist\";s:1:\"1\";s:11:\"rss_catalog\";s:1:\"1\";s:9:\"rss_order\";s:1:\"1\";s:16:\"sendfriend_email\";s:1:\"1\";s:23:\"newsletter_subscription\";s:1:\"1\";s:17:\"sales_totals_sort\";s:1:\"1\";s:13:\"sales_reorder\";s:1:\"1\";s:14:\"sales_identity\";s:1:\"1\";s:19:\"sales_minimum_order\";s:1:\"1\";s:15:\"sales_dashboard\";s:1:\"1\";s:18:\"sales_gift_options\";s:1:\"1\";s:16:\"checkout_options\";s:1:\"1\";s:13:\"checkout_cart\";s:1:\"0\";s:18:\"checkout_cart_link\";s:1:\"1\";s:16:\"checkout_sidebar\";s:1:\"1\";s:23:\"checkout_payment_failed\";s:1:\"1\";s:15:\"shipping_origin\";s:1:\"1\";s:15:\"shipping_option\";s:1:\"1\";s:17:\"carriers_flatrate\";s:1:\"1\";s:18:\"carriers_tablerate\";s:1:\"0\";s:21:\"carriers_freeshipping\";s:1:\"0\";s:12:\"carriers_ups\";s:1:\"0\";s:13:\"carriers_usps\";s:1:\"0\";s:14:\"carriers_fedex\";s:1:\"0\";s:12:\"carriers_dhl\";s:1:\"0\";s:22:\"payment_cashondelivery\";s:1:\"1\";s:14:\"payment_ccsave\";s:1:\"1\";s:12:\"payment_free\";s:1:\"1\";s:15:\"payment_checkmo\";s:1:\"1\";s:21:\"payment_purchaseorder\";s:1:\"1\";s:20:\"payment_authorizenet\";s:1:\"1\";s:31:\"payment_authorizenet_directpost\";s:1:\"0\";s:14:\"paypal_account\";s:1:\"1\";s:10:\"paypal_api\";s:1:\"0\";s:14:\"paypal_express\";s:1:\"0\";s:10:\"paypal_wps\";s:1:\"0\";s:10:\"paypal_wpp\";s:1:\"0\";s:31:\"paypal_paypal_billing_agreement\";s:1:\"0\";s:13:\"paypal_wpp_pe\";s:1:\"0\";s:15:\"paypal_verisign\";s:1:\"0\";s:17:\"paypal_express_pe\";s:1:\"0\";s:25:\"paypal_settlement_reports\";s:1:\"0\";s:12:\"paypal_style\";s:1:\"1\";s:19:\"paypal_payflow_link\";s:1:\"0\";s:17:\"paypal_hosted_pro\";s:1:\"0\";s:11:\"tax_classes\";s:1:\"1\";s:15:\"tax_calculation\";s:1:\"1\";s:12:\"tax_defaults\";s:1:\"1\";s:11:\"tax_display\";s:1:\"1\";s:16:\"tax_cart_display\";s:1:\"1\";s:17:\"tax_sales_display\";s:1:\"1\";s:8:\"tax_weee\";s:1:\"1\";s:16:\"google_analytics\";s:1:\"1\";s:20:\"google_analyticsplus\";s:1:\"1\";s:16:\"google_optimizer\";s:1:\"1\";s:15:\"google_checkout\";s:1:\"1\";s:17:\"google_googlebase\";s:1:\"0\";s:33:\"google_checkout_shipping_merchant\";s:1:\"0\";s:32:\"google_checkout_shipping_carrier\";s:1:\"0\";s:33:\"google_checkout_shipping_flatrate\";s:1:\"0\";s:32:\"google_checkout_shipping_virtual\";s:1:\"0\";s:21:\"moneybookers_settings\";s:1:\"1\";s:29:\"moneybookers_moneybookers_acc\";s:1:\"1\";s:29:\"moneybookers_moneybookers_did\";s:1:\"0\";s:29:\"moneybookers_moneybookers_gir\";s:1:\"0\";s:29:\"moneybookers_moneybookers_sft\";s:1:\"0\";s:29:\"moneybookers_moneybookers_lsr\";s:1:\"0\";s:29:\"moneybookers_moneybookers_mae\";s:1:\"0\";s:29:\"moneybookers_moneybookers_gcb\";s:1:\"0\";s:29:\"moneybookers_moneybookers_dnk\";s:1:\"0\";s:29:\"moneybookers_moneybookers_psp\";s:1:\"0\";s:29:\"moneybookers_moneybookers_csi\";s:1:\"0\";s:29:\"moneybookers_moneybookers_ent\";s:1:\"0\";s:29:\"moneybookers_moneybookers_ebt\";s:1:\"0\";s:29:\"moneybookers_moneybookers_so2\";s:1:\"0\";s:29:\"moneybookers_moneybookers_idl\";s:1:\"0\";s:29:\"moneybookers_moneybookers_npy\";s:1:\"0\";s:29:\"moneybookers_moneybookers_pli\";s:1:\"0\";s:29:\"moneybookers_moneybookers_pwy\";s:1:\"0\";s:29:\"moneybookers_moneybookers_wlt\";s:1:\"0\";s:29:\"moneybookers_moneybookers_obt\";s:1:\"0\";s:14:\"engage_options\";s:1:\"1\";s:18:\"engage_accountdata\";s:1:\"1\";s:11:\"engage_info\";s:1:\"1\";s:18:\"enhancedgrid_about\";s:1:\"1\";s:20:\"enhancedgrid_columns\";s:1:\"1\";s:19:\"enhancedgrid_images\";s:1:\"1\";s:21:\"enhancedgrid_defaults\";s:1:\"1\";s:19:\"ig_lightbox_general\";s:1:\"1\";s:19:\"ig_lightbox_effects\";s:1:\"1\";s:19:\"ig_lightbox_display\";s:1:\"1\";s:31:\"advanced_modules_disable_output\";s:1:\"1\";s:11:\"system_cron\";s:1:\"0\";s:11:\"system_smtp\";s:1:\"0\";s:15:\"system_currency\";s:1:\"0\";s:10:\"system_log\";s:1:\"0\";s:24:\"system_adminnotification\";s:1:\"0\";s:26:\"system_external_page_cache\";s:1:\"0\";s:34:\"system_media_storage_configuration\";s:1:\"0\";s:14:\"system_smtppro\";s:1:\"1\";s:21:\"system_googlesettings\";s:1:\"1\";s:19:\"system_smtpsettings\";s:1:\"1\";s:18:\"system_sessettings\";s:1:\"0\";s:11:\"cms_wysiwyg\";s:1:\"1\";s:17:\"sales_email_order\";s:1:\"1\";s:25:\"sales_email_order_comment\";s:1:\"0\";s:19:\"sales_email_invoice\";s:1:\"1\";s:27:\"sales_email_invoice_comment\";s:1:\"0\";s:20:\"sales_email_shipment\";s:1:\"0\";s:28:\"sales_email_shipment_comment\";s:1:\"0\";s:22:\"sales_email_creditmemo\";s:1:\"0\";s:30:\"sales_email_creditmemo_comment\";s:1:\"0\";s:17:\"customer_facebook\";s:1:\"1\";}}'),
('4', 'Joe', 'Borg', 'joseph@avantech.com.mt', 'joseph', '0453a95ad9f1967b1abf047ea4f3cb76:bm', '2011-04-28 11:38:39', '2011-04-28 11:38:39', NULL, '0', '0', '1', 'a:1:{s:11:\"configState\";a:192:{s:14:\"design_package\";s:1:\"1\";s:12:\"design_theme\";s:1:\"1\";s:11:\"design_head\";s:1:\"1\";s:13:\"design_header\";s:1:\"1\";s:13:\"design_footer\";s:1:\"1\";s:16:\"design_watermark\";s:1:\"1\";s:17:\"design_pagination\";s:1:\"1\";s:16:\"catalog_frontend\";s:1:\"1\";s:15:\"catalog_sitemap\";s:1:\"1\";s:14:\"catalog_review\";s:1:\"1\";s:20:\"catalog_productalert\";s:1:\"1\";s:25:\"catalog_productalert_cron\";s:1:\"1\";s:19:\"catalog_placeholder\";s:1:\"1\";s:25:\"catalog_recently_products\";s:1:\"1\";s:13:\"catalog_price\";s:1:\"1\";s:26:\"catalog_layered_navigation\";s:1:\"1\";s:18:\"catalog_navigation\";s:1:\"1\";s:11:\"catalog_seo\";s:1:\"1\";s:14:\"catalog_search\";s:1:\"1\";s:20:\"catalog_downloadable\";s:1:\"1\";s:22:\"catalog_custom_options\";s:1:\"1\";s:24:\"featuredproducts_general\";s:1:\"1\";s:22:\"customer_account_share\";s:1:\"1\";s:25:\"customer_online_customers\";s:1:\"1\";s:23:\"customer_create_account\";s:1:\"1\";s:17:\"customer_password\";s:1:\"1\";s:16:\"customer_address\";s:1:\"1\";s:16:\"customer_startup\";s:1:\"1\";s:26:\"customer_address_templates\";s:1:\"1\";s:7:\"web_url\";s:1:\"1\";s:7:\"web_seo\";s:1:\"1\";s:12:\"web_unsecure\";s:1:\"1\";s:10:\"web_secure\";s:1:\"1\";s:11:\"web_default\";s:1:\"1\";s:9:\"web_polls\";s:1:\"1\";s:10:\"web_cookie\";s:1:\"1\";s:11:\"web_session\";s:1:\"1\";s:24:\"web_browser_capabilities\";s:1:\"1\";s:12:\"dev_restrict\";s:1:\"1\";s:9:\"dev_debug\";s:1:\"1\";s:12:\"dev_template\";s:1:\"1\";s:20:\"dev_translate_inline\";s:1:\"1\";s:7:\"dev_log\";s:1:\"1\";s:6:\"dev_js\";s:1:\"1\";s:7:\"dev_css\";s:1:\"1\";s:17:\"easy_tabs_general\";s:1:\"1\";s:16:\"easy_tabs_custom\";s:1:\"0\";s:19:\"easy_tabs_customcms\";s:1:\"0\";s:21:\"moo_cloudzoom_general\";s:1:\"1\";s:23:\"moo_cloudzoom_zoomImage\";s:1:\"1\";s:18:\"moo_cloudzoom_lens\";s:1:\"1\";s:27:\"moo_cloudzoom_originalImage\";s:1:\"1\";s:23:\"j2tajaxcheckout_default\";s:1:\"1\";s:23:\"socialbookmarking_bitly\";s:1:\"1\";s:12:\"admin_emails\";s:1:\"1\";s:13:\"admin_startup\";s:1:\"1\";s:9:\"admin_url\";s:1:\"1\";s:14:\"admin_security\";s:1:\"1\";s:15:\"admin_dashboard\";s:1:\"1\";s:16:\"currency_options\";s:1:\"1\";s:20:\"currency_webservicex\";s:1:\"1\";s:15:\"currency_import\";s:1:\"1\";s:15:\"general_country\";s:1:\"1\";s:14:\"general_locale\";s:1:\"1\";s:25:\"general_store_information\";s:1:\"1\";s:17:\"contacts_contacts\";s:1:\"1\";s:14:\"contacts_email\";s:1:\"1\";s:25:\"trans_email_ident_general\";s:1:\"1\";s:23:\"trans_email_ident_sales\";s:1:\"1\";s:25:\"trans_email_ident_support\";s:1:\"1\";s:25:\"trans_email_ident_custom1\";s:1:\"1\";s:25:\"trans_email_ident_custom2\";s:1:\"1\";s:24:\"cataloginventory_options\";s:1:\"1\";s:29:\"cataloginventory_item_options\";s:1:\"1\";s:16:\"sitemap_category\";s:1:\"1\";s:15:\"sitemap_product\";s:1:\"1\";s:12:\"sitemap_page\";s:1:\"1\";s:16:\"sitemap_generate\";s:1:\"1\";s:10:\"rss_config\";s:1:\"1\";s:12:\"rss_wishlist\";s:1:\"1\";s:11:\"rss_catalog\";s:1:\"1\";s:9:\"rss_order\";s:1:\"1\";s:16:\"sendfriend_email\";s:1:\"1\";s:23:\"newsletter_subscription\";s:1:\"1\";s:17:\"sales_totals_sort\";s:1:\"1\";s:13:\"sales_reorder\";s:1:\"1\";s:14:\"sales_identity\";s:1:\"1\";s:19:\"sales_minimum_order\";s:1:\"1\";s:15:\"sales_dashboard\";s:1:\"1\";s:18:\"sales_gift_options\";s:1:\"1\";s:16:\"checkout_options\";s:1:\"1\";s:13:\"checkout_cart\";s:1:\"0\";s:18:\"checkout_cart_link\";s:1:\"1\";s:16:\"checkout_sidebar\";s:1:\"1\";s:23:\"checkout_payment_failed\";s:1:\"1\";s:15:\"shipping_origin\";s:1:\"1\";s:15:\"shipping_option\";s:1:\"1\";s:17:\"carriers_flatrate\";s:1:\"1\";s:18:\"carriers_tablerate\";s:1:\"0\";s:21:\"carriers_freeshipping\";s:1:\"0\";s:12:\"carriers_ups\";s:1:\"0\";s:13:\"carriers_usps\";s:1:\"0\";s:14:\"carriers_fedex\";s:1:\"0\";s:12:\"carriers_dhl\";s:1:\"0\";s:22:\"payment_cashondelivery\";s:1:\"1\";s:14:\"payment_ccsave\";s:1:\"1\";s:12:\"payment_free\";s:1:\"1\";s:15:\"payment_checkmo\";s:1:\"1\";s:21:\"payment_purchaseorder\";s:1:\"1\";s:20:\"payment_authorizenet\";s:1:\"1\";s:31:\"payment_authorizenet_directpost\";s:1:\"0\";s:14:\"paypal_account\";s:1:\"1\";s:10:\"paypal_api\";s:1:\"0\";s:14:\"paypal_express\";s:1:\"0\";s:10:\"paypal_wps\";s:1:\"0\";s:10:\"paypal_wpp\";s:1:\"0\";s:31:\"paypal_paypal_billing_agreement\";s:1:\"0\";s:13:\"paypal_wpp_pe\";s:1:\"0\";s:15:\"paypal_verisign\";s:1:\"0\";s:17:\"paypal_express_pe\";s:1:\"0\";s:25:\"paypal_settlement_reports\";s:1:\"0\";s:12:\"paypal_style\";s:1:\"1\";s:19:\"paypal_payflow_link\";s:1:\"0\";s:17:\"paypal_hosted_pro\";s:1:\"0\";s:11:\"tax_classes\";s:1:\"1\";s:15:\"tax_calculation\";s:1:\"1\";s:12:\"tax_defaults\";s:1:\"1\";s:11:\"tax_display\";s:1:\"1\";s:16:\"tax_cart_display\";s:1:\"1\";s:17:\"tax_sales_display\";s:1:\"1\";s:8:\"tax_weee\";s:1:\"1\";s:16:\"google_analytics\";s:1:\"1\";s:20:\"google_analyticsplus\";s:1:\"1\";s:16:\"google_optimizer\";s:1:\"1\";s:15:\"google_checkout\";s:1:\"1\";s:17:\"google_googlebase\";s:1:\"0\";s:33:\"google_checkout_shipping_merchant\";s:1:\"0\";s:32:\"google_checkout_shipping_carrier\";s:1:\"0\";s:33:\"google_checkout_shipping_flatrate\";s:1:\"0\";s:32:\"google_checkout_shipping_virtual\";s:1:\"0\";s:21:\"moneybookers_settings\";s:1:\"1\";s:29:\"moneybookers_moneybookers_acc\";s:1:\"1\";s:29:\"moneybookers_moneybookers_did\";s:1:\"0\";s:29:\"moneybookers_moneybookers_gir\";s:1:\"0\";s:29:\"moneybookers_moneybookers_sft\";s:1:\"0\";s:29:\"moneybookers_moneybookers_lsr\";s:1:\"0\";s:29:\"moneybookers_moneybookers_mae\";s:1:\"0\";s:29:\"moneybookers_moneybookers_gcb\";s:1:\"0\";s:29:\"moneybookers_moneybookers_dnk\";s:1:\"0\";s:29:\"moneybookers_moneybookers_psp\";s:1:\"0\";s:29:\"moneybookers_moneybookers_csi\";s:1:\"0\";s:29:\"moneybookers_moneybookers_ent\";s:1:\"0\";s:29:\"moneybookers_moneybookers_ebt\";s:1:\"0\";s:29:\"moneybookers_moneybookers_so2\";s:1:\"0\";s:29:\"moneybookers_moneybookers_idl\";s:1:\"0\";s:29:\"moneybookers_moneybookers_npy\";s:1:\"0\";s:29:\"moneybookers_moneybookers_pli\";s:1:\"0\";s:29:\"moneybookers_moneybookers_pwy\";s:1:\"0\";s:29:\"moneybookers_moneybookers_wlt\";s:1:\"0\";s:29:\"moneybookers_moneybookers_obt\";s:1:\"0\";s:14:\"engage_options\";s:1:\"1\";s:18:\"engage_accountdata\";s:1:\"1\";s:11:\"engage_info\";s:1:\"1\";s:18:\"enhancedgrid_about\";s:1:\"1\";s:20:\"enhancedgrid_columns\";s:1:\"1\";s:19:\"enhancedgrid_images\";s:1:\"1\";s:21:\"enhancedgrid_defaults\";s:1:\"1\";s:19:\"ig_lightbox_general\";s:1:\"1\";s:19:\"ig_lightbox_effects\";s:1:\"1\";s:19:\"ig_lightbox_display\";s:1:\"1\";s:31:\"advanced_modules_disable_output\";s:1:\"1\";s:11:\"system_cron\";s:1:\"0\";s:11:\"system_smtp\";s:1:\"0\";s:15:\"system_currency\";s:1:\"0\";s:10:\"system_log\";s:1:\"0\";s:24:\"system_adminnotification\";s:1:\"0\";s:26:\"system_external_page_cache\";s:1:\"0\";s:34:\"system_media_storage_configuration\";s:1:\"0\";s:14:\"system_smtppro\";s:1:\"1\";s:21:\"system_googlesettings\";s:1:\"1\";s:19:\"system_smtpsettings\";s:1:\"1\";s:18:\"system_sessettings\";s:1:\"0\";s:11:\"cms_wysiwyg\";s:1:\"1\";s:17:\"sales_email_order\";s:1:\"1\";s:25:\"sales_email_order_comment\";s:1:\"0\";s:19:\"sales_email_invoice\";s:1:\"1\";s:27:\"sales_email_invoice_comment\";s:1:\"0\";s:20:\"sales_email_shipment\";s:1:\"0\";s:28:\"sales_email_shipment_comment\";s:1:\"0\";s:22:\"sales_email_creditmemo\";s:1:\"0\";s:30:\"sales_email_creditmemo_comment\";s:1:\"0\";s:17:\"customer_facebook\";s:1:\"1\";}}'),
('5', 'Daniel', 'Cassar', 'daniel@avantech.com.mt', 'daniel', 'b8a0ecd30d3b523e7aa1097da15a2bcd:Jg', '2011-05-05 07:20:29', '2011-05-05 07:53:57', NULL, '0', '0', '1', 'a:1:{s:11:\"configState\";a:192:{s:14:\"design_package\";s:1:\"1\";s:12:\"design_theme\";s:1:\"1\";s:11:\"design_head\";s:1:\"1\";s:13:\"design_header\";s:1:\"1\";s:13:\"design_footer\";s:1:\"1\";s:16:\"design_watermark\";s:1:\"1\";s:17:\"design_pagination\";s:1:\"1\";s:16:\"catalog_frontend\";s:1:\"1\";s:15:\"catalog_sitemap\";s:1:\"1\";s:14:\"catalog_review\";s:1:\"1\";s:20:\"catalog_productalert\";s:1:\"1\";s:25:\"catalog_productalert_cron\";s:1:\"1\";s:19:\"catalog_placeholder\";s:1:\"1\";s:25:\"catalog_recently_products\";s:1:\"1\";s:13:\"catalog_price\";s:1:\"1\";s:26:\"catalog_layered_navigation\";s:1:\"1\";s:18:\"catalog_navigation\";s:1:\"1\";s:11:\"catalog_seo\";s:1:\"1\";s:14:\"catalog_search\";s:1:\"1\";s:20:\"catalog_downloadable\";s:1:\"1\";s:22:\"catalog_custom_options\";s:1:\"1\";s:24:\"featuredproducts_general\";s:1:\"1\";s:22:\"customer_account_share\";s:1:\"1\";s:25:\"customer_online_customers\";s:1:\"1\";s:23:\"customer_create_account\";s:1:\"1\";s:17:\"customer_password\";s:1:\"1\";s:16:\"customer_address\";s:1:\"1\";s:16:\"customer_startup\";s:1:\"1\";s:26:\"customer_address_templates\";s:1:\"1\";s:7:\"web_url\";s:1:\"1\";s:7:\"web_seo\";s:1:\"1\";s:12:\"web_unsecure\";s:1:\"1\";s:10:\"web_secure\";s:1:\"1\";s:11:\"web_default\";s:1:\"1\";s:9:\"web_polls\";s:1:\"1\";s:10:\"web_cookie\";s:1:\"1\";s:11:\"web_session\";s:1:\"1\";s:24:\"web_browser_capabilities\";s:1:\"1\";s:12:\"dev_restrict\";s:1:\"1\";s:9:\"dev_debug\";s:1:\"1\";s:12:\"dev_template\";s:1:\"1\";s:20:\"dev_translate_inline\";s:1:\"1\";s:7:\"dev_log\";s:1:\"1\";s:6:\"dev_js\";s:1:\"1\";s:7:\"dev_css\";s:1:\"1\";s:17:\"easy_tabs_general\";s:1:\"1\";s:16:\"easy_tabs_custom\";s:1:\"0\";s:19:\"easy_tabs_customcms\";s:1:\"0\";s:21:\"moo_cloudzoom_general\";s:1:\"1\";s:23:\"moo_cloudzoom_zoomImage\";s:1:\"1\";s:18:\"moo_cloudzoom_lens\";s:1:\"1\";s:27:\"moo_cloudzoom_originalImage\";s:1:\"1\";s:23:\"j2tajaxcheckout_default\";s:1:\"1\";s:23:\"socialbookmarking_bitly\";s:1:\"1\";s:12:\"admin_emails\";s:1:\"1\";s:13:\"admin_startup\";s:1:\"1\";s:9:\"admin_url\";s:1:\"1\";s:14:\"admin_security\";s:1:\"1\";s:15:\"admin_dashboard\";s:1:\"1\";s:16:\"currency_options\";s:1:\"1\";s:20:\"currency_webservicex\";s:1:\"1\";s:15:\"currency_import\";s:1:\"1\";s:15:\"general_country\";s:1:\"1\";s:14:\"general_locale\";s:1:\"1\";s:25:\"general_store_information\";s:1:\"1\";s:17:\"contacts_contacts\";s:1:\"1\";s:14:\"contacts_email\";s:1:\"1\";s:25:\"trans_email_ident_general\";s:1:\"1\";s:23:\"trans_email_ident_sales\";s:1:\"1\";s:25:\"trans_email_ident_support\";s:1:\"1\";s:25:\"trans_email_ident_custom1\";s:1:\"1\";s:25:\"trans_email_ident_custom2\";s:1:\"1\";s:24:\"cataloginventory_options\";s:1:\"1\";s:29:\"cataloginventory_item_options\";s:1:\"1\";s:16:\"sitemap_category\";s:1:\"1\";s:15:\"sitemap_product\";s:1:\"1\";s:12:\"sitemap_page\";s:1:\"1\";s:16:\"sitemap_generate\";s:1:\"1\";s:10:\"rss_config\";s:1:\"1\";s:12:\"rss_wishlist\";s:1:\"1\";s:11:\"rss_catalog\";s:1:\"1\";s:9:\"rss_order\";s:1:\"1\";s:16:\"sendfriend_email\";s:1:\"1\";s:23:\"newsletter_subscription\";s:1:\"1\";s:17:\"sales_totals_sort\";s:1:\"1\";s:13:\"sales_reorder\";s:1:\"1\";s:14:\"sales_identity\";s:1:\"1\";s:19:\"sales_minimum_order\";s:1:\"1\";s:15:\"sales_dashboard\";s:1:\"1\";s:18:\"sales_gift_options\";s:1:\"1\";s:16:\"checkout_options\";s:1:\"1\";s:13:\"checkout_cart\";s:1:\"0\";s:18:\"checkout_cart_link\";s:1:\"1\";s:16:\"checkout_sidebar\";s:1:\"1\";s:23:\"checkout_payment_failed\";s:1:\"1\";s:15:\"shipping_origin\";s:1:\"1\";s:15:\"shipping_option\";s:1:\"1\";s:17:\"carriers_flatrate\";s:1:\"1\";s:18:\"carriers_tablerate\";s:1:\"0\";s:21:\"carriers_freeshipping\";s:1:\"0\";s:12:\"carriers_ups\";s:1:\"0\";s:13:\"carriers_usps\";s:1:\"0\";s:14:\"carriers_fedex\";s:1:\"0\";s:12:\"carriers_dhl\";s:1:\"0\";s:22:\"payment_cashondelivery\";s:1:\"1\";s:14:\"payment_ccsave\";s:1:\"1\";s:12:\"payment_free\";s:1:\"1\";s:15:\"payment_checkmo\";s:1:\"1\";s:21:\"payment_purchaseorder\";s:1:\"1\";s:20:\"payment_authorizenet\";s:1:\"1\";s:31:\"payment_authorizenet_directpost\";s:1:\"0\";s:14:\"paypal_account\";s:1:\"1\";s:10:\"paypal_api\";s:1:\"0\";s:14:\"paypal_express\";s:1:\"0\";s:10:\"paypal_wps\";s:1:\"0\";s:10:\"paypal_wpp\";s:1:\"0\";s:31:\"paypal_paypal_billing_agreement\";s:1:\"0\";s:13:\"paypal_wpp_pe\";s:1:\"0\";s:15:\"paypal_verisign\";s:1:\"0\";s:17:\"paypal_express_pe\";s:1:\"0\";s:25:\"paypal_settlement_reports\";s:1:\"0\";s:12:\"paypal_style\";s:1:\"1\";s:19:\"paypal_payflow_link\";s:1:\"0\";s:17:\"paypal_hosted_pro\";s:1:\"0\";s:11:\"tax_classes\";s:1:\"1\";s:15:\"tax_calculation\";s:1:\"1\";s:12:\"tax_defaults\";s:1:\"1\";s:11:\"tax_display\";s:1:\"1\";s:16:\"tax_cart_display\";s:1:\"1\";s:17:\"tax_sales_display\";s:1:\"1\";s:8:\"tax_weee\";s:1:\"1\";s:16:\"google_analytics\";s:1:\"1\";s:20:\"google_analyticsplus\";s:1:\"1\";s:16:\"google_optimizer\";s:1:\"1\";s:15:\"google_checkout\";s:1:\"1\";s:17:\"google_googlebase\";s:1:\"0\";s:33:\"google_checkout_shipping_merchant\";s:1:\"0\";s:32:\"google_checkout_shipping_carrier\";s:1:\"0\";s:33:\"google_checkout_shipping_flatrate\";s:1:\"0\";s:32:\"google_checkout_shipping_virtual\";s:1:\"0\";s:21:\"moneybookers_settings\";s:1:\"1\";s:29:\"moneybookers_moneybookers_acc\";s:1:\"1\";s:29:\"moneybookers_moneybookers_did\";s:1:\"0\";s:29:\"moneybookers_moneybookers_gir\";s:1:\"0\";s:29:\"moneybookers_moneybookers_sft\";s:1:\"0\";s:29:\"moneybookers_moneybookers_lsr\";s:1:\"0\";s:29:\"moneybookers_moneybookers_mae\";s:1:\"0\";s:29:\"moneybookers_moneybookers_gcb\";s:1:\"0\";s:29:\"moneybookers_moneybookers_dnk\";s:1:\"0\";s:29:\"moneybookers_moneybookers_psp\";s:1:\"0\";s:29:\"moneybookers_moneybookers_csi\";s:1:\"0\";s:29:\"moneybookers_moneybookers_ent\";s:1:\"0\";s:29:\"moneybookers_moneybookers_ebt\";s:1:\"0\";s:29:\"moneybookers_moneybookers_so2\";s:1:\"0\";s:29:\"moneybookers_moneybookers_idl\";s:1:\"0\";s:29:\"moneybookers_moneybookers_npy\";s:1:\"0\";s:29:\"moneybookers_moneybookers_pli\";s:1:\"0\";s:29:\"moneybookers_moneybookers_pwy\";s:1:\"0\";s:29:\"moneybookers_moneybookers_wlt\";s:1:\"0\";s:29:\"moneybookers_moneybookers_obt\";s:1:\"0\";s:14:\"engage_options\";s:1:\"1\";s:18:\"engage_accountdata\";s:1:\"1\";s:11:\"engage_info\";s:1:\"1\";s:18:\"enhancedgrid_about\";s:1:\"1\";s:20:\"enhancedgrid_columns\";s:1:\"1\";s:19:\"enhancedgrid_images\";s:1:\"1\";s:21:\"enhancedgrid_defaults\";s:1:\"1\";s:19:\"ig_lightbox_general\";s:1:\"1\";s:19:\"ig_lightbox_effects\";s:1:\"1\";s:19:\"ig_lightbox_display\";s:1:\"1\";s:31:\"advanced_modules_disable_output\";s:1:\"1\";s:11:\"system_cron\";s:1:\"0\";s:11:\"system_smtp\";s:1:\"0\";s:15:\"system_currency\";s:1:\"0\";s:10:\"system_log\";s:1:\"0\";s:24:\"system_adminnotification\";s:1:\"0\";s:26:\"system_external_page_cache\";s:1:\"0\";s:34:\"system_media_storage_configuration\";s:1:\"0\";s:14:\"system_smtppro\";s:1:\"1\";s:21:\"system_googlesettings\";s:1:\"1\";s:19:\"system_smtpsettings\";s:1:\"1\";s:18:\"system_sessettings\";s:1:\"0\";s:11:\"cms_wysiwyg\";s:1:\"1\";s:17:\"sales_email_order\";s:1:\"1\";s:25:\"sales_email_order_comment\";s:1:\"0\";s:19:\"sales_email_invoice\";s:1:\"1\";s:27:\"sales_email_invoice_comment\";s:1:\"0\";s:20:\"sales_email_shipment\";s:1:\"0\";s:28:\"sales_email_shipment_comment\";s:1:\"0\";s:22:\"sales_email_creditmemo\";s:1:\"0\";s:30:\"sales_email_creditmemo_comment\";s:1:\"0\";s:17:\"customer_facebook\";s:1:\"1\";}}'),
('6', 'Grace', 'Abela', 'grace@avantech.com.mt', 'grace', '84f3b2ef0479e0cfc6734bb6e16001af:MO', '2011-07-22 13:01:01', '2011-07-22 13:01:01', NULL, '0', '0', '1', 'a:1:{s:11:\"configState\";a:192:{s:14:\"design_package\";s:1:\"1\";s:12:\"design_theme\";s:1:\"1\";s:11:\"design_head\";s:1:\"1\";s:13:\"design_header\";s:1:\"1\";s:13:\"design_footer\";s:1:\"1\";s:16:\"design_watermark\";s:1:\"1\";s:17:\"design_pagination\";s:1:\"1\";s:16:\"catalog_frontend\";s:1:\"1\";s:15:\"catalog_sitemap\";s:1:\"1\";s:14:\"catalog_review\";s:1:\"1\";s:20:\"catalog_productalert\";s:1:\"1\";s:25:\"catalog_productalert_cron\";s:1:\"1\";s:19:\"catalog_placeholder\";s:1:\"1\";s:25:\"catalog_recently_products\";s:1:\"1\";s:13:\"catalog_price\";s:1:\"1\";s:26:\"catalog_layered_navigation\";s:1:\"1\";s:18:\"catalog_navigation\";s:1:\"1\";s:11:\"catalog_seo\";s:1:\"1\";s:14:\"catalog_search\";s:1:\"1\";s:20:\"catalog_downloadable\";s:1:\"1\";s:22:\"catalog_custom_options\";s:1:\"1\";s:24:\"featuredproducts_general\";s:1:\"1\";s:22:\"customer_account_share\";s:1:\"1\";s:25:\"customer_online_customers\";s:1:\"1\";s:23:\"customer_create_account\";s:1:\"1\";s:17:\"customer_password\";s:1:\"1\";s:16:\"customer_address\";s:1:\"1\";s:16:\"customer_startup\";s:1:\"1\";s:26:\"customer_address_templates\";s:1:\"1\";s:7:\"web_url\";s:1:\"1\";s:7:\"web_seo\";s:1:\"1\";s:12:\"web_unsecure\";s:1:\"1\";s:10:\"web_secure\";s:1:\"1\";s:11:\"web_default\";s:1:\"1\";s:9:\"web_polls\";s:1:\"1\";s:10:\"web_cookie\";s:1:\"1\";s:11:\"web_session\";s:1:\"1\";s:24:\"web_browser_capabilities\";s:1:\"1\";s:12:\"dev_restrict\";s:1:\"1\";s:9:\"dev_debug\";s:1:\"1\";s:12:\"dev_template\";s:1:\"1\";s:20:\"dev_translate_inline\";s:1:\"1\";s:7:\"dev_log\";s:1:\"1\";s:6:\"dev_js\";s:1:\"1\";s:7:\"dev_css\";s:1:\"1\";s:17:\"easy_tabs_general\";s:1:\"1\";s:16:\"easy_tabs_custom\";s:1:\"0\";s:19:\"easy_tabs_customcms\";s:1:\"0\";s:21:\"moo_cloudzoom_general\";s:1:\"1\";s:23:\"moo_cloudzoom_zoomImage\";s:1:\"1\";s:18:\"moo_cloudzoom_lens\";s:1:\"1\";s:27:\"moo_cloudzoom_originalImage\";s:1:\"1\";s:23:\"j2tajaxcheckout_default\";s:1:\"1\";s:23:\"socialbookmarking_bitly\";s:1:\"1\";s:12:\"admin_emails\";s:1:\"1\";s:13:\"admin_startup\";s:1:\"1\";s:9:\"admin_url\";s:1:\"1\";s:14:\"admin_security\";s:1:\"1\";s:15:\"admin_dashboard\";s:1:\"1\";s:16:\"currency_options\";s:1:\"1\";s:20:\"currency_webservicex\";s:1:\"1\";s:15:\"currency_import\";s:1:\"1\";s:15:\"general_country\";s:1:\"1\";s:14:\"general_locale\";s:1:\"1\";s:25:\"general_store_information\";s:1:\"1\";s:17:\"contacts_contacts\";s:1:\"1\";s:14:\"contacts_email\";s:1:\"1\";s:25:\"trans_email_ident_general\";s:1:\"1\";s:23:\"trans_email_ident_sales\";s:1:\"1\";s:25:\"trans_email_ident_support\";s:1:\"1\";s:25:\"trans_email_ident_custom1\";s:1:\"1\";s:25:\"trans_email_ident_custom2\";s:1:\"1\";s:24:\"cataloginventory_options\";s:1:\"1\";s:29:\"cataloginventory_item_options\";s:1:\"1\";s:16:\"sitemap_category\";s:1:\"1\";s:15:\"sitemap_product\";s:1:\"1\";s:12:\"sitemap_page\";s:1:\"1\";s:16:\"sitemap_generate\";s:1:\"1\";s:10:\"rss_config\";s:1:\"1\";s:12:\"rss_wishlist\";s:1:\"1\";s:11:\"rss_catalog\";s:1:\"1\";s:9:\"rss_order\";s:1:\"1\";s:16:\"sendfriend_email\";s:1:\"1\";s:23:\"newsletter_subscription\";s:1:\"1\";s:17:\"sales_totals_sort\";s:1:\"1\";s:13:\"sales_reorder\";s:1:\"1\";s:14:\"sales_identity\";s:1:\"1\";s:19:\"sales_minimum_order\";s:1:\"1\";s:15:\"sales_dashboard\";s:1:\"1\";s:18:\"sales_gift_options\";s:1:\"1\";s:16:\"checkout_options\";s:1:\"1\";s:13:\"checkout_cart\";s:1:\"0\";s:18:\"checkout_cart_link\";s:1:\"1\";s:16:\"checkout_sidebar\";s:1:\"1\";s:23:\"checkout_payment_failed\";s:1:\"1\";s:15:\"shipping_origin\";s:1:\"1\";s:15:\"shipping_option\";s:1:\"1\";s:17:\"carriers_flatrate\";s:1:\"1\";s:18:\"carriers_tablerate\";s:1:\"0\";s:21:\"carriers_freeshipping\";s:1:\"0\";s:12:\"carriers_ups\";s:1:\"0\";s:13:\"carriers_usps\";s:1:\"0\";s:14:\"carriers_fedex\";s:1:\"0\";s:12:\"carriers_dhl\";s:1:\"0\";s:22:\"payment_cashondelivery\";s:1:\"1\";s:14:\"payment_ccsave\";s:1:\"1\";s:12:\"payment_free\";s:1:\"1\";s:15:\"payment_checkmo\";s:1:\"1\";s:21:\"payment_purchaseorder\";s:1:\"1\";s:20:\"payment_authorizenet\";s:1:\"1\";s:31:\"payment_authorizenet_directpost\";s:1:\"0\";s:14:\"paypal_account\";s:1:\"1\";s:10:\"paypal_api\";s:1:\"0\";s:14:\"paypal_express\";s:1:\"0\";s:10:\"paypal_wps\";s:1:\"0\";s:10:\"paypal_wpp\";s:1:\"0\";s:31:\"paypal_paypal_billing_agreement\";s:1:\"0\";s:13:\"paypal_wpp_pe\";s:1:\"0\";s:15:\"paypal_verisign\";s:1:\"0\";s:17:\"paypal_express_pe\";s:1:\"0\";s:25:\"paypal_settlement_reports\";s:1:\"0\";s:12:\"paypal_style\";s:1:\"1\";s:19:\"paypal_payflow_link\";s:1:\"0\";s:17:\"paypal_hosted_pro\";s:1:\"0\";s:11:\"tax_classes\";s:1:\"1\";s:15:\"tax_calculation\";s:1:\"1\";s:12:\"tax_defaults\";s:1:\"1\";s:11:\"tax_display\";s:1:\"1\";s:16:\"tax_cart_display\";s:1:\"1\";s:17:\"tax_sales_display\";s:1:\"1\";s:8:\"tax_weee\";s:1:\"1\";s:16:\"google_analytics\";s:1:\"1\";s:20:\"google_analyticsplus\";s:1:\"1\";s:16:\"google_optimizer\";s:1:\"1\";s:15:\"google_checkout\";s:1:\"1\";s:17:\"google_googlebase\";s:1:\"0\";s:33:\"google_checkout_shipping_merchant\";s:1:\"0\";s:32:\"google_checkout_shipping_carrier\";s:1:\"0\";s:33:\"google_checkout_shipping_flatrate\";s:1:\"0\";s:32:\"google_checkout_shipping_virtual\";s:1:\"0\";s:21:\"moneybookers_settings\";s:1:\"1\";s:29:\"moneybookers_moneybookers_acc\";s:1:\"1\";s:29:\"moneybookers_moneybookers_did\";s:1:\"0\";s:29:\"moneybookers_moneybookers_gir\";s:1:\"0\";s:29:\"moneybookers_moneybookers_sft\";s:1:\"0\";s:29:\"moneybookers_moneybookers_lsr\";s:1:\"0\";s:29:\"moneybookers_moneybookers_mae\";s:1:\"0\";s:29:\"moneybookers_moneybookers_gcb\";s:1:\"0\";s:29:\"moneybookers_moneybookers_dnk\";s:1:\"0\";s:29:\"moneybookers_moneybookers_psp\";s:1:\"0\";s:29:\"moneybookers_moneybookers_csi\";s:1:\"0\";s:29:\"moneybookers_moneybookers_ent\";s:1:\"0\";s:29:\"moneybookers_moneybookers_ebt\";s:1:\"0\";s:29:\"moneybookers_moneybookers_so2\";s:1:\"0\";s:29:\"moneybookers_moneybookers_idl\";s:1:\"0\";s:29:\"moneybookers_moneybookers_npy\";s:1:\"0\";s:29:\"moneybookers_moneybookers_pli\";s:1:\"0\";s:29:\"moneybookers_moneybookers_pwy\";s:1:\"0\";s:29:\"moneybookers_moneybookers_wlt\";s:1:\"0\";s:29:\"moneybookers_moneybookers_obt\";s:1:\"0\";s:14:\"engage_options\";s:1:\"1\";s:18:\"engage_accountdata\";s:1:\"1\";s:11:\"engage_info\";s:1:\"1\";s:18:\"enhancedgrid_about\";s:1:\"1\";s:20:\"enhancedgrid_columns\";s:1:\"1\";s:19:\"enhancedgrid_images\";s:1:\"1\";s:21:\"enhancedgrid_defaults\";s:1:\"1\";s:19:\"ig_lightbox_general\";s:1:\"1\";s:19:\"ig_lightbox_effects\";s:1:\"1\";s:19:\"ig_lightbox_display\";s:1:\"1\";s:31:\"advanced_modules_disable_output\";s:1:\"1\";s:11:\"system_cron\";s:1:\"0\";s:11:\"system_smtp\";s:1:\"0\";s:15:\"system_currency\";s:1:\"0\";s:10:\"system_log\";s:1:\"0\";s:24:\"system_adminnotification\";s:1:\"0\";s:26:\"system_external_page_cache\";s:1:\"0\";s:34:\"system_media_storage_configuration\";s:1:\"0\";s:14:\"system_smtppro\";s:1:\"1\";s:21:\"system_googlesettings\";s:1:\"1\";s:19:\"system_smtpsettings\";s:1:\"1\";s:18:\"system_sessettings\";s:1:\"0\";s:11:\"cms_wysiwyg\";s:1:\"1\";s:17:\"sales_email_order\";s:1:\"1\";s:25:\"sales_email_order_comment\";s:1:\"0\";s:19:\"sales_email_invoice\";s:1:\"1\";s:27:\"sales_email_invoice_comment\";s:1:\"0\";s:20:\"sales_email_shipment\";s:1:\"0\";s:28:\"sales_email_shipment_comment\";s:1:\"0\";s:22:\"sales_email_creditmemo\";s:1:\"0\";s:30:\"sales_email_creditmemo_comment\";s:1:\"0\";s:17:\"customer_facebook\";s:1:\"1\";}}'),
('7', 'Godwin', 'Borg', 'godwinb@gmail.com', 'godwin', 'ed8eed5553e02eadc273b2767ff7a610:Yp', '2011-07-25 14:08:35', '2011-07-28 13:56:30', '2011-09-07 08:35:16', '89', '0', '1', 'a:1:{s:11:\"configState\";a:192:{s:14:\"design_package\";s:1:\"1\";s:12:\"design_theme\";s:1:\"1\";s:11:\"design_head\";s:1:\"1\";s:13:\"design_header\";s:1:\"1\";s:13:\"design_footer\";s:1:\"1\";s:16:\"design_watermark\";s:1:\"1\";s:17:\"design_pagination\";s:1:\"1\";s:16:\"catalog_frontend\";s:1:\"1\";s:15:\"catalog_sitemap\";s:1:\"1\";s:14:\"catalog_review\";s:1:\"1\";s:20:\"catalog_productalert\";s:1:\"1\";s:25:\"catalog_productalert_cron\";s:1:\"1\";s:19:\"catalog_placeholder\";s:1:\"1\";s:25:\"catalog_recently_products\";s:1:\"1\";s:13:\"catalog_price\";s:1:\"1\";s:26:\"catalog_layered_navigation\";s:1:\"1\";s:18:\"catalog_navigation\";s:1:\"1\";s:11:\"catalog_seo\";s:1:\"1\";s:14:\"catalog_search\";s:1:\"1\";s:20:\"catalog_downloadable\";s:1:\"1\";s:22:\"catalog_custom_options\";s:1:\"1\";s:24:\"featuredproducts_general\";s:1:\"1\";s:22:\"customer_account_share\";s:1:\"1\";s:25:\"customer_online_customers\";s:1:\"1\";s:23:\"customer_create_account\";s:1:\"1\";s:17:\"customer_password\";s:1:\"1\";s:16:\"customer_address\";s:1:\"1\";s:16:\"customer_startup\";s:1:\"1\";s:26:\"customer_address_templates\";s:1:\"1\";s:7:\"web_url\";s:1:\"1\";s:7:\"web_seo\";s:1:\"1\";s:12:\"web_unsecure\";s:1:\"1\";s:10:\"web_secure\";s:1:\"1\";s:11:\"web_default\";s:1:\"1\";s:9:\"web_polls\";s:1:\"1\";s:10:\"web_cookie\";s:1:\"1\";s:11:\"web_session\";s:1:\"1\";s:24:\"web_browser_capabilities\";s:1:\"1\";s:12:\"dev_restrict\";s:1:\"1\";s:9:\"dev_debug\";s:1:\"1\";s:12:\"dev_template\";s:1:\"1\";s:20:\"dev_translate_inline\";s:1:\"1\";s:7:\"dev_log\";s:1:\"1\";s:6:\"dev_js\";s:1:\"1\";s:7:\"dev_css\";s:1:\"1\";s:17:\"easy_tabs_general\";s:1:\"1\";s:16:\"easy_tabs_custom\";s:1:\"0\";s:19:\"easy_tabs_customcms\";s:1:\"0\";s:21:\"moo_cloudzoom_general\";s:1:\"1\";s:23:\"moo_cloudzoom_zoomImage\";s:1:\"1\";s:18:\"moo_cloudzoom_lens\";s:1:\"1\";s:27:\"moo_cloudzoom_originalImage\";s:1:\"1\";s:23:\"j2tajaxcheckout_default\";s:1:\"1\";s:23:\"socialbookmarking_bitly\";s:1:\"1\";s:12:\"admin_emails\";s:1:\"1\";s:13:\"admin_startup\";s:1:\"1\";s:9:\"admin_url\";s:1:\"1\";s:14:\"admin_security\";s:1:\"1\";s:15:\"admin_dashboard\";s:1:\"1\";s:16:\"currency_options\";s:1:\"1\";s:20:\"currency_webservicex\";s:1:\"1\";s:15:\"currency_import\";s:1:\"1\";s:15:\"general_country\";s:1:\"1\";s:14:\"general_locale\";s:1:\"1\";s:25:\"general_store_information\";s:1:\"1\";s:17:\"contacts_contacts\";s:1:\"1\";s:14:\"contacts_email\";s:1:\"1\";s:25:\"trans_email_ident_general\";s:1:\"1\";s:23:\"trans_email_ident_sales\";s:1:\"1\";s:25:\"trans_email_ident_support\";s:1:\"1\";s:25:\"trans_email_ident_custom1\";s:1:\"1\";s:25:\"trans_email_ident_custom2\";s:1:\"1\";s:24:\"cataloginventory_options\";s:1:\"1\";s:29:\"cataloginventory_item_options\";s:1:\"1\";s:16:\"sitemap_category\";s:1:\"1\";s:15:\"sitemap_product\";s:1:\"1\";s:12:\"sitemap_page\";s:1:\"1\";s:16:\"sitemap_generate\";s:1:\"1\";s:10:\"rss_config\";s:1:\"1\";s:12:\"rss_wishlist\";s:1:\"1\";s:11:\"rss_catalog\";s:1:\"1\";s:9:\"rss_order\";s:1:\"1\";s:16:\"sendfriend_email\";s:1:\"1\";s:23:\"newsletter_subscription\";s:1:\"1\";s:17:\"sales_totals_sort\";s:1:\"1\";s:13:\"sales_reorder\";s:1:\"1\";s:14:\"sales_identity\";s:1:\"1\";s:19:\"sales_minimum_order\";s:1:\"1\";s:15:\"sales_dashboard\";s:1:\"1\";s:18:\"sales_gift_options\";s:1:\"1\";s:16:\"checkout_options\";s:1:\"1\";s:13:\"checkout_cart\";s:1:\"0\";s:18:\"checkout_cart_link\";s:1:\"1\";s:16:\"checkout_sidebar\";s:1:\"1\";s:23:\"checkout_payment_failed\";s:1:\"1\";s:15:\"shipping_origin\";s:1:\"1\";s:15:\"shipping_option\";s:1:\"1\";s:17:\"carriers_flatrate\";s:1:\"1\";s:18:\"carriers_tablerate\";s:1:\"0\";s:21:\"carriers_freeshipping\";s:1:\"0\";s:12:\"carriers_ups\";s:1:\"0\";s:13:\"carriers_usps\";s:1:\"0\";s:14:\"carriers_fedex\";s:1:\"0\";s:12:\"carriers_dhl\";s:1:\"0\";s:22:\"payment_cashondelivery\";s:1:\"1\";s:14:\"payment_ccsave\";s:1:\"1\";s:12:\"payment_free\";s:1:\"1\";s:15:\"payment_checkmo\";s:1:\"1\";s:21:\"payment_purchaseorder\";s:1:\"1\";s:20:\"payment_authorizenet\";s:1:\"1\";s:31:\"payment_authorizenet_directpost\";s:1:\"0\";s:14:\"paypal_account\";s:1:\"1\";s:10:\"paypal_api\";s:1:\"0\";s:14:\"paypal_express\";s:1:\"0\";s:10:\"paypal_wps\";s:1:\"0\";s:10:\"paypal_wpp\";s:1:\"0\";s:31:\"paypal_paypal_billing_agreement\";s:1:\"0\";s:13:\"paypal_wpp_pe\";s:1:\"0\";s:15:\"paypal_verisign\";s:1:\"0\";s:17:\"paypal_express_pe\";s:1:\"0\";s:25:\"paypal_settlement_reports\";s:1:\"0\";s:12:\"paypal_style\";s:1:\"1\";s:19:\"paypal_payflow_link\";s:1:\"0\";s:17:\"paypal_hosted_pro\";s:1:\"0\";s:11:\"tax_classes\";s:1:\"1\";s:15:\"tax_calculation\";s:1:\"1\";s:12:\"tax_defaults\";s:1:\"1\";s:11:\"tax_display\";s:1:\"1\";s:16:\"tax_cart_display\";s:1:\"1\";s:17:\"tax_sales_display\";s:1:\"1\";s:8:\"tax_weee\";s:1:\"1\";s:16:\"google_analytics\";s:1:\"1\";s:20:\"google_analyticsplus\";s:1:\"1\";s:16:\"google_optimizer\";s:1:\"1\";s:15:\"google_checkout\";s:1:\"1\";s:17:\"google_googlebase\";s:1:\"0\";s:33:\"google_checkout_shipping_merchant\";s:1:\"0\";s:32:\"google_checkout_shipping_carrier\";s:1:\"0\";s:33:\"google_checkout_shipping_flatrate\";s:1:\"0\";s:32:\"google_checkout_shipping_virtual\";s:1:\"0\";s:21:\"moneybookers_settings\";s:1:\"1\";s:29:\"moneybookers_moneybookers_acc\";s:1:\"1\";s:29:\"moneybookers_moneybookers_did\";s:1:\"0\";s:29:\"moneybookers_moneybookers_gir\";s:1:\"0\";s:29:\"moneybookers_moneybookers_sft\";s:1:\"0\";s:29:\"moneybookers_moneybookers_lsr\";s:1:\"0\";s:29:\"moneybookers_moneybookers_mae\";s:1:\"0\";s:29:\"moneybookers_moneybookers_gcb\";s:1:\"0\";s:29:\"moneybookers_moneybookers_dnk\";s:1:\"0\";s:29:\"moneybookers_moneybookers_psp\";s:1:\"0\";s:29:\"moneybookers_moneybookers_csi\";s:1:\"0\";s:29:\"moneybookers_moneybookers_ent\";s:1:\"0\";s:29:\"moneybookers_moneybookers_ebt\";s:1:\"0\";s:29:\"moneybookers_moneybookers_so2\";s:1:\"0\";s:29:\"moneybookers_moneybookers_idl\";s:1:\"0\";s:29:\"moneybookers_moneybookers_npy\";s:1:\"0\";s:29:\"moneybookers_moneybookers_pli\";s:1:\"0\";s:29:\"moneybookers_moneybookers_pwy\";s:1:\"0\";s:29:\"moneybookers_moneybookers_wlt\";s:1:\"0\";s:29:\"moneybookers_moneybookers_obt\";s:1:\"0\";s:14:\"engage_options\";s:1:\"1\";s:18:\"engage_accountdata\";s:1:\"1\";s:11:\"engage_info\";s:1:\"1\";s:18:\"enhancedgrid_about\";s:1:\"1\";s:20:\"enhancedgrid_columns\";s:1:\"1\";s:19:\"enhancedgrid_images\";s:1:\"1\";s:21:\"enhancedgrid_defaults\";s:1:\"1\";s:19:\"ig_lightbox_general\";s:1:\"1\";s:19:\"ig_lightbox_effects\";s:1:\"1\";s:19:\"ig_lightbox_display\";s:1:\"1\";s:31:\"advanced_modules_disable_output\";s:1:\"1\";s:11:\"system_cron\";s:1:\"0\";s:11:\"system_smtp\";s:1:\"0\";s:15:\"system_currency\";s:1:\"0\";s:10:\"system_log\";s:1:\"0\";s:24:\"system_adminnotification\";s:1:\"0\";s:26:\"system_external_page_cache\";s:1:\"0\";s:34:\"system_media_storage_configuration\";s:1:\"0\";s:14:\"system_smtppro\";s:1:\"1\";s:21:\"system_googlesettings\";s:1:\"1\";s:19:\"system_smtpsettings\";s:1:\"1\";s:18:\"system_sessettings\";s:1:\"0\";s:11:\"cms_wysiwyg\";s:1:\"1\";s:17:\"sales_email_order\";s:1:\"1\";s:25:\"sales_email_order_comment\";s:1:\"0\";s:19:\"sales_email_invoice\";s:1:\"1\";s:27:\"sales_email_invoice_comment\";s:1:\"0\";s:20:\"sales_email_shipment\";s:1:\"0\";s:28:\"sales_email_shipment_comment\";s:1:\"0\";s:22:\"sales_email_creditmemo\";s:1:\"0\";s:30:\"sales_email_creditmemo_comment\";s:1:\"0\";s:17:\"customer_facebook\";s:1:\"1\";}}');

-- --------------------------------------------------------

-- 
-- Table structure for table `adminnotification_inbox`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `adminnotification_inbox` (
  `notification_id` int(10) unsigned NOT NULL auto_increment,
  `severity` tinyint(3) unsigned NOT NULL default '0',
  `date_added` datetime NOT NULL,
  `title` varchar(255) NOT NULL,
  `description` text,
  `url` varchar(255) NOT NULL,
  `is_read` tinyint(1) unsigned NOT NULL default '0',
  `is_remove` tinyint(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`notification_id`),
  KEY `IDX_SEVERITY` (`severity`),
  KEY `IDX_IS_READ` (`is_read`),
  KEY `IDX_IS_REMOVE` (`is_remove`)
) ENGINE=InnoDB AUTO_INCREMENT=62 DEFAULT CHARSET=utf8 AUTO_INCREMENT=62 ;

-- 
-- Dumping data for table `adminnotification_inbox`
-- 

INSERT INTO `adminnotification_inbox` VALUES ('1', '4', '2008-07-25 01:24:40', 'Magento 1.1 Production Version Now Available', 'We are thrilled to announce the availability of the production release of Magento 1.1. Read more about the release in the Magento Blog.', 'http://www.magentocommerce.com/blog/comments/magento-11-is-here-1/', '1', '0'),
('2', '4', '2008-08-02 01:30:16', 'Updated iPhone Theme is now available', 'Updated iPhone theme for Magento 1.1 is now available on Magento Connect and for upgrade through your Magento Connect Manager.', 'http://www.magentocommerce.com/blog/comments/updated-iphone-theme-for-magento-11-is-now-available/', '1', '0'),
('3', '3', '2008-08-02 01:40:27', 'Magento version 1.1.2 is now available', 'Magento version 1.1.2 is now available for download and upgrade.', 'http://www.magentocommerce.com/blog/comments/magento-version-112-is-now-available/', '1', '0'),
('4', '3', '2008-08-13 17:51:46', 'Magento version 1.1.3 is now available', 'Magento version 1.1.3 is now available', 'http://www.magentocommerce.com/blog/comments/magento-version-113-is-now-available/', '1', '0'),
('5', '1', '2008-09-02 21:10:31', 'Magento Version 1.1.4 Security Update Now Available', 'Magento 1.1.4 Security Update Now Available. If you are using Magento version 1.1.x, we highly recommend upgrading to this version as soon as possible.', 'http://www.magentocommerce.com/blog/comments/magento-version-114-security-update/', '1', '0'),
('6', '3', '2008-09-15 22:09:54', 'Magento version 1.1.5 Now Available', 'Magento version 1.1.5 Now Available.\n\nThis release includes many bug fixes, a new category manager and a new skin for the default Magento theme.', 'http://www.magentocommerce.com/blog/comments/magento-version-115-now-available/', '1', '0'),
('7', '3', '2008-09-17 20:18:35', 'Magento version 1.1.6 Now Available', 'Magento version 1.1.6 Now Available.\n\nThis version includes bug fixes for Magento 1.1.x that are listed in the release notes section.', 'http://www.magentocommerce.com/blog/comments/magento-version-116-now-available/', '1', '0'),
('8', '4', '2008-11-07 23:46:42', 'Reminder: Change Magento`s default phone numbers and callouts before site launch', 'Before launching your Magento store, please remember to change Magento`s default phone numbers that appear in email templates, callouts, templates, etc.', '', '1', '0'),
('9', '3', '2008-11-20 01:31:12', 'Magento version 1.1.7 Now Available', 'Magento version 1.1.7 Now Available.\n\nThis version includes over 350 issue resolutions for Magento 1.1.x that are listed in the release notes section, and new functionality that includes:\n\n-Google Website Optimizer integration\n-Google Base integration\n-Scheduled DB logs cleaning option', 'http://www.magentocommerce.com/blog/comments/magento-version-117-now-available/', '1', '0'),
('10', '3', '2008-11-26 21:24:50', 'Magento Version 1.1.8 Now Available', 'Magento version 1.1.8 now available.\n\nThis version includes some issue resolutions for Magento 1.1.x that are listed in the release notes section.', 'http://www.magentocommerce.com/blog/comments/magento-version-118-now-available/', '1', '0'),
('11', '3', '2008-12-30 07:45:59', 'Magento version 1.2.0 is now available for download and upgrade', 'We are extremely happy to announce the availability of Magento version 1.2.0 for download and upgrade.\n\nThis version includes numerous issue resolutions for Magento version 1.1.x and some highly requested new features such as:\n\n    * Support for Downloadable/Digital Products. \n    * Added Layered Navigation to site search result page.\n    * Improved site search to utilize MySQL fulltext search\n    * Added support for fixed-taxes on product level.\n    * Upgraded Zend Framework to the latest stable version 1.7.2', 'http://www.magentocommerce.com/blog/comments/magento-version-120-is-now-available/', '1', '0'),
('12', '2', '2008-12-30 21:59:22', 'Magento version 1.2.0.1 now available', 'Magento version 1.2.0.1 now available.This version includes some issue resolutions for Magento 1.2.x that are listed in the release notes section.', 'http://www.magentocommerce.com/blog/comments/magento-version-1201-available/', '1', '0'),
('13', '2', '2009-01-12 20:41:49', 'Magento version 1.2.0.2 now available', 'Magento version 1.2.0.2 is now available for download and upgrade. This version includes an issue resolutions for Magento version 1.2.0.x as listed in the release notes.', 'http://www.magentocommerce.com/blog/comments/magento-version-1202-now-available/', '1', '0'),
('14', '3', '2009-01-24 00:25:56', 'Magento version 1.2.0.3 now available', 'Magento version 1.2.0.3 is now available for download and upgrade. This version includes issue resolutions for Magento version 1.2.0.x as listed in the release notes.', 'http://www.magentocommerce.com/blog/comments/magento-version-1203-now-available/', '1', '0'),
('15', '3', '2009-02-02 21:57:00', 'Magento version 1.2.1 is now available for download and upgrade', 'We are happy to announce the availability of Magento version 1.2.1 for download and upgrade.\n\nThis version includes some issue resolutions for Magento version 1.2.x. A full list of items included in this release can be found on the release notes page.', 'http://www.magentocommerce.com/blog/comments/magento-version-121-now-available/', '1', '0'),
('16', '3', '2009-02-24 00:45:47', 'Magento version 1.2.1.1 now available', 'Magento version 1.2.1.1 now available.This version includes some issue resolutions for Magento 1.2.x that are listed in the release notes section.', 'http://www.magentocommerce.com/blog/comments/magento-version-1211-now-available/', '1', '0'),
('17', '3', '2009-02-27 01:39:24', 'CSRF Attack Prevention', 'We have just posted a blog entry about a hypothetical CSRF attack on a Magento admin panel. Please read the post to find out if your Magento installation is at risk at http://www.magentocommerce.com/blog/comments/csrf-vulnerabilities-in-web-application-and-how-to-avoid-them-in-magento/', 'http://www.magentocommerce.com/blog/comments/csrf-vulnerabilities-in-web-application-and-how-to-avoid-them-in-magento/', '1', '0'),
('18', '2', '2009-03-03 23:03:58', 'Magento version 1.2.1.2 now available', 'Magento version 1.2.1.2 is now available for download and upgrade.\nThis version includes some updates to improve admin security as described in the release notes page.', 'http://www.magentocommerce.com/blog/comments/magento-version-1212-now-available/', '1', '0'),
('19', '3', '2009-03-31 02:22:40', 'Magento version 1.3.0 now available', 'Magento version 1.3.0 is now available for download and upgrade. This version includes numerous issue resolutions for Magento version 1.2.x and new features as described on the release notes page.', 'http://www.magentocommerce.com/blog/comments/magento-version-130-is-now-available/', '1', '0'),
('20', '3', '2009-04-18 04:06:02', 'Magento version 1.3.1 now available', 'Magento version 1.3.1 is now available for download and upgrade. This version includes some issue resolutions for Magento version 1.3.x and new features such as Checkout By Amazon and Amazon Flexible Payment. To see a full list of updates please check the release notes page.', 'http://www.magentocommerce.com/blog/comments/magento-version-131-now-available/', '1', '0'),
('21', '3', '2009-05-19 22:31:21', 'Magento version 1.3.1.1 now available', 'Magento version 1.3.1.1 is now available for download and upgrade. This version includes some issue resolutions for Magento version 1.3.x and a security update for Magento installations that run on multiple domains or sub-domains. If you are running Magento with multiple domains or sub-domains we highly recommend upgrading to this version.', 'http://www.magentocommerce.com/blog/comments/magento-version-1311-now-available/', '1', '0'),
('22', '3', '2009-05-29 22:54:06', 'Magento version 1.3.2 now available', 'This version includes some improvements and issue resolutions for version 1.3.x that are listed on the release notes page. also included is a Beta version of the Compile module.', 'http://www.magentocommerce.com/blog/comments/magento-version-132-now-available/', '1', '0'),
('23', '3', '2009-06-01 19:32:52', 'Magento version 1.3.2.1 now available', 'Magento version 1.3.2.1 now available for download and upgrade.\n\nThis release solves an issue for users running Magento with PHP 5.2.0, and changes to index.php to support the new Compiler Module.', 'http://www.magentocommerce.com/blog/comments/magento-version-1321-now-available/', '1', '0'),
('24', '3', '2009-07-02 01:21:44', 'Magento version 1.3.2.2 now available', 'Magento version 1.3.2.2 is now available for download and upgrade.\n\nThis release includes issue resolution for Magento version 1.3.x. To see a full list of changes please visit the release notes page http://www.magentocommerce.com/download/release_notes.', 'http://www.magentocommerce.com/blog/comments/magento-version-1322-now-available/', '1', '0'),
('25', '3', '2009-07-23 06:48:54', 'Magento version 1.3.2.3 now available', 'Magento version 1.3.2.3 is now available for download and upgrade.\n\nThis release includes issue resolution for Magento version 1.3.x. We recommend to upgrade to this version if PayPal payment modules are in use. To see a full list of changes please visit the release notes page http://www.magentocommerce.com/download/release_notes.', 'http://www.magentocommerce.com/blog/comments/magento-version-1323-now-available/', '1', '0'),
('26', '4', '2009-08-28 18:26:28', 'PayPal is updating Payflow Pro and Website Payments Pro (Payflow Edition) UK.', 'If you are using Payflow Pro and/or Website Payments Pro (Payflow Edition) UK.  payment methods, you will need to update the URL‘s in your Magento Administrator Panel in order to process transactions after September 1, 2009. Full details are available here: http://www.magentocommerce.com/wiki/paypal_payflow_changes', 'http://www.magentocommerce.com/wiki/paypal_payflow_changes', '1', '0'),
('27', '2', '2009-09-23 20:16:49', 'Magento Version 1.3.2.4 Security Update', 'Magento Version 1.3.2.4 is now available. This version includes a security updates for Magento 1.3.x that solves possible XSS vulnerability issue on customer registration page and is available through SVN, Download Page and through the Magento Connect Manager.', 'http://www.magentocommerce.com/blog/comments/magento-version-1324-security-update/', '1', '0'),
('28', '4', '2009-09-25 14:57:54', 'Magento Preview Version 1.4.0.0-alpha2 is now available', 'We are happy to announce the availability of Magento Preview Version 1.4.0.0-alpha2 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.', 'http://www.magentocommerce.com/blog/comments/magento-preview-version-1400-alpha2-now-available/', '1', '0'),
('29', '4', '2009-10-07 00:55:40', 'Magento Preview Version 1.4.0.0-alpha3 is now available', 'We are happy to announce the availability of Magento Preview Version 1.4.0.0-alpha3 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.', 'http://www.magentocommerce.com/blog/comments/magento-preview-version-1400-alpha3-now-available/', '1', '0'),
('30', '4', '2009-12-08 23:30:36', 'Magento Preview Version 1.4.0.0-beta1 is now available', 'We are happy to announce the availability of Magento Preview Version 1.4.0.0-beta1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.', 'http://www.magentocommerce.com/blog/comments/magento-preview-version-1400-beta1-now-available/', '1', '0'),
('31', '4', '2009-12-31 09:22:12', 'Magento Preview Version 1.4.0.0-rc1 is now available', 'We are happy to announce the availability of Magento Preview Version 1.4.0.0-rc1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.', 'http://www.magentocommerce.com/blog/comments/magento-preview-version-1400-rc1-now-available/', '1', '0'),
('32', '4', '2010-02-13 03:39:53', 'Magento CE Version 1.4.0.0 Stable is now available', 'We are excited to announce the availability of Magento CE Version 1.4.0.0 Stable for upgrade and download.', 'http://bit.ly/c53rpK', '1', '0'),
('33', '3', '2010-02-20 02:39:36', 'Magento CE Version 1.4.0.1 Stable is now available', 'Magento CE 1.4.0.1 Stable is now available for upgrade and download.', 'http://www.magentocommerce.com/blog/comments/magento-ce-version-1401-stable-now-available/', '1', '0'),
('34', '4', '2010-04-23 20:09:03', 'Magento Version CE 1.3.3.0 Stable - Now Available With Support for 3-D Secure', 'Based on community requests, we are excited to announce the release of Magento CE 1.3.3.0-Stable with support for 3-D Secure. This release is intended for Magento merchants using version 1.3.x, who want to add support for 3-D Secure.', 'http://www.magentocommerce.com/blog/comments/magento-version-ce-1330-stable-now-available-with-support-for-3-d-secure/', '1', '0'),
('35', '4', '2010-05-31 17:20:21', 'Announcing the Launch of Magento Mobile', 'The Magento team is pleased to announce the launch of Magento mobile, a new product that will allow Magento merchants to easily create branded, native mobile storefront applications that are deeply integrated with Magento’s market-leading eCommerce platform. The product includes a new administrative manager, a native iPhone app that is fully customizable, and a service where Magento manages the submission and maintenance process for the iTunes App Store.\n\nLearn more by visiting the Magento mobile product page and sign-up to be the first to launch a native mobile commerce app, fully integrated with Magento.', 'http://www.magentocommerce.com/product/mobile', '1', '0'),
('36', '4', '2010-06-10 20:08:08', 'Magento CE Version 1.4.1.0 Stable is now available', 'We are excited to announce the availability of Magento CE Version 1.4.1.0 Stable for upgrade and download. Some of the highlights of this release include: Enhanced PayPal integration (more info to follow), Change of Database structure of the Sales module to no longer use EAV, and much more.', 'http://www.magentocommerce.com/blog/comments/magento-ce-version-1410-stable-now-available/', '1', '0'),
('37', '4', '2010-07-26 21:37:34', 'Magento CE Version 1.4.1.1 Stable is now available', 'We are excited to announce the availability of Magento CE Version 1.4.1.1 Stable for download and upgrade.', 'http://www.magentocommerce.com/blog/comments/magento-ce-version-1411-stable-now-available/', '1', '0'),
('38', '4', '2010-07-28 05:12:12', 'Magento CE Version 1.4.2.0-beta1 Preview Release Now Available', 'This release gives a preview of the new Magento Connect Manager.', 'http://www.magentocommerce.com/blog/comments/magento-preview-version-1420-beta1-now-available/', '1', '0'),
('39', '4', '2010-07-28 20:15:01', 'Magento CE Version 1.4.1.1 Patch Available', 'As some users experienced issues with upgrading to CE 1.4.1.1 through PEAR channels we provided a patch for it that is available on our blog http://www.magentocommerce.com/blog/comments/magento-ce-version-1411-stable-patch/', 'http://www.magentocommerce.com/blog/comments/magento-ce-version-1411-stable-patch/', '1', '0'),
('40', '4', '2010-11-08 21:52:06', 'Magento CE Version 1.4.2.0-RC1 Preview Release Now Available', 'We are happy to announce the availability of Magento Preview Version 1.4.2.0-RC1 for download.', 'http://www.magentocommerce.com/blog/comments/magento-preview-version-1420-rc1-now-available/', '1', '0'),
('41', '4', '2010-12-02 20:33:00', 'Magento CE Version 1.4.2.0-RC2 Preview Release Now Available', 'We are happy to announce the availability of Magento Preview Version 1.4.2.0-RC2 for download.', 'http://www.magentocommerce.com/blog/comments/magento-preview-version-1420-rc2-now-available/', '1', '0'),
('42', '4', '2010-12-08 22:29:55', 'Magento CE Version 1.4.2.0 Stable is now available', 'We are excited to announce the availability of Magento CE Version 1.4.2.0 Stable for download and upgrade.', 'http://www.magentocommerce.com/blog/comments/magento-ce-version-1420-stable-now-available/', '1', '0'),
('43', '4', '2010-12-17 23:23:55', 'Magento Preview Version CE 1.5.0.0-alpha1 is now available', 'We are happy to announce the availability of Magento Preview Version CE 1.5.0.0-alpha1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.', 'http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1500-alpha1-now-available/', '1', '0'),
('44', '4', '2010-12-29 23:51:08', 'Magento Preview Version CE 1.5.0.0-alpha2 is now available', 'We are happy to announce the availability of Magento Preview Version CE 1.5.0.0-alpha2 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.', 'http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1500-alpha2-now-available/', '1', '0'),
('45', '4', '2011-01-14 00:35:36', 'Magento Preview Version CE 1.5.0.0-beta1 is now available', 'We are happy to announce the availability of Magento Preview Version CE 1.5.0.0-beta1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.', 'http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1500-beta1-now-available/', '1', '0'),
('46', '4', '2011-01-21 21:19:09', 'Magento Preview Version CE 1.5.0.0-beta2 is now available', 'We are happy to announce the availability of Magento Preview Version CE 1.5.0.0-beta2 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.', 'http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1500-beta2-now-available/', '1', '0'),
('47', '4', '2011-01-27 21:27:57', 'Magento Preview Version CE 1.5.0.0-rc1 is now available', 'We are happy to announce the availability of Magento Preview Version CE 1.5.0.0-rc1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.', 'http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1500-rc1-now-available/', '1', '0'),
('48', '4', '2011-02-03 21:56:33', 'Magento Preview Version CE 1.5.0.0-rc2 is now available', 'We are happy to announce the availability of Magento Preview Version CE 1.5.0.0-rc2 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.', 'http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1500-rc2-now-available/', '1', '0'),
('49', '4', '2011-02-08 19:43:23', 'Magento CE Version 1.5.0.0 Stable is now available', 'We are excited to announce the availability of Magento CE Version 1.5.0.0 Stable for download and upgrade.', 'http://www.magentocommerce.com/blog/comments/magento-community-professional-and-enterprise-editions-releases-now-availab/', '1', '0'),
('50', '4', '2011-02-09 23:42:57', 'Magento CE 1.5.0.1 stable Now Available', 'We are excited to announce the availability of Magento CE Version 1.5.0.1 Stable for download and upgrade.', 'http://www.magentocommerce.com/blog/comments/magento-ce-1501-stable-now-available/', '1', '0'),
('51', '4', '2011-03-18 20:15:45', 'Magento CE 1.5.1.0-beta1 Now Available', 'We are happy to announce the availability of Magento Preview Version CE 1.5.1.0-beta1 for download and upgrade.', 'http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1510-beta1-now-available/', '1', '0'),
('52', '4', '2011-03-31 18:43:02', 'Magento CE 1.5.1.0-rc1 Now Available', 'We are happy to announce the availability of Magento Preview Version CE 1.5.1.0-rc1 for download and upgrade.', 'http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1510-rc1-now-available/', '1', '0'),
('53', '4', '2011-04-26 19:21:07', 'Magento CE 1.5.1.0-stable Now Available', 'We are excited to announce the availability of Magento CE Version 1.5.1.0 Stable for download and upgrade.', 'http://www.magentocommerce.com/blog/comments/magento-ce-version-1510-stable-now-available/', '1', '0'),
('54', '4', '2011-05-26 19:33:23', 'Magento Preview Version CE 1.6.0.0-alpha1 is now available', 'We are happy to announce the availability of Magento Preview Version CE 1.6.0.0-alpha1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.', 'http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1600-alpha1-now-available/', '1', '0'),
('55', '4', '2011-06-15 18:12:08', 'Magento Preview Version CE 1.6.0.0-beta1 is now available', 'We are happy to announce the availability of Magento Preview Version CE 1.6.0.0-beta1for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.', 'http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1600-beta1-now-available/', '1', '0'),
('56', '4', '2011-06-30 19:03:58', 'Magento Preview Version CE 1.6.0.0-rc1 is now available', 'We are happy to announce the availability of Magento Preview Version CE 1.6.0.0-rc1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.', 'http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1600-rc1-now-available/', '1', '0'),
('57', '4', '2011-07-11 19:07:39', 'Magento Preview Version CE 1.6.0.0-rc2 is now available', 'We are happy to announce the availability of Magento Preview Version CE 1.6.0.0-rc2 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.', 'http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1600-rc2-now-available/', '1', '0'),
('58', '4', '2011-08-19 17:58:31', 'Magento CE 1.6.0.0-stable Now Available', 'We are excited to announce the availability of Magento CE Version 1.6.0.0 Stable for download and upgrade.', 'http://www.magentocommerce.com/blog/comments/magento-ce-version-1600-stable-now-available/', '0', '0'),
('59', '4', '2010-10-12 04:13:25', 'Magento Mobile is now live!', 'Magento Mobile is now live! Signup today to have your own native iPhone mobile-shopping app in iTunes for the holiday season! Learn more at http://www.magentomobile.com/', 'http://www.magentomobile.com/', '0', '0'),
('60', '4', '2011-01-25 03:10:33', 'Join us for Magento\'s Imagine eCommerce Conference!', 'Magento\'s Imagine eCommerce Conference is a must-attend event for anyone who uses the Magento platform or is part of the Magento ecosystem. The conference will bring together over 500 retailers, merchants, developers, partners, eCommerce experts, technologists and marketing pros for a fun and intensive conversation about the future of eCommerce.\n\nThe conference is in Los Angeles and kicks off early Monday evening February 7th through Wednesday, February 9th, 2011.\n\nRegister at http://www.magento.com/imagine. First 20 registrants use discount code IMAGINE3X76 for $300 off. *This discount is sponsored by PayPal and is only valid for new registrations.\n\nHope to see you there!\n\nMagento Team', 'http://www.magento.com/imagine', '0', '0'),
('61', '4', '2011-09-17 05:31:26', 'Magento Preview Version CE 1.6.1.0-alpha1 is now available', 'We are happy to announce the availability of Magento Preview Version CE 1.6.1.0-alpha1 for download.\nAs this is a preview version it is NOT recommended in any way to be used in a production environment.', 'http://www.magentocommerce.com/blog/comments/magento-preview-version-ce-1610-alpha1-now-available/', '0', '0');

-- --------------------------------------------------------

-- 
-- Table structure for table `api_assert`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `api_assert` (
  `assert_id` int(10) unsigned NOT NULL auto_increment,
  `assert_type` varchar(20) NOT NULL default '',
  `assert_data` text,
  PRIMARY KEY  (`assert_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Api ACL Asserts' AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `api_assert`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `api_role`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `api_role` (
  `role_id` int(10) unsigned NOT NULL auto_increment,
  `parent_id` int(10) unsigned NOT NULL default '0',
  `tree_level` tinyint(3) unsigned NOT NULL default '0',
  `sort_order` tinyint(3) unsigned NOT NULL default '0',
  `role_type` char(1) NOT NULL default '0',
  `user_id` int(11) unsigned NOT NULL default '0',
  `role_name` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`role_id`),
  KEY `parent_id` (`parent_id`,`sort_order`),
  KEY `tree_level` (`tree_level`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Api ACL Roles' AUTO_INCREMENT=4 ;

-- 
-- Dumping data for table `api_role`
-- 

INSERT INTO `api_role` VALUES ('1', '0', '1', '0', 'G', '0', 'Admin'),
('3', '1', '1', '0', 'U', '1', 'scl');

-- --------------------------------------------------------

-- 
-- Table structure for table `api_rule`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `api_rule` (
  `rule_id` int(10) unsigned NOT NULL auto_increment,
  `role_id` int(10) unsigned NOT NULL default '0',
  `resource_id` varchar(255) NOT NULL default '',
  `privileges` varchar(20) NOT NULL default '',
  `assert_id` int(10) unsigned NOT NULL default '0',
  `role_type` char(1) default NULL,
  `permission` varchar(10) default NULL,
  PRIMARY KEY  (`rule_id`),
  KEY `resource` (`resource_id`,`role_id`),
  KEY `role_id` (`role_id`,`resource_id`)
) ENGINE=InnoDB AUTO_INCREMENT=89 DEFAULT CHARSET=utf8 COMMENT='Api ACL Rules' AUTO_INCREMENT=89 ;

-- 
-- Dumping data for table `api_rule`
-- 

INSERT INTO `api_rule` VALUES ('1', '1', 'directory', '', '0', 'G', 'allow'),
('2', '1', 'directory/country', '', '0', 'G', 'allow'),
('3', '1', 'directory/region', '', '0', 'G', 'allow'),
('4', '1', 'customer', '', '0', 'G', 'allow'),
('5', '1', 'customer/create', '', '0', 'G', 'allow'),
('6', '1', 'customer/update', '', '0', 'G', 'allow'),
('7', '1', 'customer/delete', '', '0', 'G', 'allow'),
('8', '1', 'customer/info', '', '0', 'G', 'allow'),
('9', '1', 'customer/address', '', '0', 'G', 'allow'),
('10', '1', 'customer/address/create', '', '0', 'G', 'allow'),
('11', '1', 'customer/address/update', '', '0', 'G', 'allow'),
('12', '1', 'customer/address/delete', '', '0', 'G', 'allow'),
('13', '1', 'customer/address/info', '', '0', 'G', 'allow'),
('14', '1', 'catalog', '', '0', 'G', 'allow'),
('15', '1', 'catalog/category', '', '0', 'G', 'allow'),
('16', '1', 'catalog/category/create', '', '0', 'G', 'allow'),
('17', '1', 'catalog/category/update', '', '0', 'G', 'allow'),
('18', '1', 'catalog/category/move', '', '0', 'G', 'allow'),
('19', '1', 'catalog/category/delete', '', '0', 'G', 'allow'),
('20', '1', 'catalog/category/tree', '', '0', 'G', 'allow'),
('21', '1', 'catalog/category/info', '', '0', 'G', 'allow'),
('22', '1', 'catalog/category/product', '', '0', 'G', 'allow'),
('23', '1', 'catalog/category/product/assign', '', '0', 'G', 'allow'),
('24', '1', 'catalog/category/product/update', '', '0', 'G', 'allow'),
('25', '1', 'catalog/category/product/remove', '', '0', 'G', 'allow'),
('26', '1', 'catalog/product', '', '0', 'G', 'allow'),
('27', '1', 'catalog/product/create', '', '0', 'G', 'allow'),
('28', '1', 'catalog/product/update', '', '0', 'G', 'allow'),
('29', '1', 'catalog/product/delete', '', '0', 'G', 'allow'),
('30', '1', 'catalog/product/update_tier_price', '', '0', 'G', 'allow'),
('31', '1', 'catalog/product/info', '', '0', 'G', 'allow'),
('32', '1', 'catalog/product/attribute', '', '0', 'G', 'allow'),
('33', '1', 'catalog/product/attribute/read', '', '0', 'G', 'allow'),
('34', '1', 'catalog/product/attribute/write', '', '0', 'G', 'allow'),
('35', '1', 'catalog/product/link', '', '0', 'G', 'allow'),
('36', '1', 'catalog/product/link/assign', '', '0', 'G', 'allow'),
('37', '1', 'catalog/product/link/update', '', '0', 'G', 'allow'),
('38', '1', 'catalog/product/link/remove', '', '0', 'G', 'allow'),
('39', '1', 'catalog/product/media', '', '0', 'G', 'allow'),
('40', '1', 'catalog/product/media/create', '', '0', 'G', 'allow'),
('41', '1', 'catalog/product/media/update', '', '0', 'G', 'allow'),
('42', '1', 'catalog/product/media/remove', '', '0', 'G', 'allow'),
('43', '1', 'sales', '', '0', 'G', 'allow'),
('44', '1', 'sales/order', '', '0', 'G', 'allow'),
('45', '1', 'sales/order/change', '', '0', 'G', 'allow'),
('46', '1', 'sales/order/info', '', '0', 'G', 'allow'),
('47', '1', 'sales/order/shipment', '', '0', 'G', 'allow'),
('48', '1', 'sales/order/shipment/create', '', '0', 'G', 'allow'),
('49', '1', 'sales/order/shipment/comment', '', '0', 'G', 'allow'),
('50', '1', 'sales/order/shipment/track', '', '0', 'G', 'allow'),
('51', '1', 'sales/order/shipment/info', '', '0', 'G', 'allow'),
('52', '1', 'sales/order/invoice', '', '0', 'G', 'allow'),
('53', '1', 'sales/order/invoice/create', '', '0', 'G', 'allow'),
('54', '1', 'sales/order/invoice/comment', '', '0', 'G', 'allow'),
('55', '1', 'sales/order/invoice/capture', '', '0', 'G', 'allow'),
('56', '1', 'sales/order/invoice/void', '', '0', 'G', 'allow'),
('57', '1', 'sales/order/invoice/cancel', '', '0', 'G', 'allow'),
('58', '1', 'sales/order/invoice/info', '', '0', 'G', 'allow'),
('59', '1', 'cataloginventory', '', '0', 'G', 'allow'),
('60', '1', 'cataloginventory/update', '', '0', 'G', 'allow'),
('61', '1', 'cataloginventory/info', '', '0', 'G', 'allow'),
('62', '1', 'cart', '', '0', 'G', 'allow'),
('63', '1', 'cart/create', '', '0', 'G', 'allow'),
('64', '1', 'cart/order', '', '0', 'G', 'allow'),
('65', '1', 'cart/info', '', '0', 'G', 'allow'),
('66', '1', 'cart/totals', '', '0', 'G', 'allow'),
('67', '1', 'cart/license', '', '0', 'G', 'allow'),
('68', '1', 'cart/product', '', '0', 'G', 'allow'),
('69', '1', 'cart/product/add', '', '0', 'G', 'allow'),
('70', '1', 'cart/product/update', '', '0', 'G', 'allow'),
('71', '1', 'cart/product/remove', '', '0', 'G', 'allow'),
('72', '1', 'cart/product/list', '', '0', 'G', 'allow'),
('73', '1', 'cart/product/moveToCustomerQuote', '', '0', 'G', 'deny'),
('74', '1', 'cart/customer', '', '0', 'G', 'allow'),
('75', '1', 'cart/customer/set', '', '0', 'G', 'allow'),
('76', '1', 'cart/customer/addresses', '', '0', 'G', 'allow'),
('77', '1', 'cart/shipping', '', '0', 'G', 'allow'),
('78', '1', 'cart/shipping/method', '', '0', 'G', 'allow'),
('79', '1', 'cart/shipping/list', '', '0', 'G', 'allow'),
('80', '1', 'cart/payment', '', '0', 'G', 'allow'),
('81', '1', 'cart/payment/method', '', '0', 'G', 'allow'),
('82', '1', 'cart/payment/list', '', '0', 'G', 'allow'),
('83', '1', 'cart/coupon', '', '0', 'G', 'deny'),
('84', '1', 'cart/coupon/add', '', '0', 'G', 'deny'),
('85', '1', 'cart/coupon/remove', '', '0', 'G', 'deny'),
('86', '1', 'giftmessage', '', '0', 'G', 'allow'),
('87', '1', 'giftmessage/set', '', '0', 'G', 'allow'),
('88', '1', 'all', '', '0', 'G', 'deny');

-- --------------------------------------------------------

-- 
-- Table structure for table `api_session`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `api_session` (
  `user_id` mediumint(9) unsigned NOT NULL,
  `logdate` datetime NOT NULL default '0000-00-00 00:00:00',
  `sessid` varchar(40) NOT NULL default '',
  KEY `API_SESSION_USER` (`user_id`),
  KEY `API_SESSION_SESSID` (`sessid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Api Sessions';

-- 
-- Dumping data for table `api_session`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `api_user`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `api_user` (
  `user_id` mediumint(9) unsigned NOT NULL auto_increment,
  `firstname` varchar(32) NOT NULL default '',
  `lastname` varchar(32) NOT NULL default '',
  `email` varchar(128) NOT NULL default '',
  `username` varchar(40) NOT NULL default '',
  `api_key` varchar(40) NOT NULL default '',
  `created` datetime NOT NULL default '0000-00-00 00:00:00',
  `modified` datetime default NULL,
  `lognum` smallint(5) unsigned NOT NULL default '0',
  `reload_acl_flag` tinyint(1) NOT NULL default '0',
  `is_active` tinyint(1) NOT NULL default '1',
  PRIMARY KEY  (`user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Api Users' AUTO_INCREMENT=2 ;

-- 
-- Dumping data for table `api_user`
-- 

INSERT INTO `api_user` VALUES ('1', 'scl', 'scl', 'andrew.camilleri@avantech.com.mt', 'SCL', '650e94388891f1cb08b2900dbdfc8252:e6', '2011-06-10 07:46:34', '2011-07-04 10:12:06', '7563', '0', '1');

-- --------------------------------------------------------

-- 
-- Table structure for table `ayaline_catalogindex_infogroup`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `ayaline_catalogindex_infogroup` (
  `store_id` smallint(5) unsigned NOT NULL,
  `entity_id` int(10) unsigned NOT NULL,
  `attribute_id` smallint(5) unsigned NOT NULL,
  `value` varchar(250) NOT NULL,
  PRIMARY KEY  (`value`,`store_id`,`entity_id`,`attribute_id`),
  KEY `store_id` (`store_id`),
  KEY `entity_id` (`entity_id`),
  KEY `attribute_id` (`attribute_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `ayaline_catalogindex_infogroup`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `ayaline_eav_attribute_infogroup`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `ayaline_eav_attribute_infogroup` (
  `infogroup_id` int(10) unsigned NOT NULL auto_increment,
  `attribute_id` smallint(5) unsigned NOT NULL,
  `sort_order` smallint(5) unsigned NOT NULL,
  `values_group` varchar(255) default NULL,
  PRIMARY KEY  (`infogroup_id`),
  KEY `attribute_id` (`attribute_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `ayaline_eav_attribute_infogroup`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `ayaline_eav_attribute_infogroup_value`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `ayaline_eav_attribute_infogroup_value` (
  `value_id` int(10) unsigned NOT NULL auto_increment,
  `infogroup_id` int(10) unsigned NOT NULL,
  `store_id` smallint(5) unsigned NOT NULL,
  `value` varchar(255) default NULL,
  PRIMARY KEY  (`value_id`),
  KEY `infogroup_id` (`infogroup_id`),
  KEY `store_id` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `ayaline_eav_attribute_infogroup_value`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `ayaline_eav_attribute_range`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `ayaline_eav_attribute_range` (
  `range_id` int(10) unsigned NOT NULL auto_increment,
  `attribute_id` smallint(5) unsigned NOT NULL,
  `sort_order` smallint(5) unsigned NOT NULL,
  `value_min` decimal(10,2) default '0.00',
  `value_max` decimal(10,2) default NULL,
  PRIMARY KEY  (`range_id`),
  KEY `attribute_id` (`attribute_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `ayaline_eav_attribute_range`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `ayaline_eav_attribute_range_value`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `ayaline_eav_attribute_range_value` (
  `value_id` int(10) unsigned NOT NULL auto_increment,
  `range_id` int(10) unsigned NOT NULL,
  `store_id` smallint(5) unsigned NOT NULL,
  `value` varchar(255) default NULL,
  PRIMARY KEY  (`value_id`),
  KEY `range_id` (`range_id`),
  KEY `store_id` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `ayaline_eav_attribute_range_value`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_category_anc_categs_index_idx`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_category_anc_categs_index_idx` (
  `category_id` int(10) unsigned NOT NULL default '0',
  `path` varchar(255) NOT NULL default '',
  KEY `IDX_CATEGORY` (`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `catalog_category_anc_categs_index_idx`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_category_anc_categs_index_tmp`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_category_anc_categs_index_tmp` (
  `category_id` int(10) unsigned NOT NULL default '0',
  `path` varchar(255) NOT NULL default '',
  KEY `IDX_CATEGORY` (`category_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `catalog_category_anc_categs_index_tmp`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_category_anc_products_index_idx`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_category_anc_products_index_idx` (
  `category_id` int(10) unsigned NOT NULL default '0',
  `product_id` int(10) unsigned NOT NULL default '0',
  `position` int(10) unsigned default NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `catalog_category_anc_products_index_idx`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_category_anc_products_index_tmp`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_category_anc_products_index_tmp` (
  `category_id` int(10) unsigned NOT NULL default '0',
  `product_id` int(10) unsigned NOT NULL default '0'
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `catalog_category_anc_products_index_tmp`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_category_entity`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_category_entity` (
  `entity_id` int(10) unsigned NOT NULL auto_increment,
  `entity_type_id` smallint(8) unsigned NOT NULL default '0',
  `attribute_set_id` smallint(5) unsigned NOT NULL default '0',
  `parent_id` int(10) unsigned NOT NULL default '0',
  `created_at` datetime NOT NULL default '0000-00-00 00:00:00',
  `updated_at` datetime NOT NULL default '0000-00-00 00:00:00',
  `path` varchar(255) NOT NULL,
  `position` int(11) NOT NULL,
  `level` int(11) NOT NULL,
  `children_count` int(11) NOT NULL,
  PRIMARY KEY  (`entity_id`),
  KEY `IDX_LEVEL` (`level`)
) ENGINE=InnoDB AUTO_INCREMENT=178 DEFAULT CHARSET=utf8 COMMENT='Category Entities' AUTO_INCREMENT=178 ;

-- 
-- Dumping data for table `catalog_category_entity`
-- 

INSERT INTO `catalog_category_entity` VALUES ('1', '3', '0', '0', '0000-00-00 00:00:00', '2011-04-19 07:48:30', '1', '0', '0', '97'),
('3', '3', '3', '1', '2011-04-19 12:17:26', '2011-04-19 12:23:51', '1/3', '2', '1', '95'),
('5', '3', '3', '3', '2011-04-19 12:25:22', '2011-07-28 10:26:38', '1/3/5', '2', '2', '49'),
('8', '3', '3', '5', '2011-05-02 08:51:37', '2011-07-28 11:48:24', '1/3/5/8', '1', '3', '31'),
('9', '3', '3', '5', '2011-05-02 08:52:26', '2011-07-28 13:21:34', '1/3/5/9', '2', '3', '16'),
('10', '3', '3', '8', '2011-05-02 08:53:31', '2011-07-28 10:18:15', '1/3/5/8/10', '1', '4', '15'),
('11', '3', '3', '9', '2011-05-02 08:53:52', '2011-07-28 10:19:07', '1/3/5/9/11', '1', '4', '14'),
('12', '3', '3', '8', '2011-05-02 08:54:58', '2011-07-28 13:11:30', '1/3/5/8/12', '2', '4', '10'),
('13', '3', '3', '8', '2011-05-02 08:55:15', '2011-07-28 13:07:54', '1/3/5/8/13', '3', '4', '2'),
('14', '3', '3', '12', '2011-05-02 08:55:55', '2011-05-23 07:49:40', '1/3/5/8/12/14', '1', '5', '8'),
('15', '3', '3', '13', '2011-05-02 08:56:22', '2011-05-23 08:01:13', '1/3/5/8/13/15', '1', '5', '0'),
('16', '3', '3', '3', '2011-05-02 08:58:43', '2011-05-04 08:16:22', '1/3/16', '3', '2', '15'),
('17', '3', '3', '16', '2011-05-02 08:59:33', '2011-08-01 07:37:54', '1/3/16/17', '4', '3', '11'),
('19', '3', '3', '3', '2011-05-02 09:02:45', '2011-05-23 07:39:19', '1/3/19', '10', '2', '2'),
('20', '3', '3', '3', '2011-05-02 09:03:36', '2011-05-23 07:39:36', '1/3/20', '5', '2', '5'),
('21', '3', '3', '3', '2011-05-02 09:04:18', '2011-05-23 08:03:26', '1/3/21', '7', '2', '2'),
('22', '3', '3', '3', '2011-05-02 09:05:28', '2011-08-31 14:35:49', '1/3/22', '6', '2', '6'),
('27', '3', '3', '3', '2011-05-02 09:14:08', '2011-05-04 08:16:41', '1/3/27', '11', '2', '4'),
('32', '3', '3', '3', '2011-05-02 09:28:35', '2011-05-04 08:16:55', '1/3/32', '12', '2', '3'),
('36', '3', '3', '20', '2011-05-03 09:11:55', '2011-05-23 08:02:55', '1/3/20/36', '1', '3', '1'),
('37', '3', '3', '20', '2011-05-03 09:12:53', '2011-05-23 08:03:01', '1/3/20/37', '2', '3', '0'),
('38', '3', '3', '20', '2011-05-03 09:13:18', '2011-05-23 08:03:09', '1/3/20/38', '3', '3', '0'),
('39', '3', '3', '20', '2011-05-03 09:13:41', '2011-05-23 08:03:16', '1/3/20/39', '4', '3', '0'),
('42', '3', '3', '32', '2011-05-03 09:16:45', '2011-05-03 09:16:45', '1/3/32/42', '1', '3', '0'),
('43', '3', '3', '32', '2011-05-03 09:18:01', '2011-07-05 09:58:49', '1/3/32/43', '2', '3', '0'),
('82', '3', '3', '32', '2011-05-05 17:56:51', '2011-07-05 09:56:39', '1/3/32/82', '3', '3', '0'),
('83', '3', '3', '3', '2011-05-16 14:30:02', '2011-05-16 14:30:02', '1/3/83', '13', '2', '0'),
('94', '3', '3', '10', '2011-05-27 06:42:30', '2011-05-27 06:42:30', '1/3/5/8/10/94', '18', '5', '0'),
('95', '3', '3', '10', '2011-05-27 06:43:07', '2011-05-27 06:43:07', '1/3/5/8/10/95', '1', '5', '0'),
('96', '3', '3', '10', '2011-05-27 06:45:26', '2011-05-27 06:46:27', '1/3/5/8/10/96', '2', '5', '0'),
('97', '3', '3', '10', '2011-05-27 06:46:39', '2011-05-27 06:50:18', '1/3/5/8/10/97', '3', '5', '0'),
('98', '3', '3', '10', '2011-05-27 06:47:25', '2011-05-27 07:03:26', '1/3/5/8/10/98', '4', '5', '0'),
('99', '3', '3', '10', '2011-05-27 06:49:11', '2011-05-27 06:49:11', '1/3/5/8/10/99', '5', '5', '0'),
('100', '3', '3', '10', '2011-05-27 06:49:29', '2011-05-27 06:50:11', '1/3/5/8/10/100', '6', '5', '0'),
('105', '3', '3', '10', '2011-05-27 07:02:40', '2011-05-27 07:02:40', '1/3/5/8/10/105', '17', '5', '0'),
('107', '3', '3', '10', '2011-05-27 07:04:43', '2011-05-27 07:04:43', '1/3/5/8/10/107', '11', '5', '0'),
('108', '3', '3', '10', '2011-05-27 07:04:58', '2011-05-27 07:04:58', '1/3/5/8/10/108', '12', '5', '0'),
('109', '3', '3', '10', '2011-05-27 07:05:25', '2011-05-27 07:05:25', '1/3/5/8/10/109', '13', '5', '0'),
('111', '3', '3', '10', '2011-05-27 07:06:04', '2011-05-27 07:06:04', '1/3/5/8/10/111', '14', '5', '0'),
('112', '3', '3', '10', '2011-05-27 07:06:35', '2011-05-27 07:06:35', '1/3/5/8/10/112', '16', '5', '0'),
('113', '3', '3', '11', '2011-05-27 07:07:09', '2011-05-27 07:07:27', '1/3/5/9/11/113', '1', '5', '0'),
('114', '3', '3', '11', '2011-05-27 07:07:21', '2011-05-27 07:07:21', '1/3/5/9/11/114', '2', '5', '0'),
('115', '3', '3', '11', '2011-05-27 07:07:39', '2011-05-27 07:07:39', '1/3/5/9/11/115', '3', '5', '0'),
('116', '3', '3', '11', '2011-05-27 07:07:54', '2011-05-27 07:07:54', '1/3/5/9/11/116', '4', '5', '0'),
('117', '3', '3', '11', '2011-05-27 07:08:20', '2011-05-27 07:08:20', '1/3/5/9/11/117', '5', '5', '0'),
('118', '3', '3', '11', '2011-05-27 07:08:50', '2011-05-27 07:08:50', '1/3/5/9/11/118', '6', '5', '0'),
('119', '3', '3', '11', '2011-05-27 07:09:09', '2011-05-27 07:09:09', '1/3/5/9/11/119', '7', '5', '0'),
('121', '3', '3', '11', '2011-05-27 07:09:49', '2011-05-27 07:09:49', '1/3/5/9/11/121', '8', '5', '0'),
('122', '3', '3', '11', '2011-05-27 07:11:00', '2011-05-27 07:11:07', '1/3/5/9/11/122', '9', '5', '0'),
('123', '3', '3', '11', '2011-05-27 07:11:29', '2011-05-27 07:20:08', '1/3/5/9/11/123', '10', '5', '0'),
('124', '3', '3', '11', '2011-05-27 07:29:03', '2011-05-27 07:29:03', '1/3/5/9/11/124', '11', '5', '0'),
('125', '3', '3', '11', '2011-05-27 07:29:17', '2011-05-27 07:29:17', '1/3/5/9/11/125', '12', '5', '0'),
('126', '3', '3', '11', '2011-05-27 07:29:34', '2011-05-27 07:29:34', '1/3/5/9/11/126', '13', '5', '0'),
('127', '3', '3', '11', '2011-05-27 07:29:57', '2011-05-27 07:29:57', '1/3/5/9/11/127', '14', '5', '0'),
('128', '3', '3', '10', '2011-05-27 07:31:57', '2011-05-27 07:40:33', '1/3/5/8/10/128', '15', '5', '0'),
('129', '3', '3', '14', '2011-05-27 07:50:38', '2011-05-27 07:50:38', '1/3/5/8/12/14/129', '1', '6', '0'),
('130', '3', '3', '14', '2011-05-27 07:50:50', '2011-05-27 07:50:50', '1/3/5/8/12/14/130', '2', '6', '0'),
('131', '3', '3', '14', '2011-05-27 07:51:01', '2011-05-27 07:51:01', '1/3/5/8/12/14/131', '3', '6', '0'),
('132', '3', '3', '14', '2011-05-27 07:51:15', '2011-05-27 07:51:15', '1/3/5/8/12/14/132', '4', '6', '0'),
('133', '3', '3', '14', '2011-05-27 07:51:28', '2011-05-27 07:51:28', '1/3/5/8/12/14/133', '5', '6', '0'),
('134', '3', '3', '14', '2011-05-27 07:52:00', '2011-05-27 07:52:00', '1/3/5/8/12/14/134', '6', '6', '0'),
('135', '3', '3', '14', '2011-05-27 07:52:51', '2011-05-27 07:52:51', '1/3/5/8/12/14/135', '7', '6', '0'),
('136', '3', '3', '17', '2011-05-27 07:53:44', '2011-05-27 07:53:44', '1/3/16/17/136', '1', '4', '0'),
('137', '3', '3', '17', '2011-05-27 07:54:57', '2011-05-27 07:54:57', '1/3/16/17/137', '2', '4', '0'),
('138', '3', '3', '17', '2011-05-27 07:55:49', '2011-05-27 07:55:49', '1/3/16/17/138', '3', '4', '0'),
('139', '3', '3', '17', '2011-05-27 07:56:06', '2011-05-27 07:56:06', '1/3/16/17/139', '4', '4', '0'),
('140', '3', '3', '17', '2011-05-27 08:02:27', '2011-05-27 08:02:27', '1/3/16/17/140', '5', '4', '0'),
('141', '3', '3', '17', '2011-05-27 08:02:44', '2011-05-27 08:02:44', '1/3/16/17/141', '6', '4', '0'),
('142', '3', '3', '17', '2011-05-27 08:03:49', '2011-05-27 08:03:49', '1/3/16/17/142', '7', '4', '0'),
('143', '3', '3', '17', '2011-05-27 08:05:46', '2011-05-27 08:05:46', '1/3/16/17/143', '8', '4', '0'),
('144', '3', '3', '17', '2011-05-27 08:07:33', '2011-05-27 08:07:33', '1/3/16/17/144', '9', '4', '0'),
('145', '3', '3', '17', '2011-05-27 08:08:07', '2011-05-27 08:08:07', '1/3/16/17/145', '10', '4', '0'),
('146', '3', '3', '17', '2011-05-27 08:09:24', '2011-05-27 08:09:24', '1/3/16/17/146', '11', '4', '0'),
('147', '3', '3', '16', '2011-05-27 08:33:51', '2011-05-27 08:33:51', '1/3/16/147', '1', '3', '0'),
('148', '3', '3', '16', '2011-05-27 08:34:02', '2011-05-27 08:34:10', '1/3/16/148', '2', '3', '0'),
('149', '3', '3', '16', '2011-05-27 08:34:36', '2011-05-27 08:34:36', '1/3/16/149', '3', '3', '0'),
('150', '3', '3', '8', '2011-05-27 08:41:17', '2011-07-28 13:10:13', '1/3/5/8/150', '4', '4', '0'),
('151', '3', '3', '9', '2011-05-27 08:41:42', '2011-07-28 10:19:13', '1/3/5/9/151', '2', '4', '0'),
('152', '3', '3', '21', '2011-05-27 08:49:57', '2011-05-27 08:49:57', '1/3/21/152', '1', '3', '0'),
('153', '3', '3', '21', '2011-05-27 08:50:08', '2011-05-27 08:50:08', '1/3/21/153', '2', '3', '0'),
('154', '3', '3', '22', '2011-05-27 10:30:07', '2011-08-01 10:05:05', '1/3/22/154', '1', '3', '2'),
('155', '3', '3', '22', '2011-05-27 10:30:40', '2011-08-01 10:05:10', '1/3/22/155', '2', '3', '2'),
('156', '3', '3', '154', '2011-05-27 10:44:49', '2011-05-27 10:44:49', '1/3/22/154/156', '1', '4', '0'),
('157', '3', '3', '155', '2011-05-27 10:45:02', '2011-05-27 10:45:30', '1/3/22/155/157', '1', '4', '0'),
('158', '3', '3', '154', '2011-05-27 10:45:15', '2011-05-27 10:45:15', '1/3/22/154/158', '2', '4', '0'),
('159', '3', '3', '155', '2011-05-27 10:45:25', '2011-05-27 10:45:25', '1/3/22/155/159', '2', '4', '0'),
('161', '3', '3', '27', '2011-05-27 10:47:02', '2011-05-27 10:47:02', '1/3/27/161', '2', '3', '0'),
('162', '3', '3', '27', '2011-05-27 10:47:16', '2011-05-27 10:47:16', '1/3/27/162', '3', '3', '0'),
('163', '3', '3', '27', '2011-05-27 10:47:42', '2011-05-27 10:47:42', '1/3/27/163', '4', '3', '0'),
('169', '3', '3', '12', '2011-05-27 11:39:50', '2011-07-28 13:09:37', '1/3/5/8/12/169', '2', '5', '0'),
('170', '3', '3', '13', '2011-05-27 11:40:18', '2011-07-28 13:10:02', '1/3/5/8/13/170', '2', '5', '0'),
('171', '3', '3', '19', '2011-05-27 11:41:19', '2011-05-27 11:41:19', '1/3/19/171', '1', '3', '0'),
('172', '3', '3', '19', '2011-05-27 11:41:34', '2011-05-27 11:41:34', '1/3/19/172', '2', '3', '0'),
('173', '3', '3', '10', '2011-05-31 12:45:56', '2011-05-31 12:45:56', '1/3/5/8/10/173', '19', '5', '0'),
('174', '3', '3', '14', '2011-06-01 08:25:20', '2011-06-01 08:25:20', '1/3/5/8/12/14/174', '8', '6', '0'),
('175', '3', '3', '36', '2011-06-22 10:13:42', '2011-06-22 10:13:42', '1/3/20/36/175', '1', '4', '0'),
('176', '3', '3', '27', '2011-08-18 07:16:41', '2011-08-18 07:16:41', '1/3/27/176', '5', '3', '0'),
('177', '3', '3', '1', '2011-09-01 10:17:56', '2011-09-01 10:17:56', '1/177', '15', '1', '0');

-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_category_entity_datetime`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_category_entity_datetime` (
  `value_id` int(11) NOT NULL auto_increment,
  `entity_type_id` smallint(5) unsigned NOT NULL default '0',
  `attribute_id` smallint(5) unsigned NOT NULL default '0',
  `store_id` smallint(5) unsigned NOT NULL default '0',
  `entity_id` int(10) unsigned NOT NULL default '0',
  `value` datetime default NULL,
  PRIMARY KEY  (`value_id`),
  UNIQUE KEY `IDX_BASE` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`),
  KEY `FK_ATTRIBUTE_DATETIME_ENTITY` (`entity_id`),
  KEY `FK_CATALOG_CATEGORY_ENTITY_DATETIME_ATTRIBUTE` (`attribute_id`),
  KEY `FK_CATALOG_CATEGORY_ENTITY_DATETIME_STORE` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=341 DEFAULT CHARSET=utf8 AUTO_INCREMENT=341 ;

-- 
-- Dumping data for table `catalog_category_entity_datetime`
-- 

INSERT INTO `catalog_category_entity_datetime` VALUES ('1', '3', '52', '0', '3', NULL),
('2', '3', '53', '0', '3', NULL),
('7', '3', '52', '0', '5', NULL),
('8', '3', '53', '0', '5', NULL),
('19', '3', '52', '0', '8', NULL),
('20', '3', '53', '0', '8', NULL),
('21', '3', '52', '0', '9', NULL),
('22', '3', '53', '0', '9', NULL),
('23', '3', '52', '0', '10', NULL),
('24', '3', '53', '0', '10', NULL),
('25', '3', '52', '0', '11', NULL),
('26', '3', '53', '0', '11', NULL),
('27', '3', '52', '0', '12', NULL),
('28', '3', '53', '0', '12', NULL),
('29', '3', '52', '0', '13', NULL),
('30', '3', '53', '0', '13', NULL),
('31', '3', '52', '0', '14', NULL),
('32', '3', '53', '0', '14', NULL),
('33', '3', '52', '0', '15', NULL),
('34', '3', '53', '0', '15', NULL),
('35', '3', '52', '0', '16', NULL),
('36', '3', '53', '0', '16', NULL),
('37', '3', '52', '0', '17', NULL),
('38', '3', '53', '0', '17', NULL),
('41', '3', '52', '0', '19', NULL),
('42', '3', '53', '0', '19', NULL),
('43', '3', '52', '0', '20', NULL),
('44', '3', '53', '0', '20', NULL),
('45', '3', '52', '0', '21', NULL),
('46', '3', '53', '0', '21', NULL),
('47', '3', '52', '0', '22', NULL),
('48', '3', '53', '0', '22', NULL),
('57', '3', '52', '0', '27', NULL),
('58', '3', '53', '0', '27', NULL),
('67', '3', '52', '0', '32', NULL),
('68', '3', '53', '0', '32', NULL),
('75', '3', '52', '0', '36', NULL),
('76', '3', '53', '0', '36', NULL),
('77', '3', '52', '0', '37', NULL),
('78', '3', '53', '0', '37', NULL),
('79', '3', '52', '0', '38', NULL),
('80', '3', '53', '0', '38', NULL),
('81', '3', '52', '0', '39', NULL),
('82', '3', '53', '0', '39', NULL),
('87', '3', '52', '0', '42', NULL),
('88', '3', '53', '0', '42', NULL),
('89', '3', '52', '0', '43', NULL),
('90', '3', '53', '0', '43', NULL),
('167', '3', '52', '0', '82', NULL),
('168', '3', '53', '0', '82', NULL),
('169', '3', '52', '0', '83', NULL),
('170', '3', '53', '0', '83', NULL),
('173', '3', '52', '0', '94', NULL),
('174', '3', '53', '0', '94', NULL),
('175', '3', '52', '0', '95', NULL),
('176', '3', '53', '0', '95', NULL),
('177', '3', '52', '0', '96', NULL),
('178', '3', '53', '0', '96', NULL),
('179', '3', '52', '0', '97', NULL),
('180', '3', '53', '0', '97', NULL),
('181', '3', '52', '0', '98', NULL),
('182', '3', '53', '0', '98', NULL),
('183', '3', '52', '0', '99', NULL),
('184', '3', '53', '0', '99', NULL),
('185', '3', '52', '0', '100', NULL),
('186', '3', '53', '0', '100', NULL),
('195', '3', '52', '0', '105', NULL),
('196', '3', '53', '0', '105', NULL),
('199', '3', '52', '0', '107', NULL),
('200', '3', '53', '0', '107', NULL),
('201', '3', '52', '0', '108', NULL),
('202', '3', '53', '0', '108', NULL),
('203', '3', '52', '0', '109', NULL),
('204', '3', '53', '0', '109', NULL),
('207', '3', '52', '0', '111', NULL),
('208', '3', '53', '0', '111', NULL),
('209', '3', '52', '0', '112', NULL),
('210', '3', '53', '0', '112', NULL),
('211', '3', '52', '0', '113', NULL),
('212', '3', '53', '0', '113', NULL),
('213', '3', '52', '0', '114', NULL),
('214', '3', '53', '0', '114', NULL),
('215', '3', '52', '0', '115', NULL),
('216', '3', '53', '0', '115', NULL),
('217', '3', '52', '0', '116', NULL),
('218', '3', '53', '0', '116', NULL),
('219', '3', '52', '0', '117', NULL),
('220', '3', '53', '0', '117', NULL),
('221', '3', '52', '0', '118', NULL),
('222', '3', '53', '0', '118', NULL),
('223', '3', '52', '0', '119', NULL),
('224', '3', '53', '0', '119', NULL),
('227', '3', '52', '0', '121', NULL),
('228', '3', '53', '0', '121', NULL),
('229', '3', '52', '0', '122', NULL),
('230', '3', '53', '0', '122', NULL),
('231', '3', '52', '0', '123', NULL),
('232', '3', '53', '0', '123', NULL),
('233', '3', '52', '0', '124', NULL),
('234', '3', '53', '0', '124', NULL),
('235', '3', '52', '0', '125', NULL),
('236', '3', '53', '0', '125', NULL),
('237', '3', '52', '0', '126', NULL),
('238', '3', '53', '0', '126', NULL),
('239', '3', '52', '0', '127', NULL),
('240', '3', '53', '0', '127', NULL),
('241', '3', '52', '0', '128', NULL),
('242', '3', '53', '0', '128', NULL),
('243', '3', '52', '0', '129', NULL),
('244', '3', '53', '0', '129', NULL),
('245', '3', '52', '0', '130', NULL),
('246', '3', '53', '0', '130', NULL),
('247', '3', '52', '0', '131', NULL),
('248', '3', '53', '0', '131', NULL),
('249', '3', '52', '0', '132', NULL),
('250', '3', '53', '0', '132', NULL),
('251', '3', '52', '0', '133', NULL),
('252', '3', '53', '0', '133', NULL),
('253', '3', '52', '0', '134', NULL),
('254', '3', '53', '0', '134', NULL),
('255', '3', '52', '0', '135', NULL),
('256', '3', '53', '0', '135', NULL),
('257', '3', '52', '0', '136', NULL),
('258', '3', '53', '0', '136', NULL),
('259', '3', '52', '0', '137', NULL),
('260', '3', '53', '0', '137', NULL),
('261', '3', '52', '0', '138', NULL),
('262', '3', '53', '0', '138', NULL),
('263', '3', '52', '0', '139', NULL),
('264', '3', '53', '0', '139', NULL),
('265', '3', '52', '0', '140', NULL),
('266', '3', '53', '0', '140', NULL),
('267', '3', '52', '0', '141', NULL),
('268', '3', '53', '0', '141', NULL),
('269', '3', '52', '0', '142', NULL),
('270', '3', '53', '0', '142', NULL),
('271', '3', '52', '0', '143', NULL),
('272', '3', '53', '0', '143', NULL),
('273', '3', '52', '0', '144', NULL),
('274', '3', '53', '0', '144', NULL),
('275', '3', '52', '0', '145', NULL),
('276', '3', '53', '0', '145', NULL),
('277', '3', '52', '0', '146', NULL),
('278', '3', '53', '0', '146', NULL),
('279', '3', '52', '0', '147', NULL),
('280', '3', '53', '0', '147', NULL),
('281', '3', '52', '0', '148', NULL),
('282', '3', '53', '0', '148', NULL),
('283', '3', '52', '0', '149', NULL),
('284', '3', '53', '0', '149', NULL),
('285', '3', '52', '0', '150', NULL),
('286', '3', '53', '0', '150', NULL),
('287', '3', '52', '0', '151', NULL),
('288', '3', '53', '0', '151', NULL),
('289', '3', '52', '0', '152', NULL),
('290', '3', '53', '0', '152', NULL),
('291', '3', '52', '0', '153', NULL),
('292', '3', '53', '0', '153', NULL),
('293', '3', '52', '0', '154', NULL),
('294', '3', '53', '0', '154', NULL),
('295', '3', '52', '0', '155', NULL),
('296', '3', '53', '0', '155', NULL),
('297', '3', '52', '0', '156', NULL),
('298', '3', '53', '0', '156', NULL),
('299', '3', '52', '0', '157', NULL),
('300', '3', '53', '0', '157', NULL),
('301', '3', '52', '0', '158', NULL),
('302', '3', '53', '0', '158', NULL),
('303', '3', '52', '0', '159', NULL),
('304', '3', '53', '0', '159', NULL),
('307', '3', '52', '0', '161', NULL),
('308', '3', '53', '0', '161', NULL),
('309', '3', '52', '0', '162', NULL),
('310', '3', '53', '0', '162', NULL),
('311', '3', '52', '0', '163', NULL),
('312', '3', '53', '0', '163', NULL),
('323', '3', '52', '0', '169', NULL),
('324', '3', '53', '0', '169', NULL),
('325', '3', '52', '0', '170', NULL),
('326', '3', '53', '0', '170', NULL),
('327', '3', '52', '0', '171', NULL),
('328', '3', '53', '0', '171', NULL),
('329', '3', '52', '0', '172', NULL),
('330', '3', '53', '0', '172', NULL),
('331', '3', '52', '0', '173', NULL),
('332', '3', '53', '0', '173', NULL),
('333', '3', '52', '0', '174', NULL),
('334', '3', '53', '0', '174', NULL),
('335', '3', '52', '0', '175', NULL),
('336', '3', '53', '0', '175', NULL),
('337', '3', '52', '0', '176', NULL),
('338', '3', '53', '0', '176', NULL),
('339', '3', '52', '0', '177', NULL),
('340', '3', '53', '0', '177', NULL);

-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_category_entity_decimal`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_category_entity_decimal` (
  `value_id` int(11) NOT NULL auto_increment,
  `entity_type_id` smallint(5) unsigned NOT NULL default '0',
  `attribute_id` smallint(5) unsigned NOT NULL default '0',
  `store_id` smallint(5) unsigned NOT NULL default '0',
  `entity_id` int(10) unsigned NOT NULL default '0',
  `value` decimal(12,4) default NULL,
  PRIMARY KEY  (`value_id`),
  UNIQUE KEY `IDX_BASE` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`),
  KEY `FK_ATTRIBUTE_DECIMAL_ENTITY` (`entity_id`),
  KEY `FK_CATALOG_CATEGORY_ENTITY_DECIMAL_ATTRIBUTE` (`attribute_id`),
  KEY `FK_CATALOG_CATEGORY_ENTITY_DECIMAL_STORE` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `catalog_category_entity_decimal`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_category_entity_int`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_category_entity_int` (
  `value_id` int(11) NOT NULL auto_increment,
  `entity_type_id` smallint(5) unsigned NOT NULL default '0',
  `attribute_id` smallint(5) unsigned NOT NULL default '0',
  `store_id` smallint(5) unsigned NOT NULL default '0',
  `entity_id` int(10) unsigned NOT NULL default '0',
  `value` int(11) default NULL,
  PRIMARY KEY  (`value_id`),
  UNIQUE KEY `IDX_BASE` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`),
  KEY `FK_ATTRIBUTE_INT_ENTITY` (`entity_id`),
  KEY `FK_CATALOG_CATEGORY_EMTITY_INT_ATTRIBUTE` (`attribute_id`),
  KEY `FK_CATALOG_CATEGORY_EMTITY_INT_STORE` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=1191 DEFAULT CHARSET=utf8 AUTO_INCREMENT=1191 ;

-- 
-- Dumping data for table `catalog_category_entity_int`
-- 

INSERT INTO `catalog_category_entity_int` VALUES ('3', '3', '105', '0', '1', '1'),
('6', '3', '34', '0', '3', '1'),
('7', '3', '105', '0', '3', '1'),
('8', '3', '42', '0', '3', NULL),
('9', '3', '43', '0', '3', '0'),
('10', '3', '106', '0', '3', '0'),
('11', '3', '107', '0', '3', '0'),
('12', '3', '108', '0', '3', NULL),
('21', '3', '34', '0', '5', '1'),
('22', '3', '105', '0', '5', '1'),
('23', '3', '42', '0', '5', '15'),
('24', '3', '43', '0', '5', '0'),
('25', '3', '106', '0', '5', '0'),
('26', '3', '107', '0', '5', '0'),
('27', '3', '108', '0', '5', NULL),
('46', '3', '34', '0', '8', '1'),
('47', '3', '105', '0', '8', '1'),
('48', '3', '42', '0', '8', '16'),
('49', '3', '43', '0', '8', '1'),
('50', '3', '106', '0', '8', '0'),
('51', '3', '107', '0', '8', '0'),
('52', '3', '108', '0', '8', NULL),
('53', '3', '34', '0', '9', '1'),
('54', '3', '105', '0', '9', '1'),
('55', '3', '42', '0', '9', '19'),
('56', '3', '43', '0', '9', '0'),
('57', '3', '106', '0', '9', '0'),
('58', '3', '107', '0', '9', '0'),
('59', '3', '108', '0', '9', NULL),
('60', '3', '34', '0', '10', '1'),
('61', '3', '105', '0', '10', '1'),
('62', '3', '42', '0', '10', NULL),
('63', '3', '43', '0', '10', '1'),
('64', '3', '106', '0', '10', '0'),
('65', '3', '107', '0', '10', '0'),
('66', '3', '108', '0', '10', NULL),
('67', '3', '34', '0', '11', '1'),
('68', '3', '105', '0', '11', '1'),
('69', '3', '42', '0', '11', NULL),
('70', '3', '43', '0', '11', '1'),
('71', '3', '106', '0', '11', '0'),
('72', '3', '107', '0', '11', '0'),
('73', '3', '108', '0', '11', NULL),
('74', '3', '34', '0', '12', '1'),
('75', '3', '105', '0', '12', '1'),
('76', '3', '42', '0', '12', '17'),
('77', '3', '43', '0', '12', '0'),
('78', '3', '106', '0', '12', '0'),
('79', '3', '107', '0', '12', '0'),
('80', '3', '108', '0', '12', NULL),
('81', '3', '34', '0', '13', '1'),
('82', '3', '105', '0', '13', '1'),
('83', '3', '42', '0', '13', '18'),
('84', '3', '43', '0', '13', '0'),
('85', '3', '106', '0', '13', '0'),
('86', '3', '107', '0', '13', '0'),
('87', '3', '108', '0', '13', NULL),
('88', '3', '34', '0', '14', '1'),
('89', '3', '105', '0', '14', '1'),
('90', '3', '42', '0', '14', NULL),
('91', '3', '43', '0', '14', '1'),
('92', '3', '106', '0', '14', '0'),
('93', '3', '107', '0', '14', '0'),
('94', '3', '108', '0', '14', NULL),
('95', '3', '34', '0', '15', '1'),
('96', '3', '105', '0', '15', '1'),
('97', '3', '42', '0', '15', NULL),
('98', '3', '43', '0', '15', '1'),
('99', '3', '106', '0', '15', '0'),
('100', '3', '107', '0', '15', '0'),
('101', '3', '108', '0', '15', NULL),
('102', '3', '34', '0', '16', '1'),
('103', '3', '105', '0', '16', '1'),
('104', '3', '42', '0', '16', NULL),
('105', '3', '43', '0', '16', '1'),
('106', '3', '106', '0', '16', '0'),
('107', '3', '107', '0', '16', '0'),
('108', '3', '108', '0', '16', NULL),
('109', '3', '34', '0', '17', '1'),
('110', '3', '105', '0', '17', '1'),
('111', '3', '42', '0', '17', NULL),
('112', '3', '43', '0', '17', '1'),
('113', '3', '106', '0', '17', '0'),
('114', '3', '107', '0', '17', '0'),
('115', '3', '108', '0', '17', NULL),
('123', '3', '34', '0', '19', '1'),
('124', '3', '105', '0', '19', '1'),
('125', '3', '42', '0', '19', NULL),
('126', '3', '43', '0', '19', '1'),
('127', '3', '106', '0', '19', '0'),
('128', '3', '107', '0', '19', '0'),
('129', '3', '108', '0', '19', NULL),
('130', '3', '34', '0', '20', '1'),
('131', '3', '105', '0', '20', '1'),
('132', '3', '42', '0', '20', NULL),
('133', '3', '43', '0', '20', '1'),
('134', '3', '106', '0', '20', '0'),
('135', '3', '107', '0', '20', '0'),
('136', '3', '108', '0', '20', NULL),
('137', '3', '34', '0', '21', '1'),
('138', '3', '105', '0', '21', '1'),
('139', '3', '42', '0', '21', NULL),
('140', '3', '43', '0', '21', '1'),
('141', '3', '106', '0', '21', '0'),
('142', '3', '107', '0', '21', '0'),
('143', '3', '108', '0', '21', NULL),
('144', '3', '34', '0', '22', '1'),
('145', '3', '105', '0', '22', '1'),
('146', '3', '42', '0', '22', '20'),
('147', '3', '43', '0', '22', '1'),
('148', '3', '106', '0', '22', '0'),
('149', '3', '107', '0', '22', '0'),
('150', '3', '108', '0', '22', NULL),
('179', '3', '34', '0', '27', '1'),
('180', '3', '105', '0', '27', '1'),
('181', '3', '42', '0', '27', NULL),
('182', '3', '43', '0', '27', '1'),
('183', '3', '106', '0', '27', '0'),
('184', '3', '107', '0', '27', '0'),
('185', '3', '108', '0', '27', NULL),
('214', '3', '34', '0', '32', '1'),
('215', '3', '105', '0', '32', '1'),
('216', '3', '42', '0', '32', NULL),
('217', '3', '43', '0', '32', '1'),
('218', '3', '106', '0', '32', '0'),
('219', '3', '107', '0', '32', '0'),
('220', '3', '108', '0', '32', NULL),
('242', '3', '34', '0', '36', '1'),
('243', '3', '105', '0', '36', '1'),
('244', '3', '42', '0', '36', NULL),
('245', '3', '43', '0', '36', '0'),
('246', '3', '106', '0', '36', '0'),
('247', '3', '107', '0', '36', '0'),
('248', '3', '108', '0', '36', NULL),
('249', '3', '34', '0', '37', '1'),
('250', '3', '105', '0', '37', '1'),
('251', '3', '42', '0', '37', NULL),
('252', '3', '43', '0', '37', '0'),
('253', '3', '106', '0', '37', '0'),
('254', '3', '107', '0', '37', '0'),
('255', '3', '108', '0', '37', NULL),
('256', '3', '34', '0', '38', '1'),
('257', '3', '105', '0', '38', '1'),
('258', '3', '42', '0', '38', NULL),
('259', '3', '43', '0', '38', '0'),
('260', '3', '106', '0', '38', '0'),
('261', '3', '107', '0', '38', '0'),
('262', '3', '108', '0', '38', NULL),
('263', '3', '34', '0', '39', '1'),
('264', '3', '105', '0', '39', '1'),
('265', '3', '42', '0', '39', NULL),
('266', '3', '43', '0', '39', '0'),
('267', '3', '106', '0', '39', '0'),
('268', '3', '107', '0', '39', '0'),
('269', '3', '108', '0', '39', NULL),
('284', '3', '34', '0', '42', '1'),
('285', '3', '105', '0', '42', '1'),
('286', '3', '42', '0', '42', NULL),
('287', '3', '43', '0', '42', '0'),
('288', '3', '106', '0', '42', '0'),
('289', '3', '107', '0', '42', '0'),
('290', '3', '108', '0', '42', NULL),
('291', '3', '34', '0', '43', '1'),
('292', '3', '105', '0', '43', '1'),
('293', '3', '42', '0', '43', NULL),
('294', '3', '43', '0', '43', '0'),
('295', '3', '106', '0', '43', '0'),
('296', '3', '107', '0', '43', '0'),
('297', '3', '108', '0', '43', NULL),
('564', '3', '34', '0', '82', '1'),
('565', '3', '105', '0', '82', '1'),
('566', '3', '42', '0', '82', NULL),
('567', '3', '43', '0', '82', '0'),
('568', '3', '106', '0', '82', '0'),
('569', '3', '107', '0', '82', '0'),
('570', '3', '108', '0', '82', NULL),
('571', '3', '34', '0', '83', '1'),
('572', '3', '105', '0', '83', '0'),
('573', '3', '42', '0', '83', NULL),
('574', '3', '43', '0', '83', '0'),
('575', '3', '106', '0', '83', '0'),
('576', '3', '107', '0', '83', '0'),
('577', '3', '108', '0', '83', NULL),
('603', '3', '34', '0', '94', '1'),
('604', '3', '105', '0', '94', '1'),
('605', '3', '42', '0', '94', NULL),
('606', '3', '43', '0', '94', '0'),
('607', '3', '106', '0', '94', '0'),
('608', '3', '107', '0', '94', '0'),
('609', '3', '108', '0', '94', NULL),
('610', '3', '34', '0', '95', '1'),
('611', '3', '105', '0', '95', '1'),
('612', '3', '42', '0', '95', NULL),
('613', '3', '43', '0', '95', '0'),
('614', '3', '106', '0', '95', '0'),
('615', '3', '107', '0', '95', '0'),
('616', '3', '108', '0', '95', NULL),
('617', '3', '34', '0', '96', '1'),
('618', '3', '105', '0', '96', '1'),
('619', '3', '42', '0', '96', NULL),
('620', '3', '43', '0', '96', '0'),
('621', '3', '106', '0', '96', '0'),
('622', '3', '107', '0', '96', '0'),
('623', '3', '108', '0', '96', NULL),
('624', '3', '34', '0', '97', '1'),
('625', '3', '105', '0', '97', '1'),
('626', '3', '42', '0', '97', NULL),
('627', '3', '43', '0', '97', '0'),
('628', '3', '106', '0', '97', '0'),
('629', '3', '107', '0', '97', '0'),
('630', '3', '108', '0', '97', NULL),
('631', '3', '34', '0', '98', '1'),
('632', '3', '105', '0', '98', '1'),
('633', '3', '42', '0', '98', NULL),
('634', '3', '43', '0', '98', '0'),
('635', '3', '106', '0', '98', '0'),
('636', '3', '107', '0', '98', '0'),
('637', '3', '108', '0', '98', NULL),
('638', '3', '34', '0', '99', '1'),
('639', '3', '105', '0', '99', '1'),
('640', '3', '42', '0', '99', NULL),
('641', '3', '43', '0', '99', '0'),
('642', '3', '106', '0', '99', '0'),
('643', '3', '107', '0', '99', '0'),
('644', '3', '108', '0', '99', NULL),
('645', '3', '34', '0', '100', '1'),
('646', '3', '105', '0', '100', '1'),
('647', '3', '42', '0', '100', NULL),
('648', '3', '43', '0', '100', '0'),
('649', '3', '106', '0', '100', '0'),
('650', '3', '107', '0', '100', '0'),
('651', '3', '108', '0', '100', NULL),
('680', '3', '34', '0', '105', '1'),
('681', '3', '105', '0', '105', '1'),
('682', '3', '42', '0', '105', NULL),
('683', '3', '43', '0', '105', '0'),
('684', '3', '106', '0', '105', '0'),
('685', '3', '107', '0', '105', '0'),
('686', '3', '108', '0', '105', NULL),
('694', '3', '34', '0', '107', '1'),
('695', '3', '105', '0', '107', '1'),
('696', '3', '42', '0', '107', NULL),
('697', '3', '43', '0', '107', '0'),
('698', '3', '106', '0', '107', '0'),
('699', '3', '107', '0', '107', '0'),
('700', '3', '108', '0', '107', NULL),
('701', '3', '34', '0', '108', '1'),
('702', '3', '105', '0', '108', '1'),
('703', '3', '42', '0', '108', NULL),
('704', '3', '43', '0', '108', '0'),
('705', '3', '106', '0', '108', '0'),
('706', '3', '107', '0', '108', '0'),
('707', '3', '108', '0', '108', NULL),
('708', '3', '34', '0', '109', '1'),
('709', '3', '105', '0', '109', '1'),
('710', '3', '42', '0', '109', NULL),
('711', '3', '43', '0', '109', '0'),
('712', '3', '106', '0', '109', '0'),
('713', '3', '107', '0', '109', '0'),
('714', '3', '108', '0', '109', NULL),
('722', '3', '34', '0', '111', '1'),
('723', '3', '105', '0', '111', '1'),
('724', '3', '42', '0', '111', NULL),
('725', '3', '43', '0', '111', '0'),
('726', '3', '106', '0', '111', '0'),
('727', '3', '107', '0', '111', '0'),
('728', '3', '108', '0', '111', NULL),
('729', '3', '34', '0', '112', '1'),
('730', '3', '105', '0', '112', '1'),
('731', '3', '42', '0', '112', NULL),
('732', '3', '43', '0', '112', '0'),
('733', '3', '106', '0', '112', '0'),
('734', '3', '107', '0', '112', '0'),
('735', '3', '108', '0', '112', NULL),
('736', '3', '34', '0', '113', '1'),
('737', '3', '105', '0', '113', '1'),
('738', '3', '42', '0', '113', NULL),
('739', '3', '43', '0', '113', '0'),
('740', '3', '106', '0', '113', '0'),
('741', '3', '107', '0', '113', '0'),
('742', '3', '108', '0', '113', NULL),
('743', '3', '34', '0', '114', '1'),
('744', '3', '105', '0', '114', '1'),
('745', '3', '42', '0', '114', NULL),
('746', '3', '43', '0', '114', '0'),
('747', '3', '106', '0', '114', '0'),
('748', '3', '107', '0', '114', '0'),
('749', '3', '108', '0', '114', NULL),
('750', '3', '34', '0', '115', '1'),
('751', '3', '105', '0', '115', '1'),
('752', '3', '42', '0', '115', NULL),
('753', '3', '43', '0', '115', '0'),
('754', '3', '106', '0', '115', '0'),
('755', '3', '107', '0', '115', '0'),
('756', '3', '108', '0', '115', NULL),
('757', '3', '34', '0', '116', '1'),
('758', '3', '105', '0', '116', '1'),
('759', '3', '42', '0', '116', NULL),
('760', '3', '43', '0', '116', '0'),
('761', '3', '106', '0', '116', '0'),
('762', '3', '107', '0', '116', '0'),
('763', '3', '108', '0', '116', NULL),
('764', '3', '34', '0', '117', '1'),
('765', '3', '105', '0', '117', '1'),
('766', '3', '42', '0', '117', NULL),
('767', '3', '43', '0', '117', '0'),
('768', '3', '106', '0', '117', '0'),
('769', '3', '107', '0', '117', '0'),
('770', '3', '108', '0', '117', NULL),
('771', '3', '34', '0', '118', '1'),
('772', '3', '105', '0', '118', '1'),
('773', '3', '42', '0', '118', NULL),
('774', '3', '43', '0', '118', '0'),
('775', '3', '106', '0', '118', '0'),
('776', '3', '107', '0', '118', '0'),
('777', '3', '108', '0', '118', NULL),
('778', '3', '34', '0', '119', '1'),
('779', '3', '105', '0', '119', '1'),
('780', '3', '42', '0', '119', NULL),
('781', '3', '43', '0', '119', '0'),
('782', '3', '106', '0', '119', '0'),
('783', '3', '107', '0', '119', '0'),
('784', '3', '108', '0', '119', NULL),
('792', '3', '34', '0', '121', '1'),
('793', '3', '105', '0', '121', '1'),
('794', '3', '42', '0', '121', NULL),
('795', '3', '43', '0', '121', '0'),
('796', '3', '106', '0', '121', '0'),
('797', '3', '107', '0', '121', '0'),
('798', '3', '108', '0', '121', NULL),
('799', '3', '34', '0', '122', '1'),
('800', '3', '105', '0', '122', '1'),
('801', '3', '42', '0', '122', NULL),
('802', '3', '43', '0', '122', '0'),
('803', '3', '106', '0', '122', '0'),
('804', '3', '107', '0', '122', '0'),
('805', '3', '108', '0', '122', NULL),
('806', '3', '34', '0', '123', '1'),
('807', '3', '105', '0', '123', '1'),
('808', '3', '42', '0', '123', NULL),
('809', '3', '43', '0', '123', '0'),
('810', '3', '106', '0', '123', '0'),
('811', '3', '107', '0', '123', '0'),
('812', '3', '108', '0', '123', NULL),
('813', '3', '34', '0', '124', '1'),
('814', '3', '105', '0', '124', '1'),
('815', '3', '42', '0', '124', NULL),
('816', '3', '43', '0', '124', '0'),
('817', '3', '106', '0', '124', '0'),
('818', '3', '107', '0', '124', '0'),
('819', '3', '108', '0', '124', NULL),
('820', '3', '34', '0', '125', '1'),
('821', '3', '105', '0', '125', '1'),
('822', '3', '42', '0', '125', NULL),
('823', '3', '43', '0', '125', '0'),
('824', '3', '106', '0', '125', '0'),
('825', '3', '107', '0', '125', '0'),
('826', '3', '108', '0', '125', NULL),
('827', '3', '34', '0', '126', '1'),
('828', '3', '105', '0', '126', '1'),
('829', '3', '42', '0', '126', NULL),
('830', '3', '43', '0', '126', '0'),
('831', '3', '106', '0', '126', '0'),
('832', '3', '107', '0', '126', '0'),
('833', '3', '108', '0', '126', NULL),
('834', '3', '34', '0', '127', '1'),
('835', '3', '105', '0', '127', '1'),
('836', '3', '42', '0', '127', NULL),
('837', '3', '43', '0', '127', '0'),
('838', '3', '106', '0', '127', '0'),
('839', '3', '107', '0', '127', '0'),
('840', '3', '108', '0', '127', NULL),
('841', '3', '34', '0', '128', '1'),
('842', '3', '105', '0', '128', '1'),
('843', '3', '42', '0', '128', NULL),
('844', '3', '43', '0', '128', '0'),
('845', '3', '106', '0', '128', '0'),
('846', '3', '107', '0', '128', '0'),
('847', '3', '108', '0', '128', NULL),
('848', '3', '34', '0', '129', '1'),
('849', '3', '105', '0', '129', '1'),
('850', '3', '42', '0', '129', NULL),
('851', '3', '43', '0', '129', '0'),
('852', '3', '106', '0', '129', '0'),
('853', '3', '107', '0', '129', '0'),
('854', '3', '108', '0', '129', NULL),
('855', '3', '34', '0', '130', '1'),
('856', '3', '105', '0', '130', '1'),
('857', '3', '42', '0', '130', NULL),
('858', '3', '43', '0', '130', '0'),
('859', '3', '106', '0', '130', '0'),
('860', '3', '107', '0', '130', '0'),
('861', '3', '108', '0', '130', NULL),
('862', '3', '34', '0', '131', '1'),
('863', '3', '105', '0', '131', '1'),
('864', '3', '42', '0', '131', NULL),
('865', '3', '43', '0', '131', '0'),
('866', '3', '106', '0', '131', '0'),
('867', '3', '107', '0', '131', '0'),
('868', '3', '108', '0', '131', NULL),
('869', '3', '34', '0', '132', '1'),
('870', '3', '105', '0', '132', '1'),
('871', '3', '42', '0', '132', NULL),
('872', '3', '43', '0', '132', '0'),
('873', '3', '106', '0', '132', '0'),
('874', '3', '107', '0', '132', '0'),
('875', '3', '108', '0', '132', NULL),
('876', '3', '34', '0', '133', '1'),
('877', '3', '105', '0', '133', '1'),
('878', '3', '42', '0', '133', NULL),
('879', '3', '43', '0', '133', '0'),
('880', '3', '106', '0', '133', '0'),
('881', '3', '107', '0', '133', '0'),
('882', '3', '108', '0', '133', NULL),
('883', '3', '34', '0', '134', '1'),
('884', '3', '105', '0', '134', '1'),
('885', '3', '42', '0', '134', NULL),
('886', '3', '43', '0', '134', '0'),
('887', '3', '106', '0', '134', '0'),
('888', '3', '107', '0', '134', '0'),
('889', '3', '108', '0', '134', NULL),
('890', '3', '34', '0', '135', '1'),
('891', '3', '105', '0', '135', '1'),
('892', '3', '42', '0', '135', NULL),
('893', '3', '43', '0', '135', '0'),
('894', '3', '106', '0', '135', '0'),
('895', '3', '107', '0', '135', '0'),
('896', '3', '108', '0', '135', NULL),
('897', '3', '34', '0', '136', '1'),
('898', '3', '105', '0', '136', '1'),
('899', '3', '42', '0', '136', NULL),
('900', '3', '43', '0', '136', '0'),
('901', '3', '106', '0', '136', '0'),
('902', '3', '107', '0', '136', '0'),
('903', '3', '108', '0', '136', NULL),
('904', '3', '34', '0', '137', '1'),
('905', '3', '105', '0', '137', '1'),
('906', '3', '42', '0', '137', NULL),
('907', '3', '43', '0', '137', '0'),
('908', '3', '106', '0', '137', '0'),
('909', '3', '107', '0', '137', '0'),
('910', '3', '108', '0', '137', NULL),
('911', '3', '34', '0', '138', '1'),
('912', '3', '105', '0', '138', '1'),
('913', '3', '42', '0', '138', NULL),
('914', '3', '43', '0', '138', '0'),
('915', '3', '106', '0', '138', '0'),
('916', '3', '107', '0', '138', '0'),
('917', '3', '108', '0', '138', NULL),
('918', '3', '34', '0', '139', '1'),
('919', '3', '105', '0', '139', '1'),
('920', '3', '42', '0', '139', NULL),
('921', '3', '43', '0', '139', '0'),
('922', '3', '106', '0', '139', '0'),
('923', '3', '107', '0', '139', '0'),
('924', '3', '108', '0', '139', NULL),
('925', '3', '34', '0', '140', '1'),
('926', '3', '105', '0', '140', '1'),
('927', '3', '42', '0', '140', NULL),
('928', '3', '43', '0', '140', '0'),
('929', '3', '106', '0', '140', '0'),
('930', '3', '107', '0', '140', '0'),
('931', '3', '108', '0', '140', NULL),
('932', '3', '34', '0', '141', '1'),
('933', '3', '105', '0', '141', '1'),
('934', '3', '42', '0', '141', NULL),
('935', '3', '43', '0', '141', '0'),
('936', '3', '106', '0', '141', '0'),
('937', '3', '107', '0', '141', '0'),
('938', '3', '108', '0', '141', NULL),
('939', '3', '34', '0', '142', '1'),
('940', '3', '105', '0', '142', '1'),
('941', '3', '42', '0', '142', NULL),
('942', '3', '43', '0', '142', '0'),
('943', '3', '106', '0', '142', '0'),
('944', '3', '107', '0', '142', '0'),
('945', '3', '108', '0', '142', NULL),
('946', '3', '34', '0', '143', '1'),
('947', '3', '105', '0', '143', '1'),
('948', '3', '42', '0', '143', NULL),
('949', '3', '43', '0', '143', '0'),
('950', '3', '106', '0', '143', '0'),
('951', '3', '107', '0', '143', '0'),
('952', '3', '108', '0', '143', NULL),
('953', '3', '34', '0', '144', '1'),
('954', '3', '105', '0', '144', '1'),
('955', '3', '42', '0', '144', NULL),
('956', '3', '43', '0', '144', '0'),
('957', '3', '106', '0', '144', '0'),
('958', '3', '107', '0', '144', '0'),
('959', '3', '108', '0', '144', NULL),
('960', '3', '34', '0', '145', '1'),
('961', '3', '105', '0', '145', '1'),
('962', '3', '42', '0', '145', NULL),
('963', '3', '43', '0', '145', '0'),
('964', '3', '106', '0', '145', '0'),
('965', '3', '107', '0', '145', '0'),
('966', '3', '108', '0', '145', NULL),
('967', '3', '34', '0', '146', '1'),
('968', '3', '105', '0', '146', '1'),
('969', '3', '42', '0', '146', NULL),
('970', '3', '43', '0', '146', '0'),
('971', '3', '106', '0', '146', '0'),
('972', '3', '107', '0', '146', '0'),
('973', '3', '108', '0', '146', NULL),
('974', '3', '34', '0', '147', '1'),
('975', '3', '105', '0', '147', '1'),
('976', '3', '42', '0', '147', NULL),
('977', '3', '43', '0', '147', '0'),
('978', '3', '106', '0', '147', '0'),
('979', '3', '107', '0', '147', '0'),
('980', '3', '108', '0', '147', NULL),
('981', '3', '34', '0', '148', '1'),
('982', '3', '105', '0', '148', '1'),
('983', '3', '42', '0', '148', NULL),
('984', '3', '43', '0', '148', '0'),
('985', '3', '106', '0', '148', '0'),
('986', '3', '107', '0', '148', '0'),
('987', '3', '108', '0', '148', NULL),
('988', '3', '34', '0', '149', '1'),
('989', '3', '105', '0', '149', '1'),
('990', '3', '42', '0', '149', NULL),
('991', '3', '43', '0', '149', '0'),
('992', '3', '106', '0', '149', '0'),
('993', '3', '107', '0', '149', '0'),
('994', '3', '108', '0', '149', NULL),
('995', '3', '34', '0', '150', '1'),
('996', '3', '105', '0', '150', '1'),
('997', '3', '42', '0', '150', NULL),
('998', '3', '43', '0', '150', '1'),
('999', '3', '106', '0', '150', '0'),
('1000', '3', '107', '0', '150', '0'),
('1001', '3', '108', '0', '150', NULL),
('1002', '3', '34', '0', '151', '1'),
('1003', '3', '105', '0', '151', '1'),
('1004', '3', '42', '0', '151', NULL),
('1005', '3', '43', '0', '151', '1'),
('1006', '3', '106', '0', '151', '0'),
('1007', '3', '107', '0', '151', '0'),
('1008', '3', '108', '0', '151', NULL),
('1009', '3', '34', '0', '152', '1'),
('1010', '3', '105', '0', '152', '1'),
('1011', '3', '42', '0', '152', NULL),
('1012', '3', '43', '0', '152', '0'),
('1013', '3', '106', '0', '152', '0'),
('1014', '3', '107', '0', '152', '0'),
('1015', '3', '108', '0', '152', NULL),
('1016', '3', '34', '0', '153', '1'),
('1017', '3', '105', '0', '153', '1'),
('1018', '3', '42', '0', '153', NULL),
('1019', '3', '43', '0', '153', '0'),
('1020', '3', '106', '0', '153', '0'),
('1021', '3', '107', '0', '153', '0'),
('1022', '3', '108', '0', '153', NULL),
('1023', '3', '34', '0', '154', '1'),
('1024', '3', '105', '0', '154', '1'),
('1025', '3', '42', '0', '154', NULL),
('1026', '3', '43', '0', '154', '1'),
('1027', '3', '106', '0', '154', '0'),
('1028', '3', '107', '0', '154', '0'),
('1029', '3', '108', '0', '154', NULL),
('1030', '3', '34', '0', '155', '1'),
('1031', '3', '105', '0', '155', '1'),
('1032', '3', '42', '0', '155', NULL),
('1033', '3', '43', '0', '155', '1'),
('1034', '3', '106', '0', '155', '0'),
('1035', '3', '107', '0', '155', '0'),
('1036', '3', '108', '0', '155', NULL),
('1037', '3', '34', '0', '156', '1'),
('1038', '3', '105', '0', '156', '1'),
('1039', '3', '42', '0', '156', NULL),
('1040', '3', '43', '0', '156', '0'),
('1041', '3', '106', '0', '156', '0'),
('1042', '3', '107', '0', '156', '0'),
('1043', '3', '108', '0', '156', NULL),
('1044', '3', '34', '0', '157', '1'),
('1045', '3', '105', '0', '157', '1'),
('1046', '3', '42', '0', '157', NULL),
('1047', '3', '43', '0', '157', '0'),
('1048', '3', '106', '0', '157', '0'),
('1049', '3', '107', '0', '157', '0'),
('1050', '3', '108', '0', '157', NULL),
('1051', '3', '34', '0', '158', '1'),
('1052', '3', '105', '0', '158', '1'),
('1053', '3', '42', '0', '158', NULL),
('1054', '3', '43', '0', '158', '0'),
('1055', '3', '106', '0', '158', '0'),
('1056', '3', '107', '0', '158', '0'),
('1057', '3', '108', '0', '158', NULL),
('1058', '3', '34', '0', '159', '1'),
('1059', '3', '105', '0', '159', '1'),
('1060', '3', '42', '0', '159', NULL),
('1061', '3', '43', '0', '159', '0'),
('1062', '3', '106', '0', '159', '0'),
('1063', '3', '107', '0', '159', '0'),
('1064', '3', '108', '0', '159', NULL),
('1072', '3', '34', '0', '161', '1'),
('1073', '3', '105', '0', '161', '1'),
('1074', '3', '42', '0', '161', NULL),
('1075', '3', '43', '0', '161', '0'),
('1076', '3', '106', '0', '161', '0'),
('1077', '3', '107', '0', '161', '0'),
('1078', '3', '108', '0', '161', NULL),
('1079', '3', '34', '0', '162', '1'),
('1080', '3', '105', '0', '162', '1'),
('1081', '3', '42', '0', '162', NULL),
('1082', '3', '43', '0', '162', '0'),
('1083', '3', '106', '0', '162', '0'),
('1084', '3', '107', '0', '162', '0'),
('1085', '3', '108', '0', '162', NULL),
('1086', '3', '34', '0', '163', '1'),
('1087', '3', '105', '0', '163', '1'),
('1088', '3', '42', '0', '163', NULL),
('1089', '3', '43', '0', '163', '0'),
('1090', '3', '106', '0', '163', '0'),
('1091', '3', '107', '0', '163', '0'),
('1092', '3', '108', '0', '163', NULL),
('1128', '3', '34', '0', '169', '1'),
('1129', '3', '105', '0', '169', '1'),
('1130', '3', '42', '0', '169', NULL),
('1131', '3', '43', '0', '169', '1'),
('1132', '3', '106', '0', '169', '0'),
('1133', '3', '107', '0', '169', '0'),
('1134', '3', '108', '0', '169', NULL),
('1135', '3', '34', '0', '170', '1'),
('1136', '3', '105', '0', '170', '1'),
('1137', '3', '42', '0', '170', NULL),
('1138', '3', '43', '0', '170', '1'),
('1139', '3', '106', '0', '170', '0'),
('1140', '3', '107', '0', '170', '0'),
('1141', '3', '108', '0', '170', NULL),
('1142', '3', '34', '0', '171', '1'),
('1143', '3', '105', '0', '171', '1'),
('1144', '3', '42', '0', '171', NULL),
('1145', '3', '43', '0', '171', '0'),
('1146', '3', '106', '0', '171', '0'),
('1147', '3', '107', '0', '171', '0'),
('1148', '3', '108', '0', '171', NULL),
('1149', '3', '34', '0', '172', '1'),
('1150', '3', '105', '0', '172', '1'),
('1151', '3', '42', '0', '172', NULL),
('1152', '3', '43', '0', '172', '0'),
('1153', '3', '106', '0', '172', '0'),
('1154', '3', '107', '0', '172', '0'),
('1155', '3', '108', '0', '172', NULL),
('1156', '3', '34', '0', '173', '1'),
('1157', '3', '105', '0', '173', '1'),
('1158', '3', '42', '0', '173', NULL),
('1159', '3', '43', '0', '173', '0'),
('1160', '3', '106', '0', '173', '0'),
('1161', '3', '107', '0', '173', '0'),
('1162', '3', '108', '0', '173', NULL),
('1163', '3', '34', '0', '174', '0'),
('1164', '3', '105', '0', '174', '1'),
('1165', '3', '42', '0', '174', NULL),
('1166', '3', '43', '0', '174', '0'),
('1167', '3', '106', '0', '174', '0'),
('1168', '3', '107', '0', '174', '0'),
('1169', '3', '108', '0', '174', NULL),
('1170', '3', '34', '0', '175', '1'),
('1171', '3', '105', '0', '175', '1'),
('1172', '3', '42', '0', '175', NULL),
('1173', '3', '43', '0', '175', '0'),
('1174', '3', '106', '0', '175', '0'),
('1175', '3', '107', '0', '175', '0'),
('1176', '3', '108', '0', '175', NULL),
('1177', '3', '34', '0', '176', '1'),
('1178', '3', '105', '0', '176', '1'),
('1179', '3', '42', '0', '176', NULL),
('1180', '3', '43', '0', '176', '0'),
('1181', '3', '106', '0', '176', '0'),
('1182', '3', '107', '0', '176', '0'),
('1183', '3', '108', '0', '176', NULL),
('1184', '3', '34', '0', '177', '1'),
('1185', '3', '105', '0', '177', '0'),
('1186', '3', '42', '0', '177', NULL),
('1187', '3', '43', '0', '177', '1'),
('1188', '3', '106', '0', '177', '0'),
('1189', '3', '107', '0', '177', '0'),
('1190', '3', '108', '0', '177', NULL);

-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_category_entity_text`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_category_entity_text` (
  `value_id` int(11) NOT NULL auto_increment,
  `entity_type_id` smallint(5) unsigned NOT NULL default '0',
  `attribute_id` smallint(5) unsigned NOT NULL default '0',
  `store_id` smallint(5) unsigned NOT NULL default '0',
  `entity_id` int(10) unsigned NOT NULL default '0',
  `value` text NOT NULL,
  PRIMARY KEY  (`value_id`),
  UNIQUE KEY `IDX_BASE` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`),
  KEY `FK_ATTRIBUTE_TEXT_ENTITY` (`entity_id`),
  KEY `FK_CATALOG_CATEGORY_ENTITY_TEXT_ATTRIBUTE` (`attribute_id`),
  KEY `FK_CATALOG_CATEGORY_ENTITY_TEXT_STORE` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=844 DEFAULT CHARSET=utf8 AUTO_INCREMENT=844 ;

-- 
-- Dumping data for table `catalog_category_entity_text`
-- 

INSERT INTO `catalog_category_entity_text` VALUES ('1', '3', '58', '0', '1', ''),
('2', '3', '58', '1', '1', ''),
('5', '3', '36', '0', '3', ''),
('6', '3', '39', '0', '3', ''),
('7', '3', '40', '0', '3', ''),
('8', '3', '55', '0', '3', ''),
('9', '3', '58', '0', '3', ''),
('15', '3', '36', '0', '5', '<!--<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif; color: #ff0000; font-size: large;\">Welcome to the Canon award-winning range of PowerShot, IXUS and EOS cameras, lenses and accessories. </span></p>-->'),
('16', '3', '39', '0', '5', 'Canon\r\nEOS\r\nIXUS\r\nPowerShot\r\nEF\r\nEF-S\r\nEFS'),
('17', '3', '40', '0', '5', ''),
('18', '3', '55', '0', '5', ''),
('19', '3', '58', '0', '5', ''),
('30', '3', '36', '0', '8', ''),
('31', '3', '39', '0', '8', ''),
('32', '3', '40', '0', '8', ''),
('33', '3', '55', '0', '8', ''),
('34', '3', '58', '0', '8', ''),
('35', '3', '36', '0', '9', ''),
('36', '3', '39', '0', '9', ''),
('37', '3', '40', '0', '9', ''),
('38', '3', '55', '0', '9', ''),
('39', '3', '58', '0', '9', ''),
('40', '3', '36', '0', '10', ''),
('41', '3', '39', '0', '10', ''),
('42', '3', '40', '0', '10', ''),
('43', '3', '55', '0', '10', ''),
('44', '3', '58', '0', '10', ''),
('45', '3', '36', '0', '11', ''),
('46', '3', '39', '0', '11', ''),
('47', '3', '40', '0', '11', ''),
('48', '3', '55', '0', '11', ''),
('49', '3', '58', '0', '11', ''),
('50', '3', '36', '0', '12', ''),
('51', '3', '39', '0', '12', ''),
('52', '3', '40', '0', '12', ''),
('53', '3', '55', '0', '12', ''),
('54', '3', '58', '0', '12', ''),
('55', '3', '36', '0', '13', ''),
('56', '3', '39', '0', '13', ''),
('57', '3', '40', '0', '13', ''),
('58', '3', '55', '0', '13', ''),
('59', '3', '58', '0', '13', ''),
('60', '3', '36', '0', '14', ''),
('61', '3', '39', '0', '14', ''),
('62', '3', '40', '0', '14', ''),
('63', '3', '55', '0', '14', ''),
('64', '3', '58', '0', '14', ''),
('65', '3', '36', '0', '15', ''),
('66', '3', '39', '0', '15', ''),
('67', '3', '40', '0', '15', ''),
('68', '3', '55', '0', '15', ''),
('69', '3', '58', '0', '15', ''),
('70', '3', '36', '0', '16', ''),
('71', '3', '39', '0', '16', ''),
('72', '3', '40', '0', '16', ''),
('73', '3', '55', '0', '16', ''),
('74', '3', '58', '0', '16', ''),
('75', '3', '36', '0', '17', ''),
('76', '3', '39', '0', '17', ''),
('77', '3', '40', '0', '17', ''),
('78', '3', '55', '0', '17', ''),
('79', '3', '58', '0', '17', ''),
('85', '3', '36', '0', '19', ''),
('86', '3', '39', '0', '19', ''),
('87', '3', '40', '0', '19', ''),
('88', '3', '55', '0', '19', ''),
('89', '3', '58', '0', '19', ''),
('90', '3', '36', '0', '20', ''),
('91', '3', '39', '0', '20', ''),
('92', '3', '40', '0', '20', ''),
('93', '3', '55', '0', '20', ''),
('94', '3', '58', '0', '20', ''),
('95', '3', '36', '0', '21', ''),
('96', '3', '39', '0', '21', ''),
('97', '3', '40', '0', '21', ''),
('98', '3', '55', '0', '21', ''),
('99', '3', '58', '0', '21', ''),
('100', '3', '36', '0', '22', ''),
('101', '3', '39', '0', '22', ''),
('102', '3', '40', '0', '22', ''),
('103', '3', '55', '0', '22', ''),
('104', '3', '58', '0', '22', ''),
('125', '3', '36', '0', '27', ''),
('126', '3', '39', '0', '27', ''),
('127', '3', '40', '0', '27', ''),
('128', '3', '55', '0', '27', ''),
('129', '3', '58', '0', '27', ''),
('150', '3', '36', '0', '32', ''),
('151', '3', '39', '0', '32', ''),
('152', '3', '40', '0', '32', ''),
('153', '3', '55', '0', '32', ''),
('154', '3', '58', '0', '32', ''),
('170', '3', '36', '0', '36', ''),
('171', '3', '39', '0', '36', ''),
('172', '3', '40', '0', '36', ''),
('173', '3', '55', '0', '36', ''),
('174', '3', '58', '0', '36', ''),
('175', '3', '36', '0', '37', ''),
('176', '3', '39', '0', '37', ''),
('177', '3', '40', '0', '37', ''),
('178', '3', '55', '0', '37', ''),
('179', '3', '58', '0', '37', ''),
('180', '3', '36', '0', '38', ''),
('181', '3', '39', '0', '38', ''),
('182', '3', '40', '0', '38', ''),
('183', '3', '55', '0', '38', ''),
('184', '3', '58', '0', '38', ''),
('185', '3', '36', '0', '39', ''),
('186', '3', '39', '0', '39', ''),
('187', '3', '40', '0', '39', ''),
('188', '3', '55', '0', '39', ''),
('189', '3', '58', '0', '39', ''),
('200', '3', '36', '0', '42', ''),
('201', '3', '39', '0', '42', ''),
('202', '3', '40', '0', '42', ''),
('203', '3', '55', '0', '42', ''),
('204', '3', '58', '0', '42', ''),
('205', '3', '36', '0', '43', '<table border=\"0\" cellpadding=\"3\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><span style=\"white-space: pre;\"> </span></td>\r\n<td><strong><span style=\"font-size: medium; color: #ff0000;\">Replacement original cartridges for your Laser printer</span></strong><br /></td>\r\n<td>&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td>&nbsp;</td>\r\n<td><span style=\"font-size: x-small;\">Always use original branded cartridges to ensure maximum quality. Refilling cartridges with inferior toner may damage your printer and/or invalidate your warranty.</span><br /></td>\r\n<td>&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>&nbsp;</p>'),
('206', '3', '39', '0', '43', ''),
('207', '3', '40', '0', '43', ''),
('208', '3', '55', '0', '43', ''),
('209', '3', '58', '0', '43', ''),
('400', '3', '36', '0', '82', '<table border=\"0\" cellpadding=\"3\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><span style=\"white-space: pre;\"> </span></td>\r\n<td><strong><span style=\"font-size: medium; color: #ff0000;\">Replacement original cartridges for your Bubblejet printer</span></strong><br /></td>\r\n<td>&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td>&nbsp;</td>\r\n<td><span style=\"font-size: x-small;\">Always use original branded cartridges to ensure maximum quality. Refilling cartridges with inferior inks may damage your printer and/or invalidate your warranty.</span><br /></td>\r\n<td>&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>&nbsp;</p>\r\n'),
('401', '3', '39', '0', '82', ''),
('402', '3', '40', '0', '82', ''),
('403', '3', '55', '0', '82', ''),
('404', '3', '58', '0', '82', ''),
('405', '3', '36', '0', '83', ''),
('406', '3', '39', '0', '83', ''),
('407', '3', '40', '0', '83', ''),
('408', '3', '55', '0', '83', ''),
('409', '3', '58', '0', '83', ''),
('424', '3', '36', '0', '94', ''),
('425', '3', '39', '0', '94', ''),
('426', '3', '40', '0', '94', ''),
('427', '3', '55', '0', '94', ''),
('428', '3', '58', '0', '94', ''),
('429', '3', '36', '0', '95', ''),
('430', '3', '39', '0', '95', ''),
('431', '3', '40', '0', '95', ''),
('432', '3', '55', '0', '95', ''),
('433', '3', '58', '0', '95', ''),
('434', '3', '36', '0', '96', ''),
('435', '3', '39', '0', '96', ''),
('436', '3', '40', '0', '96', ''),
('437', '3', '55', '0', '96', ''),
('438', '3', '58', '0', '96', ''),
('439', '3', '36', '0', '97', ''),
('440', '3', '39', '0', '97', ''),
('441', '3', '40', '0', '97', ''),
('442', '3', '55', '0', '97', ''),
('443', '3', '58', '0', '97', ''),
('444', '3', '36', '0', '98', ''),
('445', '3', '39', '0', '98', ''),
('446', '3', '40', '0', '98', ''),
('447', '3', '55', '0', '98', ''),
('448', '3', '58', '0', '98', ''),
('449', '3', '36', '0', '99', ''),
('450', '3', '39', '0', '99', ''),
('451', '3', '40', '0', '99', ''),
('452', '3', '55', '0', '99', ''),
('453', '3', '58', '0', '99', ''),
('454', '3', '36', '0', '100', ''),
('455', '3', '39', '0', '100', ''),
('456', '3', '40', '0', '100', ''),
('457', '3', '55', '0', '100', ''),
('458', '3', '58', '0', '100', ''),
('479', '3', '36', '0', '105', ''),
('480', '3', '39', '0', '105', ''),
('481', '3', '40', '0', '105', ''),
('482', '3', '55', '0', '105', ''),
('483', '3', '58', '0', '105', ''),
('489', '3', '36', '0', '107', ''),
('490', '3', '39', '0', '107', ''),
('491', '3', '40', '0', '107', ''),
('492', '3', '55', '0', '107', ''),
('493', '3', '58', '0', '107', ''),
('494', '3', '36', '0', '108', ''),
('495', '3', '39', '0', '108', ''),
('496', '3', '40', '0', '108', ''),
('497', '3', '55', '0', '108', ''),
('498', '3', '58', '0', '108', ''),
('499', '3', '36', '0', '109', ''),
('500', '3', '39', '0', '109', ''),
('501', '3', '40', '0', '109', ''),
('502', '3', '55', '0', '109', ''),
('503', '3', '58', '0', '109', ''),
('509', '3', '36', '0', '111', ''),
('510', '3', '39', '0', '111', ''),
('511', '3', '40', '0', '111', ''),
('512', '3', '55', '0', '111', ''),
('513', '3', '58', '0', '111', ''),
('514', '3', '36', '0', '112', ''),
('515', '3', '39', '0', '112', ''),
('516', '3', '40', '0', '112', ''),
('517', '3', '55', '0', '112', ''),
('518', '3', '58', '0', '112', ''),
('519', '3', '36', '0', '113', ''),
('520', '3', '39', '0', '113', ''),
('521', '3', '40', '0', '113', ''),
('522', '3', '55', '0', '113', ''),
('523', '3', '58', '0', '113', ''),
('524', '3', '36', '0', '114', ''),
('525', '3', '39', '0', '114', ''),
('526', '3', '40', '0', '114', ''),
('527', '3', '55', '0', '114', ''),
('528', '3', '58', '0', '114', ''),
('529', '3', '36', '0', '115', ''),
('530', '3', '39', '0', '115', ''),
('531', '3', '40', '0', '115', ''),
('532', '3', '55', '0', '115', ''),
('533', '3', '58', '0', '115', ''),
('534', '3', '36', '0', '116', ''),
('535', '3', '39', '0', '116', ''),
('536', '3', '40', '0', '116', ''),
('537', '3', '55', '0', '116', ''),
('538', '3', '58', '0', '116', ''),
('539', '3', '36', '0', '117', ''),
('540', '3', '39', '0', '117', ''),
('541', '3', '40', '0', '117', ''),
('542', '3', '55', '0', '117', ''),
('543', '3', '58', '0', '117', ''),
('544', '3', '36', '0', '118', ''),
('545', '3', '39', '0', '118', ''),
('546', '3', '40', '0', '118', ''),
('547', '3', '55', '0', '118', ''),
('548', '3', '58', '0', '118', ''),
('549', '3', '36', '0', '119', ''),
('550', '3', '39', '0', '119', ''),
('551', '3', '40', '0', '119', ''),
('552', '3', '55', '0', '119', ''),
('553', '3', '58', '0', '119', ''),
('559', '3', '36', '0', '121', ''),
('560', '3', '39', '0', '121', ''),
('561', '3', '40', '0', '121', ''),
('562', '3', '55', '0', '121', ''),
('563', '3', '58', '0', '121', ''),
('564', '3', '36', '0', '122', ''),
('565', '3', '39', '0', '122', ''),
('566', '3', '40', '0', '122', ''),
('567', '3', '55', '0', '122', ''),
('568', '3', '58', '0', '122', ''),
('569', '3', '36', '0', '123', ''),
('570', '3', '39', '0', '123', ''),
('571', '3', '40', '0', '123', ''),
('572', '3', '55', '0', '123', ''),
('573', '3', '58', '0', '123', ''),
('574', '3', '36', '0', '124', ''),
('575', '3', '39', '0', '124', ''),
('576', '3', '40', '0', '124', ''),
('577', '3', '55', '0', '124', ''),
('578', '3', '58', '0', '124', ''),
('579', '3', '36', '0', '125', ''),
('580', '3', '39', '0', '125', ''),
('581', '3', '40', '0', '125', ''),
('582', '3', '55', '0', '125', ''),
('583', '3', '58', '0', '125', ''),
('584', '3', '36', '0', '126', ''),
('585', '3', '39', '0', '126', ''),
('586', '3', '40', '0', '126', ''),
('587', '3', '55', '0', '126', ''),
('588', '3', '58', '0', '126', ''),
('589', '3', '36', '0', '127', ''),
('590', '3', '39', '0', '127', ''),
('591', '3', '40', '0', '127', ''),
('592', '3', '55', '0', '127', ''),
('593', '3', '58', '0', '127', ''),
('594', '3', '36', '0', '128', ''),
('595', '3', '39', '0', '128', ''),
('596', '3', '40', '0', '128', ''),
('597', '3', '55', '0', '128', ''),
('598', '3', '58', '0', '128', ''),
('599', '3', '36', '0', '129', ''),
('600', '3', '39', '0', '129', ''),
('601', '3', '40', '0', '129', ''),
('602', '3', '55', '0', '129', ''),
('603', '3', '58', '0', '129', ''),
('604', '3', '36', '0', '130', ''),
('605', '3', '39', '0', '130', ''),
('606', '3', '40', '0', '130', ''),
('607', '3', '55', '0', '130', ''),
('608', '3', '58', '0', '130', ''),
('609', '3', '36', '0', '131', ''),
('610', '3', '39', '0', '131', ''),
('611', '3', '40', '0', '131', ''),
('612', '3', '55', '0', '131', ''),
('613', '3', '58', '0', '131', ''),
('614', '3', '36', '0', '132', ''),
('615', '3', '39', '0', '132', ''),
('616', '3', '40', '0', '132', ''),
('617', '3', '55', '0', '132', ''),
('618', '3', '58', '0', '132', ''),
('619', '3', '36', '0', '133', ''),
('620', '3', '39', '0', '133', ''),
('621', '3', '40', '0', '133', ''),
('622', '3', '55', '0', '133', ''),
('623', '3', '58', '0', '133', ''),
('624', '3', '36', '0', '134', ''),
('625', '3', '39', '0', '134', ''),
('626', '3', '40', '0', '134', ''),
('627', '3', '55', '0', '134', ''),
('628', '3', '58', '0', '134', ''),
('629', '3', '36', '0', '135', ''),
('630', '3', '39', '0', '135', ''),
('631', '3', '40', '0', '135', ''),
('632', '3', '55', '0', '135', ''),
('633', '3', '58', '0', '135', ''),
('634', '3', '36', '0', '136', ''),
('635', '3', '39', '0', '136', ''),
('636', '3', '40', '0', '136', ''),
('637', '3', '55', '0', '136', ''),
('638', '3', '58', '0', '136', ''),
('639', '3', '36', '0', '137', ''),
('640', '3', '39', '0', '137', ''),
('641', '3', '40', '0', '137', ''),
('642', '3', '55', '0', '137', ''),
('643', '3', '58', '0', '137', ''),
('644', '3', '36', '0', '138', ''),
('645', '3', '39', '0', '138', ''),
('646', '3', '40', '0', '138', ''),
('647', '3', '55', '0', '138', ''),
('648', '3', '58', '0', '138', ''),
('649', '3', '36', '0', '139', ''),
('650', '3', '39', '0', '139', ''),
('651', '3', '40', '0', '139', ''),
('652', '3', '55', '0', '139', ''),
('653', '3', '58', '0', '139', ''),
('654', '3', '36', '0', '140', ''),
('655', '3', '39', '0', '140', ''),
('656', '3', '40', '0', '140', ''),
('657', '3', '55', '0', '140', ''),
('658', '3', '58', '0', '140', ''),
('659', '3', '36', '0', '141', ''),
('660', '3', '39', '0', '141', ''),
('661', '3', '40', '0', '141', ''),
('662', '3', '55', '0', '141', ''),
('663', '3', '58', '0', '141', ''),
('664', '3', '36', '0', '142', ''),
('665', '3', '39', '0', '142', ''),
('666', '3', '40', '0', '142', ''),
('667', '3', '55', '0', '142', ''),
('668', '3', '58', '0', '142', ''),
('669', '3', '36', '0', '143', ''),
('670', '3', '39', '0', '143', ''),
('671', '3', '40', '0', '143', ''),
('672', '3', '55', '0', '143', ''),
('673', '3', '58', '0', '143', ''),
('674', '3', '36', '0', '144', ''),
('675', '3', '39', '0', '144', ''),
('676', '3', '40', '0', '144', ''),
('677', '3', '55', '0', '144', ''),
('678', '3', '58', '0', '144', ''),
('679', '3', '36', '0', '145', ''),
('680', '3', '39', '0', '145', ''),
('681', '3', '40', '0', '145', ''),
('682', '3', '55', '0', '145', ''),
('683', '3', '58', '0', '145', ''),
('684', '3', '36', '0', '146', ''),
('685', '3', '39', '0', '146', ''),
('686', '3', '40', '0', '146', ''),
('687', '3', '55', '0', '146', ''),
('688', '3', '58', '0', '146', ''),
('689', '3', '36', '0', '147', ''),
('690', '3', '39', '0', '147', ''),
('691', '3', '40', '0', '147', ''),
('692', '3', '55', '0', '147', ''),
('693', '3', '58', '0', '147', ''),
('694', '3', '36', '0', '148', ''),
('695', '3', '39', '0', '148', ''),
('696', '3', '40', '0', '148', ''),
('697', '3', '55', '0', '148', ''),
('698', '3', '58', '0', '148', ''),
('699', '3', '36', '0', '149', ''),
('700', '3', '39', '0', '149', ''),
('701', '3', '40', '0', '149', ''),
('702', '3', '55', '0', '149', ''),
('703', '3', '58', '0', '149', ''),
('704', '3', '36', '0', '150', ''),
('705', '3', '39', '0', '150', ''),
('706', '3', '40', '0', '150', ''),
('707', '3', '55', '0', '150', ''),
('708', '3', '58', '0', '150', ''),
('709', '3', '36', '0', '151', ''),
('710', '3', '39', '0', '151', ''),
('711', '3', '40', '0', '151', ''),
('712', '3', '55', '0', '151', ''),
('713', '3', '58', '0', '151', ''),
('714', '3', '36', '0', '152', ''),
('715', '3', '39', '0', '152', ''),
('716', '3', '40', '0', '152', ''),
('717', '3', '55', '0', '152', ''),
('718', '3', '58', '0', '152', ''),
('719', '3', '36', '0', '153', ''),
('720', '3', '39', '0', '153', ''),
('721', '3', '40', '0', '153', ''),
('722', '3', '55', '0', '153', ''),
('723', '3', '58', '0', '153', ''),
('724', '3', '36', '0', '154', ''),
('725', '3', '39', '0', '154', ''),
('726', '3', '40', '0', '154', ''),
('727', '3', '55', '0', '154', ''),
('728', '3', '58', '0', '154', ''),
('729', '3', '36', '0', '155', ''),
('730', '3', '39', '0', '155', ''),
('731', '3', '40', '0', '155', ''),
('732', '3', '55', '0', '155', ''),
('733', '3', '58', '0', '155', ''),
('734', '3', '36', '0', '156', ''),
('735', '3', '39', '0', '156', ''),
('736', '3', '40', '0', '156', ''),
('737', '3', '55', '0', '156', ''),
('738', '3', '58', '0', '156', ''),
('739', '3', '36', '0', '157', ''),
('740', '3', '39', '0', '157', ''),
('741', '3', '40', '0', '157', ''),
('742', '3', '55', '0', '157', ''),
('743', '3', '58', '0', '157', ''),
('744', '3', '36', '0', '158', ''),
('745', '3', '39', '0', '158', ''),
('746', '3', '40', '0', '158', ''),
('747', '3', '55', '0', '158', ''),
('748', '3', '58', '0', '158', ''),
('749', '3', '36', '0', '159', ''),
('750', '3', '39', '0', '159', ''),
('751', '3', '40', '0', '159', ''),
('752', '3', '55', '0', '159', ''),
('753', '3', '58', '0', '159', ''),
('759', '3', '36', '0', '161', ''),
('760', '3', '39', '0', '161', ''),
('761', '3', '40', '0', '161', ''),
('762', '3', '55', '0', '161', ''),
('763', '3', '58', '0', '161', ''),
('764', '3', '36', '0', '162', ''),
('765', '3', '39', '0', '162', ''),
('766', '3', '40', '0', '162', ''),
('767', '3', '55', '0', '162', ''),
('768', '3', '58', '0', '162', ''),
('769', '3', '36', '0', '163', ''),
('770', '3', '39', '0', '163', ''),
('771', '3', '40', '0', '163', ''),
('772', '3', '55', '0', '163', ''),
('773', '3', '58', '0', '163', ''),
('799', '3', '36', '0', '169', ''),
('800', '3', '39', '0', '169', ''),
('801', '3', '40', '0', '169', ''),
('802', '3', '55', '0', '169', ''),
('803', '3', '58', '0', '169', ''),
('804', '3', '36', '0', '170', ''),
('805', '3', '39', '0', '170', ''),
('806', '3', '40', '0', '170', ''),
('807', '3', '55', '0', '170', ''),
('808', '3', '58', '0', '170', ''),
('809', '3', '36', '0', '171', ''),
('810', '3', '39', '0', '171', ''),
('811', '3', '40', '0', '171', ''),
('812', '3', '55', '0', '171', ''),
('813', '3', '58', '0', '171', ''),
('814', '3', '36', '0', '172', ''),
('815', '3', '39', '0', '172', ''),
('816', '3', '40', '0', '172', ''),
('817', '3', '55', '0', '172', ''),
('818', '3', '58', '0', '172', ''),
('819', '3', '36', '0', '173', ''),
('820', '3', '39', '0', '173', ''),
('821', '3', '40', '0', '173', ''),
('822', '3', '55', '0', '173', ''),
('823', '3', '58', '0', '173', ''),
('824', '3', '36', '0', '174', ''),
('825', '3', '39', '0', '174', ''),
('826', '3', '40', '0', '174', ''),
('827', '3', '55', '0', '174', ''),
('828', '3', '58', '0', '174', ''),
('829', '3', '36', '0', '175', ''),
('830', '3', '39', '0', '175', ''),
('831', '3', '40', '0', '175', ''),
('832', '3', '55', '0', '175', ''),
('833', '3', '58', '0', '175', ''),
('834', '3', '36', '0', '176', ''),
('835', '3', '39', '0', '176', ''),
('836', '3', '40', '0', '176', ''),
('837', '3', '55', '0', '176', ''),
('838', '3', '58', '0', '176', ''),
('839', '3', '36', '0', '177', ''),
('840', '3', '39', '0', '177', ''),
('841', '3', '40', '0', '177', ''),
('842', '3', '55', '0', '177', ''),
('843', '3', '58', '0', '177', '');

-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_category_entity_varchar`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_category_entity_varchar` (
  `value_id` int(11) NOT NULL auto_increment,
  `entity_type_id` smallint(5) unsigned NOT NULL default '0',
  `attribute_id` smallint(5) unsigned NOT NULL default '0',
  `store_id` smallint(5) unsigned NOT NULL default '0',
  `entity_id` int(10) unsigned NOT NULL default '0',
  `value` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`value_id`),
  UNIQUE KEY `IDX_BASE` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`),
  KEY `FK_ATTRIBUTE_VARCHAR_ENTITY` (`entity_id`),
  KEY `FK_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE` (`attribute_id`),
  KEY `FK_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE` (`store_id`),
  KEY `MAGMI_CCEV_OPTIMIZATION_IDX` (`value`)
) ENGINE=InnoDB AUTO_INCREMENT=1373 DEFAULT CHARSET=utf8 AUTO_INCREMENT=1373 ;

-- 
-- Dumping data for table `catalog_category_entity_varchar`
-- 

INSERT INTO `catalog_category_entity_varchar` VALUES ('1', '3', '33', '0', '1', 'Root Catalog'),
('2', '3', '33', '1', '1', 'Root Catalog'),
('3', '3', '35', '0', '1', 'root-catalog'),
('8', '3', '33', '0', '3', 'Root Catalog'),
('9', '3', '35', '0', '3', 'printers'),
('10', '3', '38', '0', '3', ''),
('11', '3', '41', '0', '3', 'PRODUCTS'),
('12', '3', '50', '0', '3', ''),
('13', '3', '54', '0', '3', ''),
('14', '3', '120', '0', '3', ''),
('23', '3', '33', '0', '5', 'Cameras'),
('24', '3', '35', '0', '5', 'camerasmain'),
('25', '3', '38', '0', '5', 'Cameras from Canon'),
('26', '3', '41', '0', '5', 'PAGE'),
('27', '3', '50', '0', '5', ''),
('28', '3', '54', '0', '5', ''),
('31', '3', '49', '1', '5', 'camerasmain'),
('32', '3', '49', '0', '5', 'camerasmain'),
('53', '3', '120', '0', '5', 'EOS_550D_FSL_w_EF-S_18-55mm.jpg'),
('54', '3', '37', '0', '5', 'EOS_60D_w_EF-S_18-135mm_FRT_LCD_OPEN.jpg'),
('55', '3', '33', '0', '8', 'Digital SLR Cameras'),
('56', '3', '35', '0', '8', 'slr-cameras'),
('57', '3', '38', '0', '8', ''),
('58', '3', '41', '0', '8', 'PAGE'),
('59', '3', '50', '0', '8', ''),
('60', '3', '54', '0', '8', ''),
('61', '3', '49', '1', '8', 'camerasmain/slr-cameras'),
('62', '3', '49', '0', '8', 'camerasmain/slr-cameras'),
('63', '3', '33', '0', '9', 'Digital Compact Cameras'),
('64', '3', '35', '0', '9', 'digital-compact-cameras'),
('65', '3', '38', '0', '9', ''),
('66', '3', '41', '0', '9', 'PAGE'),
('67', '3', '50', '0', '9', ''),
('68', '3', '54', '0', '9', ''),
('69', '3', '49', '1', '9', 'camerasmain/digital-compact-cameras'),
('70', '3', '49', '0', '9', 'camerasmain/digital-compact-cameras'),
('71', '3', '33', '0', '10', 'Accessories'),
('72', '3', '35', '0', '10', 'accessories'),
('73', '3', '38', '0', '10', ''),
('74', '3', '41', '0', '10', 'PRODUCTS'),
('75', '3', '50', '0', '10', ''),
('76', '3', '54', '0', '10', ''),
('77', '3', '49', '1', '10', 'camerasmain/slr-cameras/accessories'),
('78', '3', '49', '0', '10', 'camerasmain/slr-cameras/accessories'),
('79', '3', '33', '0', '11', 'Accessories'),
('80', '3', '35', '0', '11', 'accessories'),
('81', '3', '38', '0', '11', ''),
('82', '3', '41', '0', '11', 'PRODUCTS'),
('83', '3', '50', '0', '11', ''),
('84', '3', '54', '0', '11', ''),
('85', '3', '49', '1', '11', 'camerasmain/digital-compact-cameras/accessories'),
('86', '3', '49', '0', '11', 'camerasmain/digital-compact-cameras/accessories'),
('87', '3', '33', '0', '12', 'EF Lenses'),
('88', '3', '35', '0', '12', 'ef-lenses'),
('89', '3', '38', '0', '12', ''),
('90', '3', '41', '0', '12', 'PAGE'),
('91', '3', '50', '0', '12', ''),
('92', '3', '54', '0', '12', ''),
('93', '3', '49', '1', '12', 'camerasmain/slr-cameras/ef-lenses'),
('94', '3', '49', '0', '12', 'camerasmain/slr-cameras/ef-lenses'),
('95', '3', '33', '0', '13', 'Speedlite Flashes'),
('96', '3', '35', '0', '13', 'flashes'),
('97', '3', '38', '0', '13', ''),
('98', '3', '41', '0', '13', 'PAGE'),
('99', '3', '50', '0', '13', ''),
('100', '3', '54', '0', '13', ''),
('101', '3', '49', '1', '13', 'camerasmain/slr-cameras/flashes'),
('102', '3', '49', '0', '13', 'camerasmain/slr-cameras/flashes'),
('103', '3', '33', '0', '14', 'Accessories'),
('104', '3', '35', '0', '14', 'accessories'),
('105', '3', '38', '0', '14', ''),
('106', '3', '41', '0', '14', 'PRODUCTS'),
('107', '3', '50', '0', '14', ''),
('108', '3', '54', '0', '14', ''),
('109', '3', '49', '1', '14', 'camerasmain/slr-cameras/ef-lenses/accessories'),
('110', '3', '49', '0', '14', 'camerasmain/slr-cameras/ef-lenses/accessories'),
('111', '3', '33', '0', '15', 'Accessories'),
('112', '3', '35', '0', '15', 'accessories'),
('113', '3', '38', '0', '15', ''),
('114', '3', '41', '0', '15', 'PRODUCTS'),
('115', '3', '50', '0', '15', ''),
('116', '3', '54', '0', '15', ''),
('117', '3', '49', '1', '15', 'camerasmain/slr-cameras/flashes/accessories'),
('118', '3', '49', '0', '15', 'camerasmain/slr-cameras/flashes/accessories'),
('119', '3', '33', '0', '16', 'Camcorders'),
('120', '3', '35', '0', '16', 'cam-corders'),
('121', '3', '38', '0', '16', ''),
('122', '3', '41', '0', '16', 'PRODUCTS'),
('123', '3', '50', '0', '16', ''),
('124', '3', '54', '0', '16', ''),
('125', '3', '49', '1', '16', 'cam-corders'),
('126', '3', '49', '0', '16', 'cam-corders'),
('127', '3', '33', '0', '17', 'Accessories'),
('128', '3', '35', '0', '17', 'accessories'),
('129', '3', '38', '0', '17', ''),
('130', '3', '41', '0', '17', 'PRODUCTS'),
('131', '3', '50', '0', '17', ''),
('132', '3', '54', '0', '17', ''),
('133', '3', '49', '1', '17', 'cam-corders/accessories'),
('134', '3', '49', '0', '17', 'cam-corders/accessories'),
('143', '3', '33', '0', '19', 'Faxes'),
('144', '3', '35', '0', '19', 'faxes'),
('145', '3', '38', '0', '19', ''),
('146', '3', '41', '0', '19', 'PRODUCTS'),
('147', '3', '50', '0', '19', ''),
('148', '3', '54', '0', '19', ''),
('149', '3', '49', '1', '19', 'faxes'),
('150', '3', '49', '0', '19', 'faxes'),
('151', '3', '33', '0', '20', 'Printers'),
('152', '3', '35', '0', '20', 'printers'),
('153', '3', '38', '0', '20', ''),
('154', '3', '41', '0', '20', 'PRODUCTS'),
('155', '3', '50', '0', '20', ''),
('156', '3', '54', '0', '20', ''),
('157', '3', '49', '1', '20', 'printers'),
('158', '3', '49', '0', '20', 'printers'),
('159', '3', '33', '0', '21', 'Scanners'),
('160', '3', '35', '0', '21', 'scanners'),
('161', '3', '38', '0', '21', ''),
('162', '3', '41', '0', '21', 'PRODUCTS'),
('163', '3', '50', '0', '21', ''),
('164', '3', '54', '0', '21', ''),
('165', '3', '49', '1', '21', 'scanners'),
('166', '3', '49', '0', '21', 'scanners'),
('167', '3', '33', '0', '22', 'Multifunctionals'),
('168', '3', '35', '0', '22', 'multifunctionals'),
('169', '3', '38', '0', '22', ''),
('170', '3', '41', '0', '22', 'PAGE'),
('171', '3', '50', '0', '22', ''),
('172', '3', '54', '0', '22', ''),
('173', '3', '49', '1', '22', 'multifunctionals'),
('174', '3', '49', '0', '22', 'multifunctionals'),
('207', '3', '33', '0', '27', 'Calculators'),
('208', '3', '35', '0', '27', 'calculators'),
('209', '3', '38', '0', '27', ''),
('210', '3', '41', '0', '27', 'PRODUCTS'),
('211', '3', '50', '0', '27', ''),
('212', '3', '54', '0', '27', ''),
('213', '3', '49', '1', '27', 'calculators'),
('214', '3', '49', '0', '27', 'calculators'),
('247', '3', '33', '0', '32', 'Consumables'),
('248', '3', '35', '0', '32', 'consumables'),
('249', '3', '38', '0', '32', ''),
('250', '3', '41', '0', '32', 'PRODUCTS'),
('251', '3', '50', '0', '32', ''),
('252', '3', '54', '0', '32', ''),
('253', '3', '49', '1', '32', 'consumables'),
('254', '3', '49', '0', '32', 'consumables'),
('277', '3', '33', '0', '36', 'Compact Photo Printers'),
('278', '3', '35', '0', '36', 'compact-photo-printers'),
('279', '3', '38', '0', '36', ''),
('280', '3', '41', '0', '36', 'PRODUCTS'),
('281', '3', '50', '0', '36', ''),
('282', '3', '54', '0', '36', ''),
('283', '3', '49', '1', '36', 'printers/compact-photo-printers'),
('284', '3', '49', '0', '36', 'printers/compact-photo-printers'),
('285', '3', '33', '0', '37', 'Professional Photo Printers'),
('286', '3', '35', '0', '37', 'professional-photo-printers'),
('287', '3', '38', '0', '37', ''),
('288', '3', '41', '0', '37', 'PRODUCTS'),
('289', '3', '50', '0', '37', ''),
('290', '3', '54', '0', '37', ''),
('291', '3', '49', '1', '37', 'printers/professional-photo-printers'),
('292', '3', '49', '0', '37', 'printers/professional-photo-printers'),
('293', '3', '33', '0', '38', 'Laser Printers'),
('294', '3', '35', '0', '38', 'laser-printers'),
('295', '3', '38', '0', '38', ''),
('296', '3', '41', '0', '38', 'PRODUCTS'),
('297', '3', '50', '0', '38', ''),
('298', '3', '54', '0', '38', ''),
('299', '3', '49', '1', '38', 'printers/laser-printers'),
('300', '3', '49', '0', '38', 'printers/laser-printers'),
('301', '3', '33', '0', '39', 'Inkjet Printers'),
('302', '3', '35', '0', '39', 'inkjet-printers'),
('303', '3', '38', '0', '39', ''),
('304', '3', '41', '0', '39', 'PRODUCTS'),
('305', '3', '50', '0', '39', ''),
('306', '3', '54', '0', '39', ''),
('307', '3', '49', '1', '39', 'printers/inkjet-printers'),
('308', '3', '49', '0', '39', 'printers/inkjet-printers'),
('325', '3', '33', '0', '42', 'Paper'),
('326', '3', '35', '0', '42', 'paper'),
('327', '3', '38', '0', '42', ''),
('328', '3', '41', '0', '42', 'PRODUCTS'),
('329', '3', '50', '0', '42', ''),
('330', '3', '54', '0', '42', ''),
('331', '3', '49', '1', '42', 'consumables/paper'),
('332', '3', '49', '0', '42', 'consumables/paper'),
('333', '3', '33', '0', '43', 'Toner Cartridges'),
('334', '3', '35', '0', '43', 'toner-cartridges'),
('335', '3', '38', '0', '43', ''),
('336', '3', '41', '0', '43', 'PRODUCTS'),
('337', '3', '50', '0', '43', ''),
('338', '3', '54', '0', '43', ''),
('339', '3', '49', '1', '43', 'consumables/toner-cartridges'),
('340', '3', '49', '0', '43', 'consumables/toner-cartridges'),
('645', '3', '33', '0', '82', 'Ink Cartridges'),
('646', '3', '35', '0', '82', 'ink'),
('647', '3', '38', '0', '82', ''),
('648', '3', '41', '0', '82', 'PRODUCTS'),
('649', '3', '50', '0', '82', ''),
('650', '3', '54', '0', '82', ''),
('651', '3', '49', '1', '82', 'consumables/ink'),
('652', '3', '49', '0', '82', 'consumables/ink'),
('653', '3', '33', '0', '83', 'Imported Category'),
('654', '3', '35', '0', '83', 'imported'),
('655', '3', '38', '0', '83', ''),
('656', '3', '41', '0', '83', 'PRODUCTS'),
('657', '3', '50', '0', '83', ''),
('658', '3', '54', '0', '83', ''),
('659', '3', '49', '1', '83', 'imported'),
('660', '3', '49', '0', '83', 'imported'),
('705', '3', '33', '0', '94', 'Battery Packs'),
('706', '3', '35', '0', '94', 'battery-packs'),
('707', '3', '38', '0', '94', ''),
('708', '3', '41', '0', '94', 'PRODUCTS'),
('709', '3', '50', '0', '94', ''),
('710', '3', '54', '0', '94', ''),
('711', '3', '49', '1', '94', 'camerasmain/slr-cameras/accessories/battery-packs'),
('712', '3', '49', '0', '94', 'camerasmain/slr-cameras/accessories/battery-packs'),
('713', '3', '33', '0', '95', 'Power Supply'),
('714', '3', '35', '0', '95', 'power-supply'),
('715', '3', '38', '0', '95', ''),
('716', '3', '41', '0', '95', 'PRODUCTS'),
('717', '3', '50', '0', '95', ''),
('718', '3', '54', '0', '95', ''),
('719', '3', '49', '1', '95', 'camerasmain/slr-cameras/accessories/power-supply'),
('720', '3', '49', '0', '95', 'camerasmain/slr-cameras/accessories/power-supply'),
('721', '3', '33', '0', '96', 'Battery Chargers'),
('722', '3', '35', '0', '96', 'battery-chargers'),
('723', '3', '38', '0', '96', ''),
('724', '3', '41', '0', '96', 'PRODUCTS'),
('725', '3', '50', '0', '96', ''),
('726', '3', '54', '0', '96', ''),
('727', '3', '49', '1', '96', 'camerasmain/slr-cameras/accessories/battery-chargers'),
('728', '3', '49', '0', '96', 'camerasmain/slr-cameras/accessories/battery-chargers'),
('729', '3', '33', '0', '97', 'Cables'),
('730', '3', '35', '0', '97', 'cables'),
('731', '3', '38', '0', '97', ''),
('732', '3', '41', '0', '97', 'PRODUCTS'),
('733', '3', '50', '0', '97', ''),
('734', '3', '54', '0', '97', ''),
('735', '3', '49', '1', '97', 'camerasmain/slr-cameras/accessories/cables'),
('736', '3', '49', '0', '97', 'camerasmain/slr-cameras/accessories/cables'),
('737', '3', '33', '0', '98', 'Waterproof & All Weather Cases'),
('738', '3', '35', '0', '98', 'waterproof-cases'),
('739', '3', '38', '0', '98', ''),
('740', '3', '41', '0', '98', 'PRODUCTS'),
('741', '3', '50', '0', '98', ''),
('742', '3', '54', '0', '98', ''),
('743', '3', '49', '1', '98', 'camerasmain/slr-cameras/accessories/waterproof-cases'),
('744', '3', '49', '0', '98', 'camerasmain/slr-cameras/accessories/waterproof-cases'),
('745', '3', '33', '0', '99', 'Remote Controls'),
('746', '3', '35', '0', '99', 'remote-controls'),
('747', '3', '38', '0', '99', ''),
('748', '3', '41', '0', '99', 'PRODUCTS'),
('749', '3', '50', '0', '99', ''),
('750', '3', '54', '0', '99', ''),
('751', '3', '49', '1', '99', 'camerasmain/slr-cameras/accessories/remote-controls'),
('752', '3', '49', '0', '99', 'camerasmain/slr-cameras/accessories/remote-controls'),
('753', '3', '33', '0', '100', 'Straps'),
('754', '3', '35', '0', '100', 'straps'),
('755', '3', '38', '0', '100', ''),
('756', '3', '41', '0', '100', 'PRODUCTS'),
('757', '3', '50', '0', '100', ''),
('758', '3', '54', '0', '100', ''),
('759', '3', '49', '1', '100', 'camerasmain/slr-cameras/accessories/straps'),
('760', '3', '49', '0', '100', 'camerasmain/slr-cameras/accessories/straps'),
('793', '3', '33', '0', '105', 'Other'),
('794', '3', '35', '0', '105', 'other'),
('795', '3', '38', '0', '105', ''),
('796', '3', '41', '0', '105', 'PRODUCTS'),
('797', '3', '50', '0', '105', ''),
('798', '3', '54', '0', '105', ''),
('799', '3', '49', '1', '105', 'camerasmain/slr-cameras/accessories/other'),
('800', '3', '49', '0', '105', 'camerasmain/slr-cameras/accessories/other'),
('807', '3', '33', '0', '107', 'Focusing Screens'),
('808', '3', '35', '0', '107', 'focusing-screens'),
('809', '3', '38', '0', '107', ''),
('810', '3', '41', '0', '107', 'PRODUCTS'),
('811', '3', '50', '0', '107', ''),
('812', '3', '54', '0', '107', ''),
('813', '3', '49', '1', '107', 'camerasmain/slr-cameras/accessories/focusing-screens'),
('814', '3', '49', '0', '107', 'camerasmain/slr-cameras/accessories/focusing-screens'),
('815', '3', '33', '0', '108', 'Battery Grips'),
('816', '3', '35', '0', '108', 'battery-grips'),
('817', '3', '38', '0', '108', ''),
('818', '3', '41', '0', '108', 'PRODUCTS'),
('819', '3', '50', '0', '108', ''),
('820', '3', '54', '0', '108', ''),
('821', '3', '49', '1', '108', 'camerasmain/slr-cameras/accessories/battery-grips'),
('822', '3', '49', '0', '108', 'camerasmain/slr-cameras/accessories/battery-grips'),
('823', '3', '33', '0', '109', 'Tripod Mount Ring'),
('824', '3', '35', '0', '109', 'tripod-mount-ring'),
('825', '3', '38', '0', '109', ''),
('826', '3', '41', '0', '109', 'PRODUCTS'),
('827', '3', '50', '0', '109', ''),
('828', '3', '54', '0', '109', ''),
('829', '3', '49', '1', '109', 'camerasmain/slr-cameras/accessories/tripod-mount-ring'),
('830', '3', '49', '0', '109', 'camerasmain/slr-cameras/accessories/tripod-mount-ring'),
('839', '3', '33', '0', '111', 'Viewfinder Accessories'),
('840', '3', '35', '0', '111', 'viewfinder-accessories'),
('841', '3', '38', '0', '111', ''),
('842', '3', '41', '0', '111', 'PRODUCTS'),
('843', '3', '50', '0', '111', ''),
('844', '3', '54', '0', '111', ''),
('845', '3', '49', '1', '111', 'camerasmain/slr-cameras/accessories/viewfinder-accessories'),
('846', '3', '49', '0', '111', 'camerasmain/slr-cameras/accessories/viewfinder-accessories'),
('847', '3', '33', '0', '112', 'Tripods'),
('848', '3', '35', '0', '112', 'tripods'),
('849', '3', '38', '0', '112', ''),
('850', '3', '41', '0', '112', 'PRODUCTS'),
('851', '3', '50', '0', '112', ''),
('852', '3', '54', '0', '112', ''),
('853', '3', '49', '1', '112', 'camerasmain/slr-cameras/accessories/tripods'),
('854', '3', '49', '0', '112', 'camerasmain/slr-cameras/accessories/tripods'),
('855', '3', '33', '0', '113', 'Battery Packs'),
('856', '3', '35', '0', '113', 'battery-packs'),
('857', '3', '38', '0', '113', ''),
('858', '3', '41', '0', '113', 'PRODUCTS'),
('859', '3', '50', '0', '113', ''),
('860', '3', '54', '0', '113', ''),
('861', '3', '49', '1', '113', 'camerasmain/digital-compact-cameras/accessories/battery-packs'),
('862', '3', '49', '0', '113', 'camerasmain/digital-compact-cameras/accessories/battery-packs'),
('863', '3', '33', '0', '114', 'Power Supply'),
('864', '3', '35', '0', '114', 'power-supply'),
('865', '3', '38', '0', '114', ''),
('866', '3', '41', '0', '114', 'PRODUCTS'),
('867', '3', '50', '0', '114', ''),
('868', '3', '54', '0', '114', ''),
('869', '3', '49', '1', '114', 'camerasmain/digital-compact-cameras/accessories/power-supply'),
('870', '3', '49', '0', '114', 'camerasmain/digital-compact-cameras/accessories/power-supply'),
('871', '3', '33', '0', '115', 'Battery Chargers'),
('872', '3', '35', '0', '115', 'battery-chargers'),
('873', '3', '38', '0', '115', ''),
('874', '3', '41', '0', '115', 'PRODUCTS'),
('875', '3', '50', '0', '115', ''),
('876', '3', '54', '0', '115', ''),
('877', '3', '49', '1', '115', 'camerasmain/digital-compact-cameras/accessories/battery-chargers'),
('878', '3', '49', '0', '115', 'camerasmain/digital-compact-cameras/accessories/battery-chargers'),
('879', '3', '33', '0', '116', 'Cables'),
('880', '3', '35', '0', '116', 'cables'),
('881', '3', '38', '0', '116', ''),
('882', '3', '41', '0', '116', 'PRODUCTS'),
('883', '3', '50', '0', '116', ''),
('884', '3', '54', '0', '116', ''),
('885', '3', '49', '1', '116', 'camerasmain/digital-compact-cameras/accessories/cables'),
('886', '3', '49', '0', '116', 'camerasmain/digital-compact-cameras/accessories/cables'),
('887', '3', '33', '0', '117', 'Cases'),
('888', '3', '35', '0', '117', 'cases'),
('889', '3', '38', '0', '117', ''),
('890', '3', '41', '0', '117', 'PRODUCTS'),
('891', '3', '50', '0', '117', ''),
('892', '3', '54', '0', '117', ''),
('893', '3', '49', '1', '117', 'camerasmain/digital-compact-cameras/accessories/cases'),
('894', '3', '49', '0', '117', 'camerasmain/digital-compact-cameras/accessories/cases'),
('895', '3', '33', '0', '118', 'Waterproof Cases'),
('896', '3', '35', '0', '118', 'waterproof-cases'),
('897', '3', '38', '0', '118', ''),
('898', '3', '41', '0', '118', 'PRODUCTS'),
('899', '3', '50', '0', '118', ''),
('900', '3', '54', '0', '118', ''),
('901', '3', '49', '1', '118', 'camerasmain/digital-compact-cameras/accessories/waterproof-cases'),
('902', '3', '49', '0', '118', 'camerasmain/digital-compact-cameras/accessories/waterproof-cases'),
('903', '3', '33', '0', '119', 'Remote Controls'),
('904', '3', '35', '0', '119', 'remote-controls'),
('905', '3', '38', '0', '119', ''),
('906', '3', '41', '0', '119', 'PRODUCTS'),
('907', '3', '50', '0', '119', ''),
('908', '3', '54', '0', '119', ''),
('909', '3', '49', '1', '119', 'camerasmain/digital-compact-cameras/accessories/remote-controls'),
('910', '3', '49', '0', '119', 'camerasmain/digital-compact-cameras/accessories/remote-controls'),
('919', '3', '33', '0', '121', 'Straps'),
('920', '3', '35', '0', '121', 'straps'),
('921', '3', '38', '0', '121', ''),
('922', '3', '41', '0', '121', 'PRODUCTS'),
('923', '3', '50', '0', '121', ''),
('924', '3', '54', '0', '121', ''),
('925', '3', '49', '1', '121', 'camerasmain/digital-compact-cameras/accessories/straps'),
('926', '3', '49', '0', '121', 'camerasmain/digital-compact-cameras/accessories/straps'),
('927', '3', '33', '0', '122', 'Front Cover Sets'),
('928', '3', '35', '0', '122', 'front-cover-sets'),
('929', '3', '38', '0', '122', ''),
('930', '3', '41', '0', '122', 'PRODUCTS'),
('931', '3', '50', '0', '122', ''),
('932', '3', '54', '0', '122', ''),
('933', '3', '49', '1', '122', 'camerasmain/digital-compact-cameras/accessories/front-cover-sets'),
('934', '3', '49', '0', '122', 'camerasmain/digital-compact-cameras/accessories/front-cover-sets'),
('935', '3', '33', '0', '123', 'Lens Adapters'),
('936', '3', '35', '0', '123', 'lens-adapters'),
('937', '3', '38', '0', '123', ''),
('938', '3', '41', '0', '123', 'PRODUCTS'),
('939', '3', '50', '0', '123', ''),
('940', '3', '54', '0', '123', ''),
('941', '3', '49', '1', '123', 'camerasmain/digital-compact-cameras/accessories/lens-adapters'),
('942', '3', '49', '0', '123', 'camerasmain/digital-compact-cameras/accessories/lens-adapters'),
('943', '3', '33', '0', '124', 'Teleconverters'),
('944', '3', '35', '0', '124', 'teleconverters'),
('945', '3', '38', '0', '124', ''),
('946', '3', '41', '0', '124', 'PRODUCTS'),
('947', '3', '50', '0', '124', ''),
('948', '3', '54', '0', '124', ''),
('949', '3', '49', '1', '124', 'camerasmain/digital-compact-cameras/accessories/teleconverters'),
('950', '3', '49', '0', '124', 'camerasmain/digital-compact-cameras/accessories/teleconverters'),
('951', '3', '33', '0', '125', 'Wide Converters'),
('952', '3', '35', '0', '125', 'wide-converters'),
('953', '3', '38', '0', '125', ''),
('954', '3', '41', '0', '125', 'PRODUCTS'),
('955', '3', '50', '0', '125', ''),
('956', '3', '54', '0', '125', ''),
('957', '3', '49', '1', '125', 'camerasmain/digital-compact-cameras/accessories/wide-converters'),
('958', '3', '49', '0', '125', 'camerasmain/digital-compact-cameras/accessories/wide-converters'),
('959', '3', '33', '0', '126', 'Filter Adapters'),
('960', '3', '35', '0', '126', 'filter-adapters'),
('961', '3', '38', '0', '126', ''),
('962', '3', '41', '0', '126', 'PRODUCTS'),
('963', '3', '50', '0', '126', ''),
('964', '3', '54', '0', '126', ''),
('965', '3', '49', '1', '126', 'camerasmain/digital-compact-cameras/accessories/filter-adapters'),
('966', '3', '49', '0', '126', 'camerasmain/digital-compact-cameras/accessories/filter-adapters'),
('967', '3', '33', '0', '127', 'Other'),
('968', '3', '35', '0', '127', 'other'),
('969', '3', '38', '0', '127', ''),
('970', '3', '41', '0', '127', 'PRODUCTS'),
('971', '3', '50', '0', '127', ''),
('972', '3', '54', '0', '127', ''),
('973', '3', '49', '1', '127', 'camerasmain/digital-compact-cameras/accessories/other'),
('974', '3', '49', '0', '127', 'camerasmain/digital-compact-cameras/accessories/other'),
('975', '3', '33', '0', '128', 'Camera Eyecup'),
('976', '3', '35', '0', '128', 'camera-eyecup'),
('977', '3', '38', '0', '128', ''),
('978', '3', '41', '0', '128', 'PRODUCTS'),
('979', '3', '50', '0', '128', ''),
('980', '3', '54', '0', '128', ''),
('981', '3', '49', '1', '128', 'camerasmain/slr-cameras/accessories/camera-eyecup'),
('982', '3', '49', '0', '128', 'camerasmain/slr-cameras/accessories/camera-eyecup'),
('983', '3', '33', '0', '129', 'Lens Adapters'),
('984', '3', '35', '0', '129', 'lens-adapters'),
('985', '3', '38', '0', '129', ''),
('986', '3', '41', '0', '129', 'PRODUCTS'),
('987', '3', '50', '0', '129', ''),
('988', '3', '54', '0', '129', ''),
('989', '3', '49', '1', '129', 'camerasmain/slr-cameras/ef-lenses/accessories/lens-adapters'),
('990', '3', '49', '0', '129', 'camerasmain/slr-cameras/ef-lenses/accessories/lens-adapters'),
('991', '3', '33', '0', '130', 'Teleconverters'),
('992', '3', '35', '0', '130', 'teleconverters'),
('993', '3', '38', '0', '130', ''),
('994', '3', '41', '0', '130', 'PRODUCTS'),
('995', '3', '50', '0', '130', ''),
('996', '3', '54', '0', '130', ''),
('997', '3', '49', '1', '130', 'camerasmain/slr-cameras/ef-lenses/accessories/teleconverters'),
('998', '3', '49', '0', '130', 'camerasmain/slr-cameras/ef-lenses/accessories/teleconverters'),
('999', '3', '33', '0', '131', 'Wide Converters'),
('1000', '3', '35', '0', '131', 'wide-converters'),
('1001', '3', '38', '0', '131', ''),
('1002', '3', '41', '0', '131', 'PRODUCTS'),
('1003', '3', '50', '0', '131', ''),
('1004', '3', '54', '0', '131', ''),
('1005', '3', '49', '1', '131', 'camerasmain/slr-cameras/ef-lenses/accessories/wide-converters'),
('1006', '3', '49', '0', '131', 'camerasmain/slr-cameras/ef-lenses/accessories/wide-converters'),
('1007', '3', '33', '0', '132', 'Lens Hoods'),
('1008', '3', '35', '0', '132', 'lens-hoods'),
('1009', '3', '38', '0', '132', ''),
('1010', '3', '41', '0', '132', 'PRODUCTS'),
('1011', '3', '50', '0', '132', ''),
('1012', '3', '54', '0', '132', ''),
('1013', '3', '49', '1', '132', 'camerasmain/slr-cameras/ef-lenses/accessories/lens-hoods'),
('1014', '3', '49', '0', '132', 'camerasmain/slr-cameras/ef-lenses/accessories/lens-hoods'),
('1015', '3', '33', '0', '133', 'Filters'),
('1016', '3', '35', '0', '133', 'filters'),
('1017', '3', '38', '0', '133', ''),
('1018', '3', '41', '0', '133', 'PRODUCTS'),
('1019', '3', '50', '0', '133', ''),
('1020', '3', '54', '0', '133', ''),
('1021', '3', '49', '1', '133', 'camerasmain/slr-cameras/ef-lenses/accessories/filters'),
('1022', '3', '49', '0', '133', 'camerasmain/slr-cameras/ef-lenses/accessories/filters'),
('1023', '3', '33', '0', '134', 'Cases'),
('1024', '3', '35', '0', '134', 'cases'),
('1025', '3', '38', '0', '134', ''),
('1026', '3', '41', '0', '134', 'PRODUCTS'),
('1027', '3', '50', '0', '134', ''),
('1028', '3', '54', '0', '134', ''),
('1029', '3', '49', '1', '134', 'camerasmain/slr-cameras/ef-lenses/accessories/cases'),
('1030', '3', '49', '0', '134', 'camerasmain/slr-cameras/ef-lenses/accessories/cases'),
('1031', '3', '33', '0', '135', 'Lens Extension Tubes'),
('1032', '3', '35', '0', '135', 'lens-extension-tubes'),
('1033', '3', '38', '0', '135', ''),
('1034', '3', '41', '0', '135', 'PRODUCTS'),
('1035', '3', '50', '0', '135', ''),
('1036', '3', '54', '0', '135', ''),
('1037', '3', '49', '1', '135', 'camerasmain/slr-cameras/ef-lenses/accessories/lens-extension-tubes'),
('1038', '3', '49', '0', '135', 'camerasmain/slr-cameras/ef-lenses/accessories/lens-extension-tubes'),
('1039', '3', '33', '0', '136', 'Battery Packs'),
('1040', '3', '35', '0', '136', 'battery-packs'),
('1041', '3', '38', '0', '136', ''),
('1042', '3', '41', '0', '136', 'PRODUCTS'),
('1043', '3', '50', '0', '136', ''),
('1044', '3', '54', '0', '136', ''),
('1045', '3', '49', '1', '136', 'cam-corders/accessories/battery-packs'),
('1046', '3', '49', '0', '136', 'cam-corders/accessories/battery-packs'),
('1047', '3', '33', '0', '137', 'Power Supply'),
('1048', '3', '35', '0', '137', 'power-supply'),
('1049', '3', '38', '0', '137', ''),
('1050', '3', '41', '0', '137', 'PRODUCTS'),
('1051', '3', '50', '0', '137', ''),
('1052', '3', '54', '0', '137', ''),
('1053', '3', '49', '1', '137', 'cam-corders/accessories/power-supply'),
('1054', '3', '49', '0', '137', 'cam-corders/accessories/power-supply'),
('1055', '3', '33', '0', '138', 'Battery Chargers'),
('1056', '3', '35', '0', '138', 'battery-chargers'),
('1057', '3', '38', '0', '138', ''),
('1058', '3', '41', '0', '138', 'PRODUCTS'),
('1059', '3', '50', '0', '138', ''),
('1060', '3', '54', '0', '138', ''),
('1061', '3', '49', '1', '138', 'cam-corders/accessories/battery-chargers'),
('1062', '3', '49', '0', '138', 'cam-corders/accessories/battery-chargers'),
('1063', '3', '33', '0', '139', 'Cables'),
('1064', '3', '35', '0', '139', 'cables'),
('1065', '3', '38', '0', '139', ''),
('1066', '3', '41', '0', '139', 'PRODUCTS'),
('1067', '3', '50', '0', '139', ''),
('1068', '3', '54', '0', '139', ''),
('1069', '3', '49', '1', '139', 'cam-corders/accessories/cables'),
('1070', '3', '49', '0', '139', 'cam-corders/accessories/cables'),
('1071', '3', '33', '0', '140', 'Converters'),
('1072', '3', '35', '0', '140', 'converters'),
('1073', '3', '38', '0', '140', ''),
('1074', '3', '41', '0', '140', 'PRODUCTS'),
('1075', '3', '50', '0', '140', ''),
('1076', '3', '54', '0', '140', ''),
('1077', '3', '49', '1', '140', 'cam-corders/accessories/converters'),
('1078', '3', '49', '0', '140', 'cam-corders/accessories/converters'),
('1079', '3', '33', '0', '141', 'Filters'),
('1080', '3', '35', '0', '141', 'filters'),
('1081', '3', '38', '0', '141', ''),
('1082', '3', '41', '0', '141', 'PRODUCTS'),
('1083', '3', '50', '0', '141', ''),
('1084', '3', '54', '0', '141', ''),
('1085', '3', '49', '1', '141', 'cam-corders/accessories/filters'),
('1086', '3', '49', '0', '141', 'cam-corders/accessories/filters'),
('1087', '3', '33', '0', '142', 'Video Casettes'),
('1088', '3', '35', '0', '142', 'video-casettes'),
('1089', '3', '38', '0', '142', ''),
('1090', '3', '41', '0', '142', 'PRODUCTS'),
('1091', '3', '50', '0', '142', ''),
('1092', '3', '54', '0', '142', ''),
('1093', '3', '49', '1', '142', 'cam-corders/accessories/video-casettes'),
('1094', '3', '49', '0', '142', 'cam-corders/accessories/video-casettes'),
('1095', '3', '33', '0', '143', 'Microphones'),
('1096', '3', '35', '0', '143', 'microphones'),
('1097', '3', '38', '0', '143', ''),
('1098', '3', '41', '0', '143', 'PRODUCTS'),
('1099', '3', '50', '0', '143', ''),
('1100', '3', '54', '0', '143', ''),
('1101', '3', '49', '1', '143', 'cam-corders/accessories/microphones'),
('1102', '3', '49', '0', '143', 'cam-corders/accessories/microphones'),
('1103', '3', '33', '0', '144', 'Video Lights'),
('1104', '3', '35', '0', '144', 'video-lights'),
('1105', '3', '38', '0', '144', ''),
('1106', '3', '41', '0', '144', 'PRODUCTS'),
('1107', '3', '50', '0', '144', ''),
('1108', '3', '54', '0', '144', ''),
('1109', '3', '49', '1', '144', 'cam-corders/accessories/video-lights'),
('1110', '3', '49', '0', '144', 'cam-corders/accessories/video-lights'),
('1111', '3', '33', '0', '145', 'Cases'),
('1112', '3', '35', '0', '145', 'cases'),
('1113', '3', '38', '0', '145', ''),
('1114', '3', '41', '0', '145', 'PRODUCTS'),
('1115', '3', '50', '0', '145', ''),
('1116', '3', '54', '0', '145', ''),
('1117', '3', '49', '1', '145', 'cam-corders/accessories/cases'),
('1118', '3', '49', '0', '145', 'cam-corders/accessories/cases'),
('1119', '3', '33', '0', '146', 'Other'),
('1120', '3', '35', '0', '146', 'other'),
('1121', '3', '38', '0', '146', ''),
('1122', '3', '41', '0', '146', 'PRODUCTS'),
('1123', '3', '50', '0', '146', ''),
('1124', '3', '54', '0', '146', ''),
('1125', '3', '49', '1', '146', 'cam-corders/accessories/other'),
('1126', '3', '49', '0', '146', 'cam-corders/accessories/other'),
('1127', '3', '33', '0', '147', 'HD'),
('1128', '3', '35', '0', '147', 'hd'),
('1129', '3', '38', '0', '147', ''),
('1130', '3', '41', '0', '147', 'PRODUCTS'),
('1131', '3', '50', '0', '147', ''),
('1132', '3', '54', '0', '147', ''),
('1133', '3', '49', '1', '147', 'cam-corders/hd'),
('1134', '3', '49', '0', '147', 'cam-corders/hd'),
('1135', '3', '33', '0', '148', 'SD'),
('1136', '3', '35', '0', '148', 'sd'),
('1137', '3', '38', '0', '148', ''),
('1138', '3', '41', '0', '148', 'PRODUCTS'),
('1139', '3', '50', '0', '148', ''),
('1140', '3', '54', '0', '148', ''),
('1141', '3', '49', '1', '148', 'cam-corders/sd'),
('1142', '3', '49', '0', '148', 'cam-corders/sd'),
('1143', '3', '33', '0', '149', 'Professional'),
('1144', '3', '35', '0', '149', 'professional'),
('1145', '3', '38', '0', '149', ''),
('1146', '3', '41', '0', '149', 'PRODUCTS'),
('1147', '3', '50', '0', '149', ''),
('1148', '3', '54', '0', '149', ''),
('1149', '3', '49', '1', '149', 'cam-corders/professional'),
('1150', '3', '49', '0', '149', 'cam-corders/professional'),
('1151', '3', '33', '0', '150', 'EOS Camera Bodies'),
('1152', '3', '35', '0', '150', 'bodies'),
('1153', '3', '38', '0', '150', ''),
('1154', '3', '41', '0', '150', 'PRODUCTS'),
('1155', '3', '50', '0', '150', ''),
('1156', '3', '54', '0', '150', ''),
('1157', '3', '49', '1', '150', 'camerasmain/slr-cameras/bodies'),
('1158', '3', '49', '0', '150', 'camerasmain/slr-cameras/bodies'),
('1159', '3', '33', '0', '151', 'Cameras'),
('1160', '3', '35', '0', '151', 'cameras'),
('1161', '3', '38', '0', '151', ''),
('1162', '3', '41', '0', '151', 'PRODUCTS'),
('1163', '3', '50', '0', '151', ''),
('1164', '3', '54', '0', '151', ''),
('1165', '3', '49', '1', '151', 'camerasmain/digital-compact-cameras/cameras'),
('1166', '3', '49', '0', '151', 'camerasmain/digital-compact-cameras/cameras'),
('1167', '3', '33', '0', '152', 'Flatbed'),
('1168', '3', '35', '0', '152', 'flatbed'),
('1169', '3', '38', '0', '152', ''),
('1170', '3', '41', '0', '152', 'PRODUCTS'),
('1171', '3', '50', '0', '152', ''),
('1172', '3', '54', '0', '152', ''),
('1173', '3', '49', '1', '152', 'scanners/flatbed'),
('1174', '3', '49', '0', '152', 'scanners/flatbed'),
('1175', '3', '33', '0', '153', 'Film'),
('1176', '3', '35', '0', '153', 'film'),
('1177', '3', '38', '0', '153', ''),
('1178', '3', '41', '0', '153', 'PRODUCTS'),
('1179', '3', '50', '0', '153', ''),
('1180', '3', '54', '0', '153', ''),
('1181', '3', '49', '1', '153', 'scanners/film'),
('1182', '3', '49', '0', '153', 'scanners/film'),
('1183', '3', '33', '0', '154', 'Copy, Print & Scan'),
('1184', '3', '35', '0', '154', 'copy-print-scan'),
('1185', '3', '38', '0', '154', ''),
('1186', '3', '41', '0', '154', 'PRODUCTS'),
('1187', '3', '50', '0', '154', ''),
('1188', '3', '54', '0', '154', ''),
('1189', '3', '49', '1', '154', 'multifunctionals/copy-print-scan'),
('1190', '3', '49', '0', '154', 'multifunctionals/copy-print-scan'),
('1191', '3', '33', '0', '155', 'Copy, Print , Scan & Fax'),
('1192', '3', '35', '0', '155', 'copy-print-scan-fax'),
('1193', '3', '38', '0', '155', ''),
('1194', '3', '41', '0', '155', 'PRODUCTS'),
('1195', '3', '50', '0', '155', ''),
('1196', '3', '54', '0', '155', ''),
('1197', '3', '49', '1', '155', 'multifunctionals/copy-print-scan-fax'),
('1198', '3', '49', '0', '155', 'multifunctionals/copy-print-scan-fax'),
('1199', '3', '33', '0', '156', 'Inkjet Multifunctionals'),
('1200', '3', '35', '0', '156', 'inkjet-multifunctionals'),
('1201', '3', '38', '0', '156', ''),
('1202', '3', '41', '0', '156', 'PRODUCTS'),
('1203', '3', '50', '0', '156', ''),
('1204', '3', '54', '0', '156', ''),
('1205', '3', '49', '1', '156', 'multifunctionals/copy-print-scan/inkjet-multifunctionals'),
('1206', '3', '49', '0', '156', 'multifunctionals/copy-print-scan/inkjet-multifunctionals'),
('1207', '3', '33', '0', '157', 'Inkjet Multifunctionals'),
('1208', '3', '35', '0', '157', 'inkjet-multifunctionals'),
('1209', '3', '38', '0', '157', ''),
('1210', '3', '41', '0', '157', 'PRODUCTS'),
('1211', '3', '50', '0', '157', ''),
('1212', '3', '54', '0', '157', ''),
('1213', '3', '49', '1', '157', 'multifunctionals/copy-print-scan-fax/inkjet-multifunctionals'),
('1214', '3', '49', '0', '157', 'multifunctionals/copy-print-scan-fax/inkjet-multifunctionals'),
('1215', '3', '33', '0', '158', 'Laser Multifunctionals'),
('1216', '3', '35', '0', '158', 'laser-multifunctionals'),
('1217', '3', '38', '0', '158', ''),
('1218', '3', '41', '0', '158', 'PRODUCTS'),
('1219', '3', '50', '0', '158', ''),
('1220', '3', '54', '0', '158', ''),
('1221', '3', '49', '1', '158', 'multifunctionals/copy-print-scan/laser-multifunctionals'),
('1222', '3', '49', '0', '158', 'multifunctionals/copy-print-scan/laser-multifunctionals'),
('1223', '3', '33', '0', '159', 'Laser Multifunctionals'),
('1224', '3', '35', '0', '159', 'laser-multifunctionals'),
('1225', '3', '38', '0', '159', ''),
('1226', '3', '41', '0', '159', 'PRODUCTS'),
('1227', '3', '50', '0', '159', ''),
('1228', '3', '54', '0', '159', ''),
('1229', '3', '49', '1', '159', 'multifunctionals/copy-print-scan-fax/laser-multifunctionals'),
('1230', '3', '49', '0', '159', 'multifunctionals/copy-print-scan-fax/laser-multifunctionals'),
('1239', '3', '33', '0', '161', 'Desk Display'),
('1240', '3', '35', '0', '161', 'desk-display'),
('1241', '3', '38', '0', '161', ''),
('1242', '3', '41', '0', '161', 'PRODUCTS'),
('1243', '3', '50', '0', '161', ''),
('1244', '3', '54', '0', '161', ''),
('1245', '3', '49', '1', '161', 'calculators/desk-display'),
('1246', '3', '49', '0', '161', 'calculators/desk-display'),
('1247', '3', '33', '0', '162', 'Scientific'),
('1248', '3', '35', '0', '162', 'scientific'),
('1249', '3', '38', '0', '162', ''),
('1250', '3', '41', '0', '162', 'PRODUCTS'),
('1251', '3', '50', '0', '162', ''),
('1252', '3', '54', '0', '162', ''),
('1253', '3', '49', '1', '162', 'calculators/scientific'),
('1254', '3', '49', '0', '162', 'calculators/scientific'),
('1255', '3', '33', '0', '163', 'Portable Printing'),
('1256', '3', '35', '0', '163', 'portable-printing'),
('1257', '3', '38', '0', '163', ''),
('1258', '3', '41', '0', '163', 'PRODUCTS'),
('1259', '3', '50', '0', '163', ''),
('1260', '3', '54', '0', '163', ''),
('1261', '3', '49', '1', '163', 'calculators/portable-printing'),
('1262', '3', '49', '0', '163', 'calculators/portable-printing'),
('1303', '3', '33', '0', '169', 'Lenses'),
('1304', '3', '35', '0', '169', 'lenses'),
('1305', '3', '38', '0', '169', ''),
('1306', '3', '41', '0', '169', 'PRODUCTS'),
('1307', '3', '50', '0', '169', ''),
('1308', '3', '54', '0', '169', ''),
('1309', '3', '49', '1', '169', 'camerasmain/slr-cameras/ef-lenses/lenses'),
('1310', '3', '49', '0', '169', 'camerasmain/slr-cameras/ef-lenses/lenses'),
('1311', '3', '33', '0', '170', 'Flashes'),
('1312', '3', '35', '0', '170', 'flashes'),
('1313', '3', '38', '0', '170', ''),
('1314', '3', '41', '0', '170', 'PRODUCTS'),
('1315', '3', '50', '0', '170', ''),
('1316', '3', '54', '0', '170', ''),
('1317', '3', '49', '1', '170', 'camerasmain/slr-cameras/flashes/flashes'),
('1318', '3', '49', '0', '170', 'camerasmain/slr-cameras/flashes/flashes'),
('1319', '3', '33', '0', '171', 'Laser'),
('1320', '3', '35', '0', '171', 'laser'),
('1321', '3', '38', '0', '171', ''),
('1322', '3', '41', '0', '171', 'PRODUCTS'),
('1323', '3', '50', '0', '171', ''),
('1324', '3', '54', '0', '171', ''),
('1325', '3', '49', '1', '171', 'faxes/laser'),
('1326', '3', '49', '0', '171', 'faxes/laser'),
('1327', '3', '33', '0', '172', 'Inkjet'),
('1328', '3', '35', '0', '172', 'inkjet'),
('1329', '3', '38', '0', '172', ''),
('1330', '3', '41', '0', '172', 'PRODUCTS'),
('1331', '3', '50', '0', '172', ''),
('1332', '3', '54', '0', '172', ''),
('1333', '3', '49', '1', '172', 'faxes/inkjet'),
('1334', '3', '49', '0', '172', 'faxes/inkjet'),
('1335', '3', '33', '0', '173', 'Cases'),
('1336', '3', '35', '0', '173', 'cases'),
('1337', '3', '38', '0', '173', ''),
('1338', '3', '41', '0', '173', 'PRODUCTS'),
('1339', '3', '50', '0', '173', ''),
('1340', '3', '54', '0', '173', ''),
('1341', '3', '49', '1', '173', 'camerasmain/slr-cameras/accessories/cases'),
('1342', '3', '49', '0', '173', 'camerasmain/slr-cameras/accessories/cases'),
('1343', '3', '33', '0', '174', 'Other'),
('1344', '3', '35', '0', '174', 'other'),
('1345', '3', '38', '0', '174', ''),
('1346', '3', '41', '0', '174', 'PRODUCTS'),
('1347', '3', '50', '0', '174', ''),
('1348', '3', '54', '0', '174', ''),
('1349', '3', '49', '1', '174', 'camerasmain/slr-cameras/ef-lenses/accessories/other'),
('1350', '3', '49', '0', '174', 'camerasmain/slr-cameras/ef-lenses/accessories/other'),
('1351', '3', '33', '0', '175', 'Accessories'),
('1352', '3', '35', '0', '175', 'accessories'),
('1353', '3', '38', '0', '175', ''),
('1354', '3', '41', '0', '175', 'PRODUCTS'),
('1355', '3', '50', '0', '175', ''),
('1356', '3', '54', '0', '175', ''),
('1357', '3', '49', '1', '175', 'printers/compact-photo-printers/accessories'),
('1358', '3', '49', '0', '175', 'printers/compact-photo-printers/accessories'),
('1359', '3', '33', '0', '176', 'Office Printing'),
('1360', '3', '35', '0', '176', 'office-printing'),
('1361', '3', '38', '0', '176', ''),
('1362', '3', '41', '0', '176', 'PRODUCTS'),
('1363', '3', '50', '0', '176', ''),
('1364', '3', '54', '0', '176', ''),
('1365', '3', '49', '1', '176', 'calculators/office-printing'),
('1366', '3', '49', '0', '176', 'calculators/office-printing'),
('1367', '3', '33', '0', '177', 'Test Enviroment'),
('1368', '3', '35', '0', '177', 'test'),
('1369', '3', '38', '0', '177', ''),
('1370', '3', '41', '0', '177', 'PRODUCTS'),
('1371', '3', '50', '0', '177', ''),
('1372', '3', '54', '0', '177', '');

-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_category_flat_store_1`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_category_flat_store_1` (
  `entity_id` int(11) unsigned NOT NULL,
  `parent_id` int(11) unsigned NOT NULL default '0',
  `created_at` datetime NOT NULL default '0000-00-00 00:00:00',
  `updated_at` datetime NOT NULL default '0000-00-00 00:00:00',
  `path` varchar(255) NOT NULL,
  `position` int(11) NOT NULL,
  `level` int(11) NOT NULL,
  `children_count` int(11) NOT NULL,
  `store_id` smallint(5) unsigned NOT NULL default '0',
  `all_children` text,
  `available_sort_by` text,
  `children` text,
  `custom_apply_to_products` int(10) NOT NULL default '0',
  `custom_design` varchar(255) NOT NULL default '',
  `custom_design_from` datetime NOT NULL default '0000-00-00 00:00:00',
  `custom_design_to` datetime NOT NULL default '0000-00-00 00:00:00',
  `custom_layout_update` text,
  `custom_use_parent_settings` int(10) NOT NULL default '0',
  `default_sort_by` varchar(255) NOT NULL default '',
  `description` text,
  `display_mode` varchar(255) NOT NULL default '',
  `filter_price_range` int(10) NOT NULL default '0',
  `image` varchar(255) NOT NULL default '',
  `include_in_menu` int(10) NOT NULL default '0',
  `is_active` int(10) NOT NULL default '0',
  `is_anchor` int(10) NOT NULL default '0',
  `landing_page` int(10) NOT NULL default '0',
  `meta_description` text,
  `meta_keywords` text,
  `meta_title` varchar(255) NOT NULL default '',
  `name` varchar(255) NOT NULL default '',
  `page_layout` varchar(255) NOT NULL default '',
  `path_in_store` text,
  `thumbnail` varchar(255) NOT NULL default '',
  `url_key` varchar(255) NOT NULL default '',
  `url_path` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`entity_id`),
  KEY `IDX_STORE` (`store_id`),
  KEY `IDX_PATH` (`path`),
  KEY `IDX_LEVEL` (`level`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `catalog_category_flat_store_1`
-- 

INSERT INTO `catalog_category_flat_store_1` VALUES ('1', '0', '0000-00-00 00:00:00', '2011-04-19 07:48:30', '1', '0', '0', '96', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', '', '0', '', '1', '0', '0', '0', '', '', '', 'Root Catalog', '', '', '', 'root-catalog', ''),
('3', '1', '2011-04-19 12:17:26', '2011-04-19 12:23:51', '1/3', '2', '1', '95', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Root Catalog', '', '', '', 'printers', ''),
('5', '3', '2011-04-19 12:25:22', '2011-07-28 10:26:38', '1/3/5', '2', '2', '49', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '<!--<p><span style=\"font-family: tahoma,arial,helvetica,sans-serif; color: #ff0000; font-size: large;\">Welcome to the Canon award-winning range of PowerShot, IXUS and EOS cameras, lenses and accessories. </span></p>-->', 'PAGE', '0', 'EOS_60D_w_EF-S_18-135mm_FRT_LCD_OPEN.jpg', '1', '1', '0', '15', '', 'Canon\r\nEOS\r\nIXUS\r\nPowerShot\r\nEF\r\nEF-S\r\nEFS', 'Cameras from Canon', 'Cameras', '', '', 'EOS_550D_FSL_w_EF-S_18-55mm.jpg', 'camerasmain', 'camerasmain'),
('8', '5', '2011-05-02 08:51:37', '2011-07-28 11:48:24', '1/3/5/8', '1', '3', '31', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PAGE', '0', '', '1', '1', '1', '16', '', '', '', 'Digital SLR Cameras', '', '', '', 'slr-cameras', 'camerasmain/slr-cameras'),
('9', '5', '2011-05-02 08:52:26', '2011-07-28 13:21:34', '1/3/5/9', '2', '3', '16', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PAGE', '0', '', '1', '1', '0', '19', '', '', '', 'Digital Compact Cameras', '', '', '', 'digital-compact-cameras', 'camerasmain/digital-compact-cameras'),
('10', '8', '2011-05-02 08:53:31', '2011-07-28 10:18:15', '1/3/5/8/10', '1', '4', '15', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '1', '0', '', '', '', 'Accessories', '', '', '', 'accessories', 'camerasmain/slr-cameras/accessories'),
('11', '9', '2011-05-02 08:53:52', '2011-07-28 10:19:07', '1/3/5/9/11', '1', '4', '14', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '1', '0', '', '', '', 'Accessories', '', '', '', 'accessories', 'camerasmain/digital-compact-cameras/accessories'),
('12', '8', '2011-05-02 08:54:58', '2011-07-28 13:11:30', '1/3/5/8/12', '2', '4', '10', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PAGE', '0', '', '1', '1', '0', '17', '', '', '', 'EF Lenses', '', '', '', 'ef-lenses', 'camerasmain/slr-cameras/ef-lenses'),
('13', '8', '2011-05-02 08:55:15', '2011-07-28 13:07:54', '1/3/5/8/13', '3', '4', '2', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PAGE', '0', '', '1', '1', '0', '18', '', '', '', 'Speedlite Flashes', '', '', '', 'flashes', 'camerasmain/slr-cameras/flashes'),
('14', '12', '2011-05-02 08:55:55', '2011-05-23 07:49:40', '1/3/5/8/12/14', '1', '5', '8', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '1', '0', '', '', '', 'Accessories', '', '', '', 'accessories', 'camerasmain/slr-cameras/ef-lenses/accessories'),
('15', '13', '2011-05-02 08:56:22', '2011-05-23 08:01:13', '1/3/5/8/13/15', '1', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '1', '0', '', '', '', 'Accessories', '', '', '', 'accessories', 'camerasmain/slr-cameras/flashes/accessories'),
('16', '3', '2011-05-02 08:58:43', '2011-05-04 08:16:22', '1/3/16', '3', '2', '15', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '1', '0', '', '', '', 'Camcorders', '', '', '', 'cam-corders', 'cam-corders'),
('17', '16', '2011-05-02 08:59:33', '2011-08-01 07:37:54', '1/3/16/17', '4', '3', '11', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '1', '0', '', '', '', 'Accessories', '', '', '', 'accessories', 'cam-corders/accessories'),
('19', '3', '2011-05-02 09:02:45', '2011-05-23 07:39:19', '1/3/19', '10', '2', '2', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '1', '0', '', '', '', 'Faxes', '', '', '', 'faxes', 'faxes'),
('20', '3', '2011-05-02 09:03:36', '2011-05-23 07:39:36', '1/3/20', '5', '2', '5', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '1', '0', '', '', '', 'Printers', '', '', '', 'printers', 'printers'),
('21', '3', '2011-05-02 09:04:18', '2011-05-23 08:03:26', '1/3/21', '7', '2', '2', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '1', '0', '', '', '', 'Scanners', '', '', '', 'scanners', 'scanners'),
('22', '3', '2011-05-02 09:05:28', '2011-05-23 08:04:04', '1/3/22', '6', '2', '6', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '1', '0', '', '', '', 'Multifunctionals', '', '', '', 'multifunctionals', 'multifunctionals'),
('27', '3', '2011-05-02 09:14:08', '2011-05-04 08:16:41', '1/3/27', '11', '2', '4', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '1', '0', '', '', '', 'Calculators', '', '', '', 'calculators', 'calculators'),
('32', '3', '2011-05-02 09:28:35', '2011-05-04 08:16:55', '1/3/32', '12', '2', '3', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '1', '0', '', '', '', 'Consumables', '', '', '', 'consumables', 'consumables'),
('36', '20', '2011-05-03 09:11:55', '2011-05-23 08:02:55', '1/3/20/36', '1', '3', '1', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Compact Photo Printers', '', '', '', 'compact-photo-printers', 'printers/compact-photo-printers'),
('37', '20', '2011-05-03 09:12:53', '2011-05-23 08:03:01', '1/3/20/37', '2', '3', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Professional Photo Printers', '', '', '', 'professional-photo-printers', 'printers/professional-photo-printers'),
('38', '20', '2011-05-03 09:13:18', '2011-05-23 08:03:09', '1/3/20/38', '3', '3', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Laser Printers', '', '', '', 'laser-printers', 'printers/laser-printers'),
('39', '20', '2011-05-03 09:13:41', '2011-05-23 08:03:16', '1/3/20/39', '4', '3', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Inkjet Printers', '', '', '', 'inkjet-printers', 'printers/inkjet-printers'),
('42', '32', '2011-05-03 09:16:45', '2011-05-03 09:16:45', '1/3/32/42', '1', '3', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Paper', '', '', '', 'paper', 'consumables/paper'),
('43', '32', '2011-05-03 09:18:01', '2011-07-05 09:58:49', '1/3/32/43', '2', '3', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '<table border=\"0\" cellpadding=\"3\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><span style=\"white-space: pre;\"> </span></td>\r\n<td><strong><span style=\"font-size: medium; color: #ff0000;\">Replacement original cartridges for your Laser printer</span></strong><br /></td>\r\n<td>&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td>&nbsp;</td>\r\n<td><span style=\"font-size: x-small;\">Always use original branded cartridges to ensure maximum quality. Refilling cartridges with inferior toner may damage your printer and/or invalidate your warranty.</span><br /></td>\r\n<td>&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>&nbsp;</p>', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Toner Cartridges', '', '', '', 'toner-cartridges', 'consumables/toner-cartridges'),
('82', '32', '2011-05-05 17:56:51', '2011-07-05 09:56:39', '1/3/32/82', '3', '3', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '<table border=\"0\" cellpadding=\"3\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><span style=\"white-space: pre;\"> </span></td>\r\n<td><strong><span style=\"font-size: medium; color: #ff0000;\">Replacement original cartridges for your Bubblejet printer</span></strong><br /></td>\r\n<td>&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td>&nbsp;</td>\r\n<td><span style=\"font-size: x-small;\">Always use original branded cartridges to ensure maximum quality. Refilling cartridges with inferior inks may damage your printer and/or invalidate your warranty.</span><br /></td>\r\n<td>&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>&nbsp;</p>\r\n', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Ink Cartridges', '', '', '', 'ink', 'consumables/ink'),
('83', '3', '2011-05-16 14:30:02', '2011-05-16 14:30:02', '1/3/83', '13', '2', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '0', '1', '0', '0', '', '', '', 'Imported Category', '', '', '', 'imported', 'imported'),
('94', '10', '2011-05-27 06:42:30', '2011-05-27 06:42:30', '1/3/5/8/10/94', '18', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Battery Packs', '', '', '', 'battery-packs', 'camerasmain/slr-cameras/accessories/battery-packs'),
('95', '10', '2011-05-27 06:43:07', '2011-05-27 06:43:07', '1/3/5/8/10/95', '1', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Power Supply', '', '', '', 'power-supply', 'camerasmain/slr-cameras/accessories/power-supply'),
('96', '10', '2011-05-27 06:45:26', '2011-05-27 06:46:27', '1/3/5/8/10/96', '2', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Battery Chargers', '', '', '', 'battery-chargers', 'camerasmain/slr-cameras/accessories/battery-chargers'),
('97', '10', '2011-05-27 06:46:39', '2011-05-27 06:50:18', '1/3/5/8/10/97', '3', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Cables', '', '', '', 'cables', 'camerasmain/slr-cameras/accessories/cables'),
('98', '10', '2011-05-27 06:47:25', '2011-05-27 07:03:26', '1/3/5/8/10/98', '4', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Waterproof & All Weather Cases', '', '', '', 'waterproof-cases', 'camerasmain/slr-cameras/accessories/waterproof-cases'),
('99', '10', '2011-05-27 06:49:11', '2011-05-27 06:49:11', '1/3/5/8/10/99', '5', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Remote Controls', '', '', '', 'remote-controls', 'camerasmain/slr-cameras/accessories/remote-controls'),
('100', '10', '2011-05-27 06:49:29', '2011-05-27 06:50:11', '1/3/5/8/10/100', '6', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Straps', '', '', '', 'straps', 'camerasmain/slr-cameras/accessories/straps'),
('105', '10', '2011-05-27 07:02:40', '2011-05-27 07:02:40', '1/3/5/8/10/105', '17', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Other', '', '', '', 'other', 'camerasmain/slr-cameras/accessories/other'),
('107', '10', '2011-05-27 07:04:43', '2011-05-27 07:04:43', '1/3/5/8/10/107', '11', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Focusing Screens', '', '', '', 'focusing-screens', 'camerasmain/slr-cameras/accessories/focusing-screens'),
('108', '10', '2011-05-27 07:04:58', '2011-05-27 07:04:58', '1/3/5/8/10/108', '12', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Battery Grips', '', '', '', 'battery-grips', 'camerasmain/slr-cameras/accessories/battery-grips'),
('109', '10', '2011-05-27 07:05:25', '2011-05-27 07:05:25', '1/3/5/8/10/109', '13', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Tripod Mount Ring', '', '', '', 'tripod-mount-ring', 'camerasmain/slr-cameras/accessories/tripod-mount-ring'),
('111', '10', '2011-05-27 07:06:04', '2011-05-27 07:06:04', '1/3/5/8/10/111', '14', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Viewfinder Accessories', '', '', '', 'viewfinder-accessories', 'camerasmain/slr-cameras/accessories/viewfinder-accessories'),
('112', '10', '2011-05-27 07:06:35', '2011-05-27 07:06:35', '1/3/5/8/10/112', '16', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Tripods', '', '', '', 'tripods', 'camerasmain/slr-cameras/accessories/tripods'),
('113', '11', '2011-05-27 07:07:09', '2011-05-27 07:07:27', '1/3/5/9/11/113', '1', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Battery Packs', '', '', '', 'battery-packs', 'camerasmain/digital-compact-cameras/accessories/battery-packs'),
('114', '11', '2011-05-27 07:07:21', '2011-05-27 07:07:21', '1/3/5/9/11/114', '2', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Power Supply', '', '', '', 'power-supply', 'camerasmain/digital-compact-cameras/accessories/power-supply'),
('115', '11', '2011-05-27 07:07:39', '2011-05-27 07:07:39', '1/3/5/9/11/115', '3', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Battery Chargers', '', '', '', 'battery-chargers', 'camerasmain/digital-compact-cameras/accessories/battery-chargers'),
('116', '11', '2011-05-27 07:07:54', '2011-05-27 07:07:54', '1/3/5/9/11/116', '4', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Cables', '', '', '', 'cables', 'camerasmain/digital-compact-cameras/accessories/cables'),
('117', '11', '2011-05-27 07:08:20', '2011-05-27 07:08:20', '1/3/5/9/11/117', '5', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Cases', '', '', '', 'cases', 'camerasmain/digital-compact-cameras/accessories/cases'),
('118', '11', '2011-05-27 07:08:50', '2011-05-27 07:08:50', '1/3/5/9/11/118', '6', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Waterproof Cases', '', '', '', 'waterproof-cases', 'camerasmain/digital-compact-cameras/accessories/waterproof-cases'),
('119', '11', '2011-05-27 07:09:09', '2011-05-27 07:09:09', '1/3/5/9/11/119', '7', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Remote Controls', '', '', '', 'remote-controls', 'camerasmain/digital-compact-cameras/accessories/remote-controls'),
('121', '11', '2011-05-27 07:09:49', '2011-05-27 07:09:49', '1/3/5/9/11/121', '8', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Straps', '', '', '', 'straps', 'camerasmain/digital-compact-cameras/accessories/straps'),
('122', '11', '2011-05-27 07:11:00', '2011-05-27 07:11:07', '1/3/5/9/11/122', '9', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Front Cover Sets', '', '', '', 'front-cover-sets', 'camerasmain/digital-compact-cameras/accessories/front-cover-sets'),
('123', '11', '2011-05-27 07:11:29', '2011-05-27 07:20:08', '1/3/5/9/11/123', '10', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Lens Adapters', '', '', '', 'lens-adapters', 'camerasmain/digital-compact-cameras/accessories/lens-adapters'),
('124', '11', '2011-05-27 07:29:03', '2011-05-27 07:29:03', '1/3/5/9/11/124', '11', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Teleconverters', '', '', '', 'teleconverters', 'camerasmain/digital-compact-cameras/accessories/teleconverters'),
('125', '11', '2011-05-27 07:29:17', '2011-05-27 07:29:17', '1/3/5/9/11/125', '12', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Wide Converters', '', '', '', 'wide-converters', 'camerasmain/digital-compact-cameras/accessories/wide-converters'),
('126', '11', '2011-05-27 07:29:34', '2011-05-27 07:29:34', '1/3/5/9/11/126', '13', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Filter Adapters', '', '', '', 'filter-adapters', 'camerasmain/digital-compact-cameras/accessories/filter-adapters'),
('127', '11', '2011-05-27 07:29:57', '2011-05-27 07:29:57', '1/3/5/9/11/127', '14', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Other', '', '', '', 'other', 'camerasmain/digital-compact-cameras/accessories/other'),
('128', '10', '2011-05-27 07:31:57', '2011-05-27 07:40:33', '1/3/5/8/10/128', '15', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Camera Eyecup', '', '', '', 'camera-eyecup', 'camerasmain/slr-cameras/accessories/camera-eyecup'),
('129', '14', '2011-05-27 07:50:38', '2011-05-27 07:50:38', '1/3/5/8/12/14/129', '1', '6', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Lens Adapters', '', '', '', 'lens-adapters', 'camerasmain/slr-cameras/ef-lenses/accessories/lens-adapters'),
('130', '14', '2011-05-27 07:50:50', '2011-05-27 07:50:50', '1/3/5/8/12/14/130', '2', '6', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Teleconverters', '', '', '', 'teleconverters', 'camerasmain/slr-cameras/ef-lenses/accessories/teleconverters'),
('131', '14', '2011-05-27 07:51:01', '2011-05-27 07:51:01', '1/3/5/8/12/14/131', '3', '6', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Wide Converters', '', '', '', 'wide-converters', 'camerasmain/slr-cameras/ef-lenses/accessories/wide-converters'),
('132', '14', '2011-05-27 07:51:15', '2011-05-27 07:51:15', '1/3/5/8/12/14/132', '4', '6', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Lens Hoods', '', '', '', 'lens-hoods', 'camerasmain/slr-cameras/ef-lenses/accessories/lens-hoods'),
('133', '14', '2011-05-27 07:51:28', '2011-05-27 07:51:28', '1/3/5/8/12/14/133', '5', '6', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Filters', '', '', '', 'filters', 'camerasmain/slr-cameras/ef-lenses/accessories/filters'),
('134', '14', '2011-05-27 07:52:00', '2011-05-27 07:52:00', '1/3/5/8/12/14/134', '6', '6', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Cases', '', '', '', 'cases', 'camerasmain/slr-cameras/ef-lenses/accessories/cases'),
('135', '14', '2011-05-27 07:52:51', '2011-05-27 07:52:51', '1/3/5/8/12/14/135', '7', '6', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Lens Extension Tubes', '', '', '', 'lens-extension-tubes', 'camerasmain/slr-cameras/ef-lenses/accessories/lens-extension-tubes'),
('136', '17', '2011-05-27 07:53:44', '2011-05-27 07:53:44', '1/3/16/17/136', '1', '4', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Battery Packs', '', '', '', 'battery-packs', 'cam-corders/accessories/battery-packs'),
('137', '17', '2011-05-27 07:54:57', '2011-05-27 07:54:57', '1/3/16/17/137', '2', '4', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Power Supply', '', '', '', 'power-supply', 'cam-corders/accessories/power-supply'),
('138', '17', '2011-05-27 07:55:49', '2011-05-27 07:55:49', '1/3/16/17/138', '3', '4', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Battery Chargers', '', '', '', 'battery-chargers', 'cam-corders/accessories/battery-chargers'),
('139', '17', '2011-05-27 07:56:06', '2011-05-27 07:56:06', '1/3/16/17/139', '4', '4', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Cables', '', '', '', 'cables', 'cam-corders/accessories/cables'),
('140', '17', '2011-05-27 08:02:27', '2011-05-27 08:02:27', '1/3/16/17/140', '5', '4', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Converters', '', '', '', 'converters', 'cam-corders/accessories/converters'),
('141', '17', '2011-05-27 08:02:44', '2011-05-27 08:02:44', '1/3/16/17/141', '6', '4', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Filters', '', '', '', 'filters', 'cam-corders/accessories/filters'),
('142', '17', '2011-05-27 08:03:49', '2011-05-27 08:03:49', '1/3/16/17/142', '7', '4', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Video Casettes', '', '', '', 'video-casettes', 'cam-corders/accessories/video-casettes'),
('143', '17', '2011-05-27 08:05:46', '2011-05-27 08:05:46', '1/3/16/17/143', '8', '4', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Microphones', '', '', '', 'microphones', 'cam-corders/accessories/microphones'),
('144', '17', '2011-05-27 08:07:33', '2011-05-27 08:07:33', '1/3/16/17/144', '9', '4', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Video Lights', '', '', '', 'video-lights', 'cam-corders/accessories/video-lights'),
('145', '17', '2011-05-27 08:08:07', '2011-05-27 08:08:07', '1/3/16/17/145', '10', '4', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Cases', '', '', '', 'cases', 'cam-corders/accessories/cases'),
('146', '17', '2011-05-27 08:09:24', '2011-05-27 08:09:24', '1/3/16/17/146', '11', '4', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Other', '', '', '', 'other', 'cam-corders/accessories/other'),
('147', '16', '2011-05-27 08:33:51', '2011-05-27 08:33:51', '1/3/16/147', '1', '3', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'HD', '', '', '', 'hd', 'cam-corders/hd'),
('148', '16', '2011-05-27 08:34:02', '2011-05-27 08:34:10', '1/3/16/148', '2', '3', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'SD', '', '', '', 'sd', 'cam-corders/sd'),
('149', '16', '2011-05-27 08:34:36', '2011-05-27 08:34:36', '1/3/16/149', '3', '3', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Professional', '', '', '', 'professional', 'cam-corders/professional'),
('150', '8', '2011-05-27 08:41:17', '2011-07-28 13:10:13', '1/3/5/8/150', '4', '4', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '1', '0', '', '', '', 'EOS Camera Bodies', '', '', '', 'bodies', 'camerasmain/slr-cameras/bodies'),
('151', '9', '2011-05-27 08:41:42', '2011-07-28 10:19:13', '1/3/5/9/151', '2', '4', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '1', '0', '', '', '', 'Cameras', '', '', '', 'cameras', 'camerasmain/digital-compact-cameras/cameras'),
('152', '21', '2011-05-27 08:49:57', '2011-05-27 08:49:57', '1/3/21/152', '1', '3', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Flatbed', '', '', '', 'flatbed', 'scanners/flatbed'),
('153', '21', '2011-05-27 08:50:08', '2011-05-27 08:50:08', '1/3/21/153', '2', '3', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Film', '', '', '', 'film', 'scanners/film'),
('154', '22', '2011-05-27 10:30:07', '2011-08-01 10:05:05', '1/3/22/154', '1', '3', '2', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '1', '0', '', '', '', 'Copy, Print & Scan', '', '', '', 'copy-print-scan', 'multifunctionals/copy-print-scan'),
('155', '22', '2011-05-27 10:30:40', '2011-08-01 10:05:10', '1/3/22/155', '2', '3', '2', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '1', '0', '', '', '', 'Copy, Print , Scan & Fax', '', '', '', 'copy-print-scan-fax', 'multifunctionals/copy-print-scan-fax'),
('156', '154', '2011-05-27 10:44:49', '2011-05-27 10:44:49', '1/3/22/154/156', '1', '4', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Inkjet Multifunctionals', '', '', '', 'inkjet-multifunctionals', 'multifunctionals/copy-print-scan/inkjet-multifunctionals'),
('157', '155', '2011-05-27 10:45:02', '2011-05-27 10:45:30', '1/3/22/155/157', '1', '4', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Inkjet Multifunctionals', '', '', '', 'inkjet-multifunctionals', 'multifunctionals/copy-print-scan-fax/inkjet-multifunctionals'),
('158', '154', '2011-05-27 10:45:15', '2011-05-27 10:45:15', '1/3/22/154/158', '2', '4', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Laser Multifunctionals', '', '', '', 'laser-multifunctionals', 'multifunctionals/copy-print-scan/laser-multifunctionals'),
('159', '155', '2011-05-27 10:45:25', '2011-05-27 10:45:25', '1/3/22/155/159', '2', '4', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Laser Multifunctionals', '', '', '', 'laser-multifunctionals', 'multifunctionals/copy-print-scan-fax/laser-multifunctionals'),
('161', '27', '2011-05-27 10:47:02', '2011-05-27 10:47:02', '1/3/27/161', '2', '3', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Desk Display', '', '', '', 'desk-display', 'calculators/desk-display'),
('162', '27', '2011-05-27 10:47:16', '2011-05-27 10:47:16', '1/3/27/162', '3', '3', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Scientific', '', '', '', 'scientific', 'calculators/scientific'),
('163', '27', '2011-05-27 10:47:42', '2011-05-27 10:47:42', '1/3/27/163', '4', '3', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Portable Printing', '', '', '', 'portable-printing', 'calculators/portable-printing'),
('169', '12', '2011-05-27 11:39:50', '2011-07-28 13:09:37', '1/3/5/8/12/169', '2', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '1', '0', '', '', '', 'Lenses', '', '', '', 'lenses', 'camerasmain/slr-cameras/ef-lenses/lenses'),
('170', '13', '2011-05-27 11:40:18', '2011-07-28 13:10:02', '1/3/5/8/13/170', '2', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '1', '0', '', '', '', 'Flashes', '', '', '', 'flashes', 'camerasmain/slr-cameras/flashes/flashes'),
('171', '19', '2011-05-27 11:41:19', '2011-05-27 11:41:19', '1/3/19/171', '1', '3', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Laser', '', '', '', 'laser', 'faxes/laser'),
('172', '19', '2011-05-27 11:41:34', '2011-05-27 11:41:34', '1/3/19/172', '2', '3', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Inkjet', '', '', '', 'inkjet', 'faxes/inkjet'),
('173', '10', '2011-05-31 12:45:56', '2011-05-31 12:45:56', '1/3/5/8/10/173', '19', '5', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Cases', '', '', '', 'cases', 'camerasmain/slr-cameras/accessories/cases'),
('174', '14', '2011-06-01 08:25:20', '2011-06-01 08:25:20', '1/3/5/8/12/14/174', '8', '6', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '0', '0', '0', '', '', '', 'Other', '', '', '', 'other', 'camerasmain/slr-cameras/ef-lenses/accessories/other'),
('175', '36', '2011-06-22 10:13:42', '2011-06-22 10:13:42', '1/3/20/36/175', '1', '4', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Accessories', '', '', '', 'accessories', 'printers/compact-photo-printers/accessories'),
('176', '27', '2011-08-18 07:16:41', '2011-08-18 07:16:41', '1/3/27/176', '5', '3', '0', '1', '', '', '', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0', '', '', 'PRODUCTS', '0', '', '1', '1', '0', '0', '', '', '', 'Office Printing', '', '', '', 'office-printing', 'calculators/office-printing');

-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_category_product`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_category_product` (
  `category_id` int(10) unsigned NOT NULL default '0',
  `product_id` int(10) unsigned NOT NULL default '0',
  `position` int(10) NOT NULL default '0',
  UNIQUE KEY `UNQ_CATEGORY_PRODUCT` (`category_id`,`product_id`),
  KEY `CATALOG_CATEGORY_PRODUCT_CATEGORY` (`category_id`),
  KEY `CATALOG_CATEGORY_PRODUCT_PRODUCT` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `catalog_category_product`
-- 

INSERT INTO `catalog_category_product` VALUES ('5', '2099', '1'),
('5', '2100', '1'),
('5', '2101', '1'),
('5', '2105', '1'),
('5', '2127', '1'),
('5', '2173', '1'),
('5', '6273', '1'),
('5', '6284', '1'),
('5', '6299', '1'),
('5', '6300', '1'),
('5', '6994', '1'),
('5', '6998', '1'),
('5', '6999', '1'),
('5', '7000', '1'),
('5', '7001', '1'),
('5', '7004', '1'),
('5', '7059', '1'),
('5', '7088', '1'),
('5', '7167', '1'),
('5', '7168', '1'),
('5', '7169', '1'),
('5', '7170', '1'),
('5', '7171', '1'),
('5', '7172', '1'),
('5', '7173', '1'),
('5', '7174', '1'),
('5', '7175', '1'),
('5', '7179', '1'),
('5', '7180', '1'),
('5', '7181', '1'),
('5', '7182', '1'),
('5', '7183', '1'),
('5', '7184', '1'),
('5', '7185', '1'),
('5', '7186', '1'),
('5', '7187', '1'),
('5', '7188', '1'),
('5', '7193', '1'),
('5', '7194', '1'),
('5', '7199', '1'),
('5', '7200', '1'),
('5', '7201', '1'),
('5', '7203', '1'),
('5', '7204', '1'),
('5', '7205', '1'),
('5', '7206', '1'),
('5', '7207', '1'),
('5', '7208', '1'),
('5', '7209', '1'),
('5', '7212', '1'),
('5', '7213', '1'),
('5', '7214', '1'),
('5', '7215', '1'),
('5', '7216', '1'),
('5', '7217', '1'),
('5', '7218', '1'),
('5', '7219', '1'),
('5', '7220', '1'),
('8', '2094', '1'),
('8', '2096', '1'),
('8', '2097', '1'),
('8', '2098', '1'),
('8', '2100', '1'),
('8', '2102', '1'),
('8', '2105', '1'),
('8', '2115', '1'),
('8', '2116', '1'),
('8', '2117', '1'),
('8', '2118', '1'),
('8', '2119', '1'),
('8', '2121', '1'),
('8', '2123', '1'),
('8', '2124', '1'),
('8', '2125', '1'),
('8', '2127', '1'),
('8', '2128', '1'),
('8', '2154', '1'),
('8', '2155', '1'),
('8', '2156', '1'),
('8', '2157', '1'),
('8', '2167', '1'),
('8', '2173', '1'),
('8', '6216', '1'),
('8', '6273', '1'),
('8', '6284', '1'),
('8', '6299', '1'),
('8', '6300', '1'),
('8', '6992', '1'),
('8', '6993', '1'),
('8', '6994', '1'),
('8', '6997', '1'),
('8', '7002', '1'),
('8', '7174', '1'),
('8', '7175', '1'),
('8', '7186', '1'),
('8', '7187', '1'),
('8', '7188', '1'),
('8', '7192', '1'),
('8', '7193', '1'),
('8', '7194', '1'),
('8', '7199', '1'),
('8', '7200', '1'),
('8', '7216', '1'),
('8', '7217', '1'),
('8', '7218', '1'),
('8', '7219', '1'),
('8', '7220', '1'),
('9', '2099', '1'),
('9', '2101', '1'),
('9', '6998', '1'),
('9', '6999', '1'),
('9', '7000', '1'),
('9', '7001', '1'),
('9', '7004', '1'),
('9', '7059', '1'),
('9', '7088', '1'),
('9', '7167', '1'),
('9', '7168', '1'),
('9', '7169', '1'),
('9', '7170', '1'),
('9', '7171', '1'),
('9', '7172', '1'),
('9', '7173', '1'),
('9', '7179', '1'),
('9', '7180', '1'),
('9', '7181', '1'),
('9', '7182', '1'),
('9', '7183', '1'),
('9', '7184', '1'),
('9', '7185', '1'),
('9', '7201', '1'),
('9', '7202', '1'),
('9', '7203', '1'),
('9', '7204', '1'),
('9', '7205', '1'),
('9', '7206', '1'),
('9', '7207', '1'),
('9', '7208', '1'),
('9', '7209', '1'),
('9', '7212', '1'),
('9', '7213', '1'),
('9', '7214', '1'),
('9', '7215', '1'),
('10', '2094', '1'),
('10', '2096', '1'),
('10', '2097', '1'),
('10', '2098', '1'),
('10', '2115', '1'),
('10', '2116', '1'),
('10', '2154', '1'),
('10', '2155', '1'),
('10', '2156', '1'),
('10', '2157', '1'),
('10', '2167', '1'),
('10', '2173', '1'),
('10', '6284', '1'),
('10', '7216', '1'),
('10', '7217', '1'),
('10', '7218', '1'),
('10', '7219', '1'),
('10', '7220', '1'),
('11', '7201', '1'),
('11', '7202', '1'),
('11', '7203', '1'),
('11', '7204', '1'),
('11', '7205', '1'),
('11', '7206', '1'),
('11', '7207', '1'),
('11', '7208', '1'),
('11', '7209', '1'),
('11', '7212', '1'),
('11', '7213', '1'),
('11', '7214', '1'),
('11', '7215', '1'),
('12', '2117', '1'),
('12', '2118', '1'),
('12', '2119', '1'),
('12', '2121', '1'),
('12', '2122', '1'),
('12', '2123', '1'),
('12', '2124', '1'),
('12', '2125', '1'),
('12', '2127', '1'),
('12', '2128', '1'),
('12', '6216', '1'),
('12', '6992', '1'),
('12', '6993', '1'),
('12', '6994', '1'),
('12', '6997', '1'),
('12', '7002', '1'),
('12', '7003', '1'),
('12', '7192', '1'),
('12', '7193', '1'),
('12', '7194', '1'),
('12', '7199', '1'),
('12', '7200', '1'),
('13', '2100', '1'),
('13', '2102', '1'),
('16', '7176', '1'),
('16', '7177', '1'),
('16', '7178', '1'),
('16', '7189', '1'),
('16', '7190', '1'),
('16', '7221', '1'),
('17', '7221', '1'),
('19', '7166', '1'),
('20', '6230', '1'),
('20', '6233', '1'),
('20', '6234', '1'),
('20', '7156', '1'),
('20', '7157', '1'),
('20', '7158', '1'),
('20', '7159', '1'),
('20', '7160', '1'),
('20', '7161', '1'),
('20', '7162', '1'),
('21', '2197', '1'),
('21', '2198', '1'),
('21', '7163', '1'),
('22', '2193', '1'),
('22', '2195', '1'),
('22', '6446', '1'),
('22', '6449', '1'),
('22', '6453', '1'),
('22', '7164', '1'),
('22', '7165', '1'),
('27', '7101', '1'),
('27', '7149', '1'),
('27', '7150', '1'),
('27', '7151', '1'),
('27', '7152', '1'),
('27', '7153', '1'),
('27', '7154', '1'),
('27', '7155', '1'),
('32', '2184', '1'),
('32', '2220', '1'),
('32', '2222', '1'),
('32', '2223', '1'),
('32', '7081', '1'),
('32', '7082', '1'),
('32', '7083', '1'),
('32', '7084', '1'),
('32', '7085', '1'),
('32', '7086', '1'),
('32', '7089', '1'),
('32', '7090', '1'),
('32', '7091', '1'),
('32', '7092', '1'),
('32', '7094', '1'),
('32', '7095', '1'),
('32', '7096', '1'),
('32', '7097', '1'),
('32', '7098', '1'),
('32', '7099', '1'),
('32', '7100', '1'),
('32', '7102', '1'),
('32', '7103', '1'),
('32', '7104', '1'),
('32', '7105', '1'),
('32', '7106', '1'),
('32', '7107', '1'),
('32', '7108', '1'),
('32', '7109', '1'),
('32', '7110', '1'),
('32', '7111', '1'),
('32', '7112', '1'),
('32', '7113', '1'),
('32', '7114', '1'),
('32', '7115', '1'),
('32', '7116', '1'),
('32', '7117', '1'),
('32', '7118', '1'),
('32', '7119', '1'),
('32', '7120', '1'),
('32', '7121', '1'),
('32', '7122', '1'),
('32', '7123', '1'),
('32', '7124', '1'),
('32', '7125', '1'),
('32', '7126', '1'),
('32', '7127', '1'),
('32', '7128', '1'),
('32', '7129', '1'),
('32', '7130', '1'),
('32', '7131', '1'),
('32', '7132', '1'),
('32', '7133', '1'),
('32', '7134', '1'),
('32', '7135', '1'),
('32', '7136', '1'),
('32', '7137', '1'),
('32', '7138', '1'),
('32', '7139', '1'),
('32', '7140', '1'),
('36', '2150', '1'),
('36', '2151', '1'),
('36', '2152', '1'),
('36', '2191', '1'),
('38', '6251', '1'),
('38', '6436', '1'),
('38', '6975', '1'),
('38', '7157', '1'),
('38', '7158', '1'),
('38', '7159', '1'),
('38', '7160', '1'),
('38', '7161', '1'),
('38', '7162', '1'),
('39', '2191', '1'),
('39', '2192', '1'),
('39', '6230', '1'),
('39', '6232', '1'),
('39', '6233', '1'),
('39', '6234', '1'),
('39', '6448', '1'),
('39', '6451', '1'),
('39', '6988', '1'),
('39', '6996', '1'),
('39', '7156', '1'),
('42', '2153', '1'),
('42', '7089', '1'),
('42', '7091', '1'),
('42', '7092', '1'),
('42', '7093', '1'),
('42', '7094', '1'),
('42', '7095', '1'),
('42', '7096', '1'),
('42', '7097', '1'),
('42', '7098', '1'),
('42', '7099', '1'),
('42', '7100', '1'),
('42', '7131', '1'),
('42', '7132', '1'),
('42', '7133', '1'),
('42', '7134', '1'),
('42', '7135', '1'),
('42', '7136', '1'),
('42', '7137', '1'),
('42', '7138', '1'),
('43', '2204', '1'),
('43', '2208', '1'),
('43', '2220', '1'),
('43', '2222', '1'),
('43', '2223', '1'),
('43', '2224', '1'),
('43', '2228', '1'),
('43', '7081', '1'),
('43', '7082', '1'),
('43', '7083', '1'),
('43', '7084', '1'),
('43', '7085', '1'),
('43', '7086', '1'),
('43', '7090', '1'),
('43', '7139', '1'),
('43', '7140', '1'),
('82', '2153', '1'),
('82', '2184', '1'),
('82', '2186', '1'),
('82', '2187', '1'),
('82', '2188', '1'),
('82', '2229', '1'),
('82', '2230', '1'),
('82', '2232', '1'),
('82', '2233', '1'),
('82', '2234', '1'),
('82', '2235', '1'),
('82', '2236', '1'),
('82', '2237', '1'),
('82', '2238', '1'),
('82', '2240', '1'),
('82', '2243', '1'),
('82', '2246', '1'),
('82', '2248', '1'),
('82', '2251', '1'),
('82', '2252', '1'),
('82', '2253', '1'),
('82', '2254', '1'),
('82', '2256', '1'),
('82', '2262', '1'),
('82', '2273', '1'),
('82', '6256', '1'),
('82', '6257', '1'),
('82', '7089', '1'),
('82', '7102', '1'),
('82', '7103', '1'),
('82', '7104', '1'),
('82', '7105', '1'),
('82', '7106', '1'),
('82', '7107', '1'),
('82', '7108', '1'),
('82', '7109', '1'),
('82', '7110', '1'),
('82', '7111', '1'),
('82', '7112', '1'),
('82', '7113', '1'),
('82', '7114', '1'),
('82', '7115', '1'),
('82', '7116', '1'),
('82', '7117', '1'),
('82', '7118', '1'),
('82', '7119', '1'),
('82', '7120', '1'),
('82', '7121', '1'),
('82', '7122', '1'),
('82', '7123', '1'),
('82', '7124', '1'),
('82', '7125', '1'),
('82', '7126', '1'),
('82', '7127', '1'),
('82', '7128', '1'),
('82', '7129', '1'),
('82', '7130', '1'),
('83', '2150', '0'),
('83', '2166', '0'),
('83', '2181', '0'),
('83', '2182', '0'),
('83', '2183', '0'),
('83', '2185', '0'),
('83', '2189', '0'),
('83', '2190', '0'),
('83', '2193', '0'),
('83', '2195', '0'),
('83', '2197', '0'),
('83', '2198', '0'),
('83', '2200', '0'),
('83', '2205', '0'),
('83', '2206', '0'),
('83', '2207', '0'),
('83', '2209', '0'),
('83', '2210', '0'),
('83', '2211', '0'),
('83', '2212', '0'),
('83', '2213', '0'),
('83', '2214', '0'),
('83', '2215', '0'),
('83', '2216', '0'),
('83', '2217', '0'),
('83', '2218', '0'),
('83', '2219', '0'),
('83', '2220', '0'),
('83', '2221', '0'),
('83', '2222', '0'),
('83', '2223', '0'),
('83', '2224', '0'),
('83', '2225', '0'),
('83', '2226', '0'),
('83', '2227', '0'),
('83', '2231', '0'),
('83', '2234', '0'),
('83', '2239', '0'),
('83', '2241', '0'),
('83', '2242', '0'),
('83', '2244', '0'),
('83', '2245', '0'),
('83', '2247', '0'),
('83', '2249', '0'),
('83', '2250', '0'),
('83', '2255', '0'),
('83', '2257', '0'),
('83', '2258', '0'),
('83', '2259', '0'),
('83', '2260', '0'),
('83', '2261', '0'),
('83', '2263', '0'),
('83', '2264', '0'),
('83', '2265', '0'),
('83', '2266', '0'),
('83', '2267', '0'),
('83', '2268', '0'),
('83', '2269', '0'),
('83', '2270', '0'),
('83', '2271', '0'),
('83', '2272', '0'),
('83', '2273', '0'),
('83', '6910', '0'),
('83', '6911', '0'),
('83', '6912', '0'),
('83', '6913', '0'),
('83', '6914', '0'),
('83', '6915', '0'),
('83', '6916', '0'),
('83', '6917', '0'),
('83', '6918', '0'),
('83', '6919', '0'),
('83', '6920', '0'),
('83', '6921', '0'),
('83', '6922', '0'),
('83', '6923', '0'),
('83', '6924', '0'),
('83', '6925', '0'),
('83', '6926', '0'),
('83', '6927', '0'),
('83', '6928', '0'),
('83', '6929', '0'),
('83', '6930', '0'),
('83', '6931', '0'),
('83', '6932', '0'),
('83', '6933', '0'),
('83', '6934', '0'),
('83', '6935', '0'),
('83', '6936', '0'),
('83', '6937', '0'),
('83', '6938', '0'),
('83', '6939', '0'),
('83', '6940', '0'),
('83', '6941', '0'),
('83', '6942', '0'),
('83', '6943', '0'),
('83', '6944', '0'),
('83', '6945', '0'),
('83', '6946', '0'),
('83', '6947', '0'),
('83', '6948', '0'),
('83', '6949', '0'),
('83', '6950', '0'),
('83', '6951', '0'),
('83', '6952', '0'),
('83', '6954', '0'),
('83', '6955', '0'),
('83', '6956', '0'),
('83', '6957', '0'),
('83', '6958', '0'),
('83', '6959', '0'),
('83', '6960', '0'),
('83', '6961', '0'),
('83', '6962', '0'),
('83', '6963', '0'),
('83', '6964', '0'),
('83', '6965', '0'),
('83', '6966', '0'),
('83', '6967', '0'),
('83', '6968', '0'),
('83', '6969', '0'),
('83', '6970', '0'),
('83', '6971', '0'),
('83', '6972', '0'),
('83', '6973', '0'),
('83', '6974', '0'),
('83', '6975', '0'),
('83', '6976', '0'),
('83', '6978', '0'),
('83', '6979', '0'),
('83', '6980', '0'),
('83', '6981', '0'),
('83', '6982', '0'),
('83', '6983', '0'),
('83', '6984', '0'),
('83', '6985', '0'),
('83', '6986', '0'),
('83', '6987', '0'),
('83', '6988', '0'),
('83', '6996', '0'),
('83', '7005', '0'),
('83', '7006', '0'),
('83', '7007', '0'),
('83', '7008', '0'),
('83', '7009', '0'),
('83', '7010', '0'),
('83', '7011', '0'),
('83', '7012', '0'),
('83', '7013', '0'),
('83', '7014', '0'),
('83', '7015', '0'),
('83', '7016', '0'),
('83', '7017', '0'),
('83', '7018', '0'),
('83', '7019', '0'),
('83', '7020', '0'),
('83', '7021', '0'),
('83', '7022', '0'),
('83', '7023', '0'),
('83', '7024', '0'),
('83', '7025', '0'),
('83', '7026', '0'),
('83', '7027', '0'),
('83', '7028', '0'),
('83', '7029', '0'),
('83', '7030', '0'),
('83', '7031', '0'),
('83', '7032', '0'),
('83', '7033', '0'),
('83', '7034', '0'),
('83', '7035', '0'),
('83', '7036', '0'),
('83', '7037', '0'),
('83', '7038', '0'),
('83', '7039', '0'),
('83', '7040', '0'),
('83', '7041', '0'),
('83', '7042', '0'),
('83', '7043', '0'),
('83', '7044', '0'),
('83', '7045', '0'),
('83', '7046', '0'),
('83', '7047', '0'),
('83', '7048', '0'),
('83', '7049', '0'),
('83', '7050', '0'),
('83', '7051', '0'),
('83', '7052', '0'),
('83', '7053', '0'),
('83', '7054', '0'),
('83', '7055', '0'),
('83', '7056', '0'),
('83', '7057', '0'),
('83', '7060', '0'),
('83', '7061', '0'),
('83', '7062', '0'),
('83', '7063', '0'),
('83', '7064', '0'),
('83', '7065', '0'),
('83', '7066', '0'),
('83', '7067', '0'),
('83', '7068', '0'),
('83', '7069', '0'),
('83', '7070', '0'),
('83', '7071', '0'),
('83', '7072', '0'),
('83', '7073', '0'),
('83', '7074', '0'),
('83', '7075', '0'),
('83', '7076', '0'),
('83', '7077', '0'),
('83', '7078', '0'),
('83', '7079', '0'),
('83', '7080', '0'),
('83', '7081', '0'),
('83', '7082', '0'),
('83', '7083', '0'),
('83', '7084', '0'),
('83', '7085', '0'),
('83', '7086', '0'),
('83', '7087', '0'),
('83', '7089', '0'),
('83', '7090', '0'),
('83', '7091', '0'),
('83', '7092', '0'),
('83', '7093', '0'),
('83', '7094', '0'),
('83', '7095', '0'),
('83', '7096', '0'),
('83', '7097', '0'),
('83', '7098', '0'),
('83', '7099', '0'),
('83', '7100', '0'),
('83', '7101', '0'),
('83', '7102', '0'),
('83', '7103', '0'),
('83', '7104', '0'),
('83', '7105', '0'),
('83', '7106', '0'),
('83', '7107', '0'),
('83', '7108', '0'),
('83', '7109', '0'),
('83', '7110', '0'),
('83', '7111', '0'),
('83', '7112', '0'),
('83', '7113', '0'),
('83', '7114', '0'),
('83', '7115', '0'),
('83', '7116', '0'),
('83', '7117', '0'),
('83', '7118', '0'),
('83', '7119', '0'),
('83', '7120', '0'),
('83', '7121', '0'),
('83', '7122', '0'),
('83', '7123', '0'),
('83', '7124', '0'),
('83', '7125', '0'),
('83', '7126', '0'),
('83', '7127', '0'),
('83', '7128', '0'),
('83', '7129', '0'),
('83', '7130', '0'),
('83', '7131', '0'),
('83', '7132', '0'),
('83', '7133', '0'),
('83', '7134', '0'),
('83', '7135', '0'),
('83', '7136', '0'),
('83', '7137', '0'),
('83', '7138', '0'),
('83', '7139', '0'),
('83', '7140', '0'),
('94', '2094', '1'),
('94', '2095', '1'),
('94', '2096', '1'),
('94', '2097', '1'),
('94', '6284', '1'),
('94', '7217', '1'),
('96', '2156', '1'),
('96', '2157', '1'),
('96', '7218', '1'),
('96', '7219', '1'),
('99', '2154', '1'),
('99', '2155', '1'),
('100', '6329', '1'),
('105', '2167', '1'),
('105', '2173', '1'),
('105', '7220', '1'),
('108', '7216', '1'),
('113', '2093', '1'),
('113', '2106', '1'),
('113', '2107', '1'),
('113', '2108', '1'),
('113', '2109', '1'),
('113', '2110', '1'),
('113', '2111', '1'),
('113', '2112', '1'),
('113', '2113', '1'),
('113', '2114', '1'),
('114', '2130', '1'),
('114', '2131', '1'),
('114', '2132', '1'),
('114', '2133', '1'),
('114', '2134', '1'),
('114', '2135', '1'),
('114', '2136', '1'),
('114', '2137', '1'),
('114', '2138', '1'),
('114', '2139', '1'),
('115', '2140', '1'),
('115', '2141', '1'),
('115', '2142', '1'),
('115', '2143', '1'),
('115', '2144', '1'),
('115', '2145', '1'),
('115', '2147', '1'),
('115', '2148', '1'),
('115', '6319', '1'),
('117', '7201', '1'),
('117', '7202', '1'),
('117', '7203', '1'),
('117', '7204', '1'),
('117', '7205', '1'),
('117', '7206', '1'),
('117', '7207', '1'),
('117', '7208', '1'),
('117', '7209', '1'),
('123', '7212', '1'),
('126', '7215', '1'),
('127', '7213', '1'),
('127', '7214', '1'),
('132', '2158', '1'),
('132', '2159', '1'),
('132', '2160', '1'),
('132', '2161', '1'),
('132', '2162', '1'),
('132', '2163', '1'),
('132', '2164', '1'),
('132', '2165', '1'),
('133', '2174', '1'),
('133', '2175', '1'),
('133', '2176', '1'),
('133', '2177', '1'),
('133', '2178', '1'),
('133', '2179', '1'),
('136', '7221', '1'),
('145', '2180', '1'),
('147', '7176', '1'),
('147', '7189', '1'),
('147', '7190', '1'),
('148', '7177', '1'),
('148', '7178', '1'),
('150', '2105', '1'),
('150', '6273', '1'),
('150', '6299', '1'),
('150', '6300', '1'),
('150', '7174', '1'),
('150', '7175', '1'),
('150', '7186', '1'),
('150', '7187', '1'),
('150', '7188', '1'),
('151', '2099', '1'),
('151', '2101', '1'),
('151', '6998', '1'),
('151', '6999', '1'),
('151', '7000', '1'),
('151', '7001', '1'),
('151', '7004', '1'),
('151', '7059', '1'),
('151', '7088', '1'),
('151', '7167', '1'),
('151', '7168', '1'),
('151', '7169', '1'),
('151', '7170', '1'),
('151', '7171', '1'),
('151', '7172', '1'),
('151', '7173', '1'),
('151', '7179', '1'),
('151', '7180', '1'),
('151', '7181', '1'),
('151', '7182', '1'),
('151', '7183', '1'),
('151', '7184', '1'),
('151', '7185', '1'),
('152', '2197', '1'),
('152', '2198', '1'),
('152', '7163', '1'),
('153', '2197', '1'),
('154', '2193', '1'),
('154', '2194', '1'),
('154', '2196', '1'),
('154', '6446', '1'),
('154', '6449', '1'),
('155', '2195', '1'),
('155', '6452', '1'),
('155', '6453', '1'),
('155', '7164', '1'),
('155', '7165', '1'),
('156', '2194', '1'),
('156', '2196', '1'),
('156', '6446', '1'),
('156', '6447', '1'),
('156', '6448', '1'),
('156', '6449', '1'),
('156', '6451', '1'),
('157', '6452', '1'),
('157', '6453', '1'),
('158', '2193', '1'),
('159', '2195', '1'),
('159', '7164', '1'),
('159', '7165', '1'),
('161', '7101', '1'),
('161', '7151', '1'),
('161', '7152', '1'),
('162', '7149', '1'),
('162', '7150', '1'),
('163', '7153', '1'),
('163', '7154', '1'),
('169', '2117', '1'),
('169', '2118', '1'),
('169', '2119', '1'),
('169', '2121', '1'),
('169', '2122', '1'),
('169', '2123', '1'),
('169', '2124', '1'),
('169', '2125', '1'),
('169', '2126', '1'),
('169', '2127', '1'),
('169', '2128', '1'),
('169', '6216', '1'),
('169', '6299', '1'),
('169', '6992', '1'),
('169', '6993', '1'),
('169', '6994', '1'),
('169', '6997', '1'),
('169', '7002', '1'),
('169', '7003', '1'),
('169', '7192', '1'),
('169', '7193', '1'),
('169', '7194', '1'),
('169', '7199', '1'),
('169', '7200', '1'),
('170', '2100', '1'),
('170', '2102', '1'),
('170', '2103', '1'),
('170', '7058', '1'),
('171', '2199', '1'),
('171', '7166', '1'),
('173', '2098', '1'),
('173', '2115', '1'),
('173', '2116', '1'),
('174', '2167', '1'),
('174', '2168', '1'),
('174', '2169', '1'),
('174', '2170', '1'),
('174', '2171', '1'),
('174', '2172', '1'),
('176', '7155', '1'),
('177', '7210', '1');

-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_category_product_index`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_category_product_index` (
  `category_id` int(10) unsigned NOT NULL default '0',
  `product_id` int(10) unsigned NOT NULL default '0',
  `position` int(10) unsigned default NULL,
  `is_parent` tinyint(1) unsigned NOT NULL default '0',
  `store_id` smallint(5) unsigned NOT NULL default '0',
  `visibility` tinyint(3) unsigned NOT NULL,
  UNIQUE KEY `UNQ_CATEGORY_PRODUCT` (`category_id`,`product_id`,`store_id`),
  KEY `FK_CATALOG_CATEGORY_PRODUCT_INDEX_CATEGORY_ENTITY` (`category_id`),
  KEY `IDX_JOIN` (`product_id`,`store_id`,`category_id`,`visibility`),
  KEY `IDX_BASE` (`store_id`,`category_id`,`visibility`,`is_parent`,`position`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `catalog_category_product_index`
-- 

INSERT INTO `catalog_category_product_index` VALUES ('3', '7211', '0', '0', '1', '1'),
('3', '7210', '0', '1', '1', '2'),
('3', '2094', '80001', '0', '1', '4'),
('3', '2096', '80001', '0', '1', '4'),
('3', '2097', '80001', '0', '1', '4'),
('3', '2098', '80001', '0', '1', '4'),
('3', '2100', '80001', '0', '1', '4'),
('3', '2102', '80001', '0', '1', '4'),
('3', '2105', '80001', '0', '1', '4'),
('3', '2115', '80001', '0', '1', '4'),
('3', '2116', '80001', '0', '1', '4'),
('3', '2117', '80001', '0', '1', '4'),
('3', '2118', '80001', '0', '1', '4'),
('3', '2119', '80001', '0', '1', '4'),
('3', '2121', '80001', '0', '1', '4'),
('3', '2123', '80001', '0', '1', '4'),
('3', '2124', '80001', '0', '1', '4'),
('3', '2125', '80001', '0', '1', '4'),
('3', '2127', '80001', '0', '1', '4'),
('3', '2128', '80001', '0', '1', '4'),
('3', '2150', '80001', '0', '1', '4'),
('3', '2151', '80001', '0', '1', '4'),
('3', '2152', '80001', '0', '1', '4'),
('3', '2153', '80001', '0', '1', '4'),
('3', '2154', '80001', '0', '1', '4'),
('3', '2155', '80001', '0', '1', '4'),
('3', '2156', '80001', '0', '1', '4'),
('3', '2157', '80001', '0', '1', '4'),
('3', '2167', '80001', '0', '1', '4'),
('3', '2173', '80001', '0', '1', '4'),
('3', '2191', '80001', '0', '1', '4'),
('3', '2193', '80001', '0', '1', '4'),
('3', '2194', '80001', '0', '1', '4'),
('3', '2196', '80001', '0', '1', '4'),
('3', '2197', '80001', '0', '1', '4'),
('3', '2198', '80001', '0', '1', '4'),
('3', '2199', '80001', '0', '1', '4'),
('3', '6216', '80001', '0', '1', '4'),
('3', '6273', '80001', '0', '1', '4'),
('3', '6284', '80001', '0', '1', '4'),
('3', '6299', '80001', '0', '1', '4'),
('3', '6300', '80001', '0', '1', '4'),
('3', '6446', '80001', '0', '1', '4'),
('3', '6449', '80001', '0', '1', '4'),
('3', '6992', '80001', '0', '1', '4'),
('3', '6993', '80001', '0', '1', '4'),
('3', '6994', '80001', '0', '1', '4'),
('3', '6997', '80001', '0', '1', '4'),
('3', '7002', '80001', '0', '1', '4'),
('3', '7089', '80001', '0', '1', '4'),
('3', '7091', '80001', '0', '1', '4'),
('3', '7092', '80001', '0', '1', '4'),
('3', '7093', '80001', '0', '1', '4'),
('3', '7094', '80001', '0', '1', '4'),
('3', '7095', '80001', '0', '1', '4'),
('3', '7096', '80001', '0', '1', '4'),
('3', '7097', '80001', '0', '1', '4'),
('3', '7098', '80001', '0', '1', '4'),
('3', '7099', '80001', '0', '1', '4'),
('3', '7100', '80001', '0', '1', '4'),
('3', '7131', '80001', '0', '1', '4'),
('3', '7132', '80001', '0', '1', '4'),
('3', '7133', '80001', '0', '1', '4'),
('3', '7134', '80001', '0', '1', '4'),
('3', '7135', '80001', '0', '1', '4'),
('3', '7136', '80001', '0', '1', '4'),
('3', '7137', '80001', '0', '1', '4'),
('3', '7138', '80001', '0', '1', '4'),
('3', '7163', '80001', '0', '1', '4'),
('3', '7166', '80001', '0', '1', '4'),
('3', '7174', '80001', '0', '1', '4'),
('3', '7175', '80001', '0', '1', '4'),
('3', '7176', '80001', '0', '1', '4'),
('3', '7192', '80001', '0', '1', '4'),
('3', '7193', '80001', '0', '1', '4'),
('3', '7194', '80001', '0', '1', '4'),
('3', '7199', '80001', '0', '1', '4'),
('3', '7200', '80001', '0', '1', '4'),
('3', '7216', '80001', '0', '1', '4'),
('3', '7217', '80001', '0', '1', '4'),
('3', '7219', '80001', '0', '1', '4'),
('3', '7220', '80001', '0', '1', '4'),
('3', '2099', '90001', '0', '1', '4'),
('3', '2101', '90001', '0', '1', '4'),
('3', '6998', '90001', '0', '1', '4'),
('3', '6999', '90001', '0', '1', '4'),
('3', '7000', '90001', '0', '1', '4'),
('3', '7001', '90001', '0', '1', '4'),
('3', '7004', '90001', '0', '1', '4'),
('3', '7059', '90001', '0', '1', '4'),
('3', '7088', '90001', '0', '1', '4'),
('3', '7167', '90001', '0', '1', '4'),
('3', '7168', '90001', '0', '1', '4'),
('3', '7169', '90001', '0', '1', '4'),
('3', '7170', '90001', '0', '1', '4'),
('3', '7171', '90001', '0', '1', '4'),
('3', '7172', '90001', '0', '1', '4'),
('3', '7173', '90001', '0', '1', '4'),
('3', '7179', '90001', '0', '1', '4'),
('3', '7180', '90001', '0', '1', '4'),
('3', '7181', '90001', '0', '1', '4'),
('3', '7182', '90001', '0', '1', '4'),
('3', '7183', '90001', '0', '1', '4'),
('3', '7184', '90001', '0', '1', '4'),
('3', '7185', '90001', '0', '1', '4'),
('3', '7201', '90001', '0', '1', '4'),
('3', '7203', '90001', '0', '1', '4'),
('3', '7204', '90001', '0', '1', '4'),
('3', '7205', '90001', '0', '1', '4'),
('3', '7206', '90001', '0', '1', '4'),
('3', '7207', '90001', '0', '1', '4'),
('3', '7208', '90001', '0', '1', '4'),
('3', '7209', '90001', '0', '1', '4'),
('3', '7212', '90001', '0', '1', '4'),
('3', '7213', '90001', '0', '1', '4'),
('3', '7214', '90001', '0', '1', '4'),
('3', '7215', '90001', '0', '1', '4'),
('3', '6447', '100001', '0', '1', '4'),
('3', '6448', '100001', '0', '1', '4'),
('3', '6451', '100001', '0', '1', '4'),
('3', '6452', '100001', '0', '1', '4'),
('3', '6453', '100001', '0', '1', '4'),
('3', '7202', '100001', '0', '1', '4'),
('3', '7221', '100001', '0', '1', '4'),
('3', '2093', '120001', '0', '1', '4'),
('3', '2106', '120001', '0', '1', '4'),
('3', '2107', '120001', '0', '1', '4'),
('3', '2108', '120001', '0', '1', '4'),
('3', '2109', '120001', '0', '1', '4'),
('3', '2110', '120001', '0', '1', '4'),
('3', '2111', '120001', '0', '1', '4'),
('3', '2112', '120001', '0', '1', '4'),
('3', '2113', '120001', '0', '1', '4'),
('3', '2114', '120001', '0', '1', '4'),
('3', '2195', '120001', '0', '1', '4'),
('3', '2204', '120001', '0', '1', '4'),
('3', '2208', '120001', '0', '1', '4'),
('3', '2220', '120001', '0', '1', '4'),
('3', '2222', '120001', '0', '1', '4'),
('3', '2223', '120001', '0', '1', '4'),
('3', '2224', '120001', '0', '1', '4'),
('3', '2228', '120001', '0', '1', '4'),
('3', '7081', '120001', '0', '1', '4'),
('3', '7082', '120001', '0', '1', '4'),
('3', '7083', '120001', '0', '1', '4'),
('3', '7084', '120001', '0', '1', '4'),
('3', '7085', '120001', '0', '1', '4'),
('3', '7086', '120001', '0', '1', '4'),
('3', '7090', '120001', '0', '1', '4'),
('3', '7101', '120001', '0', '1', '4'),
('3', '7139', '120001', '0', '1', '4'),
('3', '7140', '120001', '0', '1', '4'),
('3', '7151', '120001', '0', '1', '4'),
('3', '7152', '120001', '0', '1', '4'),
('3', '7164', '120001', '0', '1', '4'),
('3', '7165', '120001', '0', '1', '4'),
('3', '7177', '120001', '0', '1', '4'),
('3', '2122', '150001', '0', '1', '4'),
('3', '7003', '150001', '0', '1', '4'),
('3', '2184', '160001', '0', '1', '4'),
('3', '2186', '160001', '0', '1', '4'),
('3', '2187', '160001', '0', '1', '4'),
('3', '2188', '160001', '0', '1', '4'),
('3', '2229', '160001', '0', '1', '4'),
('3', '2230', '160001', '0', '1', '4'),
('3', '2232', '160001', '0', '1', '4'),
('3', '2233', '160001', '0', '1', '4'),
('3', '2234', '160001', '0', '1', '4'),
('3', '2235', '160001', '0', '1', '4'),
('3', '2236', '160001', '0', '1', '4'),
('3', '2237', '160001', '0', '1', '4'),
('3', '2238', '160001', '0', '1', '4'),
('3', '2240', '160001', '0', '1', '4'),
('3', '2243', '160001', '0', '1', '4'),
('3', '2246', '160001', '0', '1', '4'),
('3', '2248', '160001', '0', '1', '4'),
('3', '2251', '160001', '0', '1', '4'),
('3', '2252', '160001', '0', '1', '4'),
('3', '2253', '160001', '0', '1', '4'),
('3', '2254', '160001', '0', '1', '4'),
('3', '2256', '160001', '0', '1', '4'),
('3', '2262', '160001', '0', '1', '4'),
('3', '2273', '160001', '0', '1', '4'),
('3', '6251', '160001', '0', '1', '4'),
('3', '6256', '160001', '0', '1', '4'),
('3', '6257', '160001', '0', '1', '4'),
('3', '6436', '160001', '0', '1', '4'),
('3', '6975', '160001', '0', '1', '4'),
('3', '7102', '160001', '0', '1', '4'),
('3', '7103', '160001', '0', '1', '4'),
('3', '7104', '160001', '0', '1', '4'),
('3', '7105', '160001', '0', '1', '4'),
('3', '7106', '160001', '0', '1', '4'),
('3', '7107', '160001', '0', '1', '4'),
('3', '7108', '160001', '0', '1', '4'),
('3', '7109', '160001', '0', '1', '4'),
('3', '7110', '160001', '0', '1', '4'),
('3', '7111', '160001', '0', '1', '4'),
('3', '7112', '160001', '0', '1', '4'),
('3', '7113', '160001', '0', '1', '4'),
('3', '7114', '160001', '0', '1', '4'),
('3', '7115', '160001', '0', '1', '4'),
('3', '7116', '160001', '0', '1', '4'),
('3', '7117', '160001', '0', '1', '4'),
('3', '7118', '160001', '0', '1', '4'),
('3', '7119', '160001', '0', '1', '4'),
('3', '7120', '160001', '0', '1', '4'),
('3', '7121', '160001', '0', '1', '4'),
('3', '7122', '160001', '0', '1', '4'),
('3', '7123', '160001', '0', '1', '4'),
('3', '7124', '160001', '0', '1', '4'),
('3', '7125', '160001', '0', '1', '4'),
('3', '7126', '160001', '0', '1', '4'),
('3', '7127', '160001', '0', '1', '4'),
('3', '7128', '160001', '0', '1', '4'),
('3', '7129', '160001', '0', '1', '4'),
('3', '7130', '160001', '0', '1', '4'),
('3', '7149', '160001', '0', '1', '4'),
('3', '7150', '160001', '0', '1', '4'),
('3', '7157', '160001', '0', '1', '4'),
('3', '7158', '160001', '0', '1', '4'),
('3', '7159', '160001', '0', '1', '4'),
('3', '7160', '160001', '0', '1', '4'),
('3', '7161', '160001', '0', '1', '4'),
('3', '7162', '160001', '0', '1', '4'),
('3', '2103', '180001', '0', '1', '4'),
('3', '2126', '180001', '0', '1', '4'),
('3', '2130', '180001', '0', '1', '4'),
('3', '2131', '180001', '0', '1', '4'),
('3', '2132', '180001', '0', '1', '4'),
('3', '2133', '180001', '0', '1', '4'),
('3', '2134', '180001', '0', '1', '4'),
('3', '2135', '180001', '0', '1', '4'),
('3', '2136', '180001', '0', '1', '4'),
('3', '2137', '180001', '0', '1', '4'),
('3', '2138', '180001', '0', '1', '4'),
('3', '2139', '180001', '0', '1', '4'),
('3', '6230', '180001', '0', '1', '4'),
('3', '6233', '180001', '0', '1', '4'),
('3', '6234', '180001', '0', '1', '4'),
('3', '7058', '180001', '0', '1', '4'),
('3', '7156', '180001', '0', '1', '4'),
('3', '2192', '200001', '0', '1', '4'),
('3', '6232', '200001', '0', '1', '4'),
('3', '6988', '200001', '0', '1', '4'),
('3', '6996', '200001', '0', '1', '4'),
('3', '7153', '200001', '0', '1', '4'),
('3', '7154', '200001', '0', '1', '4'),
('3', '2140', '240001', '0', '1', '4'),
('3', '2141', '240001', '0', '1', '4'),
('3', '2142', '240001', '0', '1', '4'),
('3', '2143', '240001', '0', '1', '4'),
('3', '2144', '240001', '0', '1', '4'),
('3', '2145', '240001', '0', '1', '4'),
('3', '2147', '240001', '0', '1', '4'),
('3', '2148', '240001', '0', '1', '4'),
('3', '6319', '240001', '0', '1', '4'),
('3', '7155', '240001', '0', '1', '4'),
('3', '2158', '350001', '0', '1', '4'),
('3', '2159', '350001', '0', '1', '4'),
('3', '2160', '350001', '0', '1', '4'),
('3', '2161', '350001', '0', '1', '4'),
('3', '2162', '350001', '0', '1', '4'),
('3', '2163', '350001', '0', '1', '4'),
('3', '2164', '350001', '0', '1', '4'),
('3', '2165', '350001', '0', '1', '4'),
('3', '2166', '420000', '0', '1', '4'),
('3', '2181', '420000', '0', '1', '4'),
('3', '2182', '420000', '0', '1', '4'),
('3', '2183', '420000', '0', '1', '4'),
('3', '2185', '420000', '0', '1', '4'),
('3', '2189', '420000', '0', '1', '4'),
('3', '2190', '420000', '0', '1', '4'),
('3', '2200', '420000', '0', '1', '4'),
('3', '2205', '420000', '0', '1', '4'),
('3', '2206', '420000', '0', '1', '4'),
('3', '2207', '420000', '0', '1', '4'),
('3', '2209', '420000', '0', '1', '4'),
('3', '2210', '420000', '0', '1', '4'),
('3', '2211', '420000', '0', '1', '4'),
('3', '2212', '420000', '0', '1', '4'),
('3', '2213', '420000', '0', '1', '4'),
('3', '2214', '420000', '0', '1', '4'),
('3', '2215', '420000', '0', '1', '4'),
('3', '2216', '420000', '0', '1', '4'),
('3', '2217', '420000', '0', '1', '4'),
('3', '2218', '420000', '0', '1', '4'),
('3', '2219', '420000', '0', '1', '4'),
('3', '2221', '420000', '0', '1', '4'),
('3', '2225', '420000', '0', '1', '4'),
('3', '2226', '420000', '0', '1', '4'),
('3', '2227', '420000', '0', '1', '4'),
('3', '2231', '420000', '0', '1', '4'),
('3', '2239', '420000', '0', '1', '4'),
('3', '2241', '420000', '0', '1', '4'),
('3', '2242', '420000', '0', '1', '4'),
('3', '2244', '420000', '0', '1', '4'),
('3', '2245', '420000', '0', '1', '4'),
('3', '2247', '420000', '0', '1', '4'),
('3', '2249', '420000', '0', '1', '4'),
('3', '2250', '420000', '0', '1', '4'),
('3', '2255', '420000', '0', '1', '4'),
('3', '2257', '420000', '0', '1', '4'),
('3', '2258', '420000', '0', '1', '4'),
('3', '2259', '420000', '0', '1', '4'),
('3', '2260', '420000', '0', '1', '4'),
('3', '2261', '420000', '0', '1', '4'),
('3', '2263', '420000', '0', '1', '4'),
('3', '2264', '420000', '0', '1', '4'),
('3', '2265', '420000', '0', '1', '4'),
('3', '2266', '420000', '0', '1', '4'),
('3', '2267', '420000', '0', '1', '4'),
('3', '2268', '420000', '0', '1', '4'),
('3', '2269', '420000', '0', '1', '4'),
('3', '2270', '420000', '0', '1', '4'),
('3', '2271', '420000', '0', '1', '4'),
('3', '2272', '420000', '0', '1', '4'),
('3', '6910', '420000', '0', '1', '4'),
('3', '6911', '420000', '0', '1', '4'),
('3', '6912', '420000', '0', '1', '4'),
('3', '6913', '420000', '0', '1', '4'),
('3', '6914', '420000', '0', '1', '4'),
('3', '6915', '420000', '0', '1', '4'),
('3', '6916', '420000', '0', '1', '4'),
('3', '6917', '420000', '0', '1', '4'),
('3', '6918', '420000', '0', '1', '4'),
('3', '6919', '420000', '0', '1', '4'),
('3', '6920', '420000', '0', '1', '4'),
('3', '6921', '420000', '0', '1', '4'),
('3', '6922', '420000', '0', '1', '4'),
('3', '6923', '420000', '0', '1', '4'),
('3', '6924', '420000', '0', '1', '4'),
('3', '6925', '420000', '0', '1', '4'),
('3', '6926', '420000', '0', '1', '4'),
('3', '6927', '420000', '0', '1', '4'),
('3', '6928', '420000', '0', '1', '4'),
('3', '6929', '420000', '0', '1', '4'),
('3', '6930', '420000', '0', '1', '4'),
('3', '6931', '420000', '0', '1', '4'),
('3', '6932', '420000', '0', '1', '4'),
('3', '6933', '420000', '0', '1', '4'),
('3', '6934', '420000', '0', '1', '4'),
('3', '6935', '420000', '0', '1', '4'),
('3', '6936', '420000', '0', '1', '4'),
('3', '6937', '420000', '0', '1', '4'),
('3', '6938', '420000', '0', '1', '4'),
('3', '6939', '420000', '0', '1', '4'),
('3', '6940', '420000', '0', '1', '4'),
('3', '6941', '420000', '0', '1', '4'),
('3', '6942', '420000', '0', '1', '4'),
('3', '6943', '420000', '0', '1', '4'),
('3', '6944', '420000', '0', '1', '4'),
('3', '6945', '420000', '0', '1', '4'),
('3', '6946', '420000', '0', '1', '4'),
('3', '6947', '420000', '0', '1', '4'),
('3', '6948', '420000', '0', '1', '4'),
('3', '6949', '420000', '0', '1', '4'),
('3', '6950', '420000', '0', '1', '4'),
('3', '6951', '420000', '0', '1', '4'),
('3', '6954', '420000', '0', '1', '4'),
('3', '6955', '420000', '0', '1', '4'),
('3', '6956', '420000', '0', '1', '4'),
('3', '6957', '420000', '0', '1', '4'),
('3', '6958', '420000', '0', '1', '4'),
('3', '6959', '420000', '0', '1', '4'),
('3', '6960', '420000', '0', '1', '4'),
('3', '6961', '420000', '0', '1', '4'),
('3', '6962', '420000', '0', '1', '4'),
('3', '6963', '420000', '0', '1', '4'),
('3', '6964', '420000', '0', '1', '4'),
('3', '6965', '420000', '0', '1', '4'),
('3', '6966', '420000', '0', '1', '4'),
('3', '6967', '420000', '0', '1', '4'),
('3', '6968', '420000', '0', '1', '4'),
('3', '6969', '420000', '0', '1', '4'),
('3', '6970', '420000', '0', '1', '4'),
('3', '6971', '420000', '0', '1', '4'),
('3', '6972', '420000', '0', '1', '4'),
('3', '6973', '420000', '0', '1', '4'),
('3', '6974', '420000', '0', '1', '4'),
('3', '6976', '420000', '0', '1', '4'),
('3', '6978', '420000', '0', '1', '4'),
('3', '6979', '420000', '0', '1', '4'),
('3', '6980', '420000', '0', '1', '4'),
('3', '6981', '420000', '0', '1', '4'),
('3', '6982', '420000', '0', '1', '4'),
('3', '6983', '420000', '0', '1', '4'),
('3', '6984', '420000', '0', '1', '4'),
('3', '6985', '420000', '0', '1', '4'),
('3', '6986', '420000', '0', '1', '4'),
('3', '6987', '420000', '0', '1', '4'),
('3', '7005', '420000', '0', '1', '4'),
('3', '7006', '420000', '0', '1', '4'),
('3', '7007', '420000', '0', '1', '4'),
('3', '7008', '420000', '0', '1', '4'),
('3', '7009', '420000', '0', '1', '4'),
('3', '7010', '420000', '0', '1', '4'),
('3', '7011', '420000', '0', '1', '4'),
('3', '7012', '420000', '0', '1', '4'),
('3', '7013', '420000', '0', '1', '4'),
('3', '7014', '420000', '0', '1', '4'),
('3', '7015', '420000', '0', '1', '4'),
('3', '7016', '420000', '0', '1', '4'),
('3', '7017', '420000', '0', '1', '4'),
('3', '7018', '420000', '0', '1', '4'),
('3', '7019', '420000', '0', '1', '4'),
('3', '7020', '420000', '0', '1', '4'),
('3', '7021', '420000', '0', '1', '4'),
('3', '7022', '420000', '0', '1', '4'),
('3', '7023', '420000', '0', '1', '4'),
('3', '7024', '420000', '0', '1', '4'),
('3', '7025', '420000', '0', '1', '4'),
('3', '7026', '420000', '0', '1', '4'),
('3', '7027', '420000', '0', '1', '4'),
('3', '7028', '420000', '0', '1', '4'),
('3', '7029', '420000', '0', '1', '4'),
('3', '7030', '420000', '0', '1', '4'),
('3', '7031', '420000', '0', '1', '4'),
('3', '7032', '420000', '0', '1', '4'),
('3', '7033', '420000', '0', '1', '4'),
('3', '7034', '420000', '0', '1', '4'),
('3', '7035', '420000', '0', '1', '4'),
('3', '7036', '420000', '0', '1', '4'),
('3', '7037', '420000', '0', '1', '4'),
('3', '7038', '420000', '0', '1', '4'),
('3', '7039', '420000', '0', '1', '4'),
('3', '7040', '420000', '0', '1', '4'),
('3', '7041', '420000', '0', '1', '4'),
('3', '7042', '420000', '0', '1', '4'),
('3', '7043', '420000', '0', '1', '4'),
('3', '7044', '420000', '0', '1', '4'),
('3', '7045', '420000', '0', '1', '4'),
('3', '7046', '420000', '0', '1', '4'),
('3', '7047', '420000', '0', '1', '4'),
('3', '7048', '420000', '0', '1', '4'),
('3', '7049', '420000', '0', '1', '4'),
('3', '7050', '420000', '0', '1', '4'),
('3', '7051', '420000', '0', '1', '4'),
('3', '7052', '420000', '0', '1', '4'),
('3', '7053', '420000', '0', '1', '4'),
('3', '7054', '420000', '0', '1', '4'),
('3', '7055', '420000', '0', '1', '4'),
('3', '7056', '420000', '0', '1', '4'),
('3', '7057', '420000', '0', '1', '4'),
('3', '7060', '420000', '0', '1', '4'),
('3', '7061', '420000', '0', '1', '4'),
('3', '7062', '420000', '0', '1', '4'),
('3', '7063', '420000', '0', '1', '4'),
('3', '7064', '420000', '0', '1', '4'),
('3', '7065', '420000', '0', '1', '4'),
('3', '7066', '420000', '0', '1', '4'),
('3', '7067', '420000', '0', '1', '4'),
('3', '7068', '420000', '0', '1', '4'),
('3', '7069', '420000', '0', '1', '4'),
('3', '7070', '420000', '0', '1', '4'),
('3', '7071', '420000', '0', '1', '4'),
('3', '7072', '420000', '0', '1', '4'),
('3', '7073', '420000', '0', '1', '4'),
('3', '7074', '420000', '0', '1', '4'),
('3', '7075', '420000', '0', '1', '4'),
('3', '7076', '420000', '0', '1', '4'),
('3', '7077', '420000', '0', '1', '4'),
('3', '7078', '420000', '0', '1', '4'),
('3', '7079', '420000', '0', '1', '4'),
('3', '7080', '420000', '0', '1', '4'),
('3', '7087', '420000', '0', '1', '4'),
('3', '2174', '420001', '0', '1', '4'),
('3', '2175', '420001', '0', '1', '4'),
('3', '2176', '420001', '0', '1', '4'),
('3', '2177', '420001', '0', '1', '4'),
('3', '2178', '420001', '0', '1', '4'),
('3', '2179', '420001', '0', '1', '4'),
('3', '6329', '420001', '0', '1', '4'),
('3', '2180', '550001', '0', '1', '4'),
('3', '2168', '630001', '0', '1', '4'),
('3', '2169', '630001', '0', '1', '4'),
('3', '2170', '630001', '0', '1', '4'),
('3', '2171', '630001', '0', '1', '4'),
('3', '2172', '630001', '0', '1', '4'),
('3', '2095', '1140001', '0', '1', '4'),
('3', '6223', '0', '1', '1', '4'),
('3', '6243', '0', '1', '1', '4'),
('3', '6249', '0', '1', '1', '4'),
('3', '6250', '0', '1', '1', '4'),
('3', '6262', '0', '1', '1', '4'),
('3', '6301', '0', '1', '1', '4'),
('5', '2099', '1', '1', '1', '4'),
('5', '2100', '1', '1', '1', '4'),
('5', '2101', '1', '1', '1', '4'),
('5', '2105', '1', '1', '1', '4'),
('5', '2127', '1', '1', '1', '4'),
('5', '2173', '1', '1', '1', '4'),
('5', '6273', '1', '1', '1', '4'),
('5', '6284', '1', '1', '1', '4'),
('5', '6299', '1', '1', '1', '4'),
('5', '6300', '1', '1', '1', '4'),
('5', '6994', '1', '1', '1', '4'),
('5', '6998', '1', '1', '1', '4'),
('5', '6999', '1', '1', '1', '4'),
('5', '7000', '1', '1', '1', '4'),
('5', '7001', '1', '1', '1', '4'),
('5', '7004', '1', '1', '1', '4'),
('5', '7059', '1', '1', '1', '4'),
('5', '7088', '1', '1', '1', '4'),
('5', '7167', '1', '1', '1', '4'),
('5', '7168', '1', '1', '1', '4'),
('5', '7169', '1', '1', '1', '4'),
('5', '7170', '1', '1', '1', '4'),
('5', '7171', '1', '1', '1', '4'),
('5', '7172', '1', '1', '1', '4'),
('5', '7173', '1', '1', '1', '4'),
('5', '7174', '1', '1', '1', '4'),
('5', '7175', '1', '1', '1', '4'),
('5', '7179', '1', '1', '1', '4'),
('5', '7180', '1', '1', '1', '4'),
('5', '7181', '1', '1', '1', '4'),
('5', '7182', '1', '1', '1', '4'),
('5', '7183', '1', '1', '1', '4'),
('5', '7184', '1', '1', '1', '4'),
('5', '7185', '1', '1', '1', '4'),
('5', '7193', '1', '1', '1', '4'),
('5', '7194', '1', '1', '1', '4'),
('5', '7199', '1', '1', '1', '4'),
('5', '7200', '1', '1', '1', '4'),
('5', '7201', '1', '1', '1', '4'),
('5', '7203', '1', '1', '1', '4'),
('5', '7204', '1', '1', '1', '4'),
('5', '7205', '1', '1', '1', '4'),
('5', '7206', '1', '1', '1', '4'),
('5', '7207', '1', '1', '1', '4'),
('5', '7208', '1', '1', '1', '4'),
('5', '7209', '1', '1', '1', '4'),
('5', '7212', '1', '1', '1', '4'),
('5', '7213', '1', '1', '1', '4'),
('5', '7214', '1', '1', '1', '4'),
('5', '7215', '1', '1', '1', '4'),
('5', '7216', '1', '1', '1', '4'),
('5', '7217', '1', '1', '1', '4'),
('5', '7219', '1', '1', '1', '4'),
('5', '7220', '1', '1', '1', '4'),
('8', '2122', '150001', '0', '1', '4'),
('8', '7003', '150001', '0', '1', '4'),
('8', '2103', '180001', '0', '1', '4'),
('8', '2126', '180001', '0', '1', '4'),
('8', '7058', '180001', '0', '1', '4'),
('8', '2158', '350001', '0', '1', '4'),
('8', '2159', '350001', '0', '1', '4'),
('8', '2160', '350001', '0', '1', '4'),
('8', '2161', '350001', '0', '1', '4'),
('8', '2162', '350001', '0', '1', '4'),
('8', '2163', '350001', '0', '1', '4'),
('8', '2164', '350001', '0', '1', '4'),
('8', '2165', '350001', '0', '1', '4'),
('8', '2174', '420001', '0', '1', '4'),
('8', '2175', '420001', '0', '1', '4'),
('8', '2176', '420001', '0', '1', '4'),
('8', '2177', '420001', '0', '1', '4'),
('8', '2178', '420001', '0', '1', '4'),
('8', '2179', '420001', '0', '1', '4'),
('8', '6329', '420001', '0', '1', '4'),
('8', '2168', '630001', '0', '1', '4'),
('8', '2169', '630001', '0', '1', '4'),
('8', '2170', '630001', '0', '1', '4'),
('8', '2171', '630001', '0', '1', '4'),
('8', '2172', '630001', '0', '1', '4'),
('8', '2095', '1140001', '0', '1', '4'),
('8', '2094', '1', '1', '1', '4'),
('8', '2096', '1', '1', '1', '4'),
('8', '2097', '1', '1', '1', '4'),
('8', '2098', '1', '1', '1', '4'),
('8', '2100', '1', '1', '1', '4'),
('8', '2102', '1', '1', '1', '4'),
('8', '2105', '1', '1', '1', '4'),
('8', '2115', '1', '1', '1', '4'),
('8', '2116', '1', '1', '1', '4'),
('8', '2117', '1', '1', '1', '4'),
('8', '2118', '1', '1', '1', '4'),
('8', '2119', '1', '1', '1', '4'),
('8', '2121', '1', '1', '1', '4'),
('8', '2123', '1', '1', '1', '4'),
('8', '2124', '1', '1', '1', '4'),
('8', '2125', '1', '1', '1', '4'),
('8', '2127', '1', '1', '1', '4'),
('8', '2128', '1', '1', '1', '4'),
('8', '2154', '1', '1', '1', '4'),
('8', '2155', '1', '1', '1', '4'),
('8', '2156', '1', '1', '1', '4'),
('8', '2157', '1', '1', '1', '4'),
('8', '2167', '1', '1', '1', '4'),
('8', '2173', '1', '1', '1', '4'),
('8', '6216', '1', '1', '1', '4'),
('8', '6273', '1', '1', '1', '4'),
('8', '6284', '1', '1', '1', '4'),
('8', '6299', '1', '1', '1', '4'),
('8', '6300', '1', '1', '1', '4'),
('8', '6992', '1', '1', '1', '4'),
('8', '6993', '1', '1', '1', '4'),
('8', '6994', '1', '1', '1', '4'),
('8', '6997', '1', '1', '1', '4'),
('8', '7002', '1', '1', '1', '4'),
('8', '7174', '1', '1', '1', '4'),
('8', '7175', '1', '1', '1', '4'),
('8', '7192', '1', '1', '1', '4'),
('8', '7193', '1', '1', '1', '4'),
('8', '7194', '1', '1', '1', '4'),
('8', '7199', '1', '1', '1', '4'),
('8', '7200', '1', '1', '1', '4'),
('8', '7216', '1', '1', '1', '4'),
('8', '7217', '1', '1', '1', '4'),
('8', '7219', '1', '1', '1', '4'),
('8', '7220', '1', '1', '1', '4'),
('9', '2099', '1', '1', '1', '4'),
('9', '2101', '1', '1', '1', '4'),
('9', '6998', '1', '1', '1', '4'),
('9', '6999', '1', '1', '1', '4'),
('9', '7000', '1', '1', '1', '4'),
('9', '7001', '1', '1', '1', '4'),
('9', '7004', '1', '1', '1', '4'),
('9', '7059', '1', '1', '1', '4'),
('9', '7088', '1', '1', '1', '4'),
('9', '7167', '1', '1', '1', '4'),
('9', '7168', '1', '1', '1', '4'),
('9', '7169', '1', '1', '1', '4'),
('9', '7170', '1', '1', '1', '4'),
('9', '7171', '1', '1', '1', '4'),
('9', '7172', '1', '1', '1', '4'),
('9', '7173', '1', '1', '1', '4'),
('9', '7179', '1', '1', '1', '4'),
('9', '7180', '1', '1', '1', '4'),
('9', '7181', '1', '1', '1', '4'),
('9', '7182', '1', '1', '1', '4'),
('9', '7183', '1', '1', '1', '4'),
('9', '7184', '1', '1', '1', '4'),
('9', '7185', '1', '1', '1', '4'),
('9', '7201', '1', '1', '1', '4'),
('9', '7202', '1', '1', '1', '4'),
('9', '7203', '1', '1', '1', '4'),
('9', '7204', '1', '1', '1', '4'),
('9', '7205', '1', '1', '1', '4'),
('9', '7206', '1', '1', '1', '4'),
('9', '7207', '1', '1', '1', '4'),
('9', '7208', '1', '1', '1', '4'),
('9', '7209', '1', '1', '1', '4'),
('9', '7212', '1', '1', '1', '4'),
('9', '7213', '1', '1', '1', '4'),
('9', '7214', '1', '1', '1', '4'),
('9', '7215', '1', '1', '1', '4'),
('10', '6329', '420001', '0', '1', '4'),
('10', '2095', '1140001', '0', '1', '4'),
('10', '2094', '1', '1', '1', '4'),
('10', '2096', '1', '1', '1', '4'),
('10', '2097', '1', '1', '1', '4'),
('10', '2098', '1', '1', '1', '4'),
('10', '2115', '1', '1', '1', '4'),
('10', '2116', '1', '1', '1', '4'),
('10', '2154', '1', '1', '1', '4'),
('10', '2155', '1', '1', '1', '4'),
('10', '2156', '1', '1', '1', '4'),
('10', '2157', '1', '1', '1', '4'),
('10', '2167', '1', '1', '1', '4'),
('10', '2173', '1', '1', '1', '4'),
('10', '6284', '1', '1', '1', '4'),
('10', '7216', '1', '1', '1', '4'),
('10', '7217', '1', '1', '1', '4'),
('10', '7219', '1', '1', '1', '4'),
('10', '7220', '1', '1', '1', '4'),
('11', '2093', '120001', '0', '1', '4'),
('11', '2106', '120001', '0', '1', '4'),
('11', '2107', '120001', '0', '1', '4'),
('11', '2108', '120001', '0', '1', '4'),
('11', '2109', '120001', '0', '1', '4'),
('11', '2110', '120001', '0', '1', '4'),
('11', '2111', '120001', '0', '1', '4'),
('11', '2112', '120001', '0', '1', '4'),
('11', '2113', '120001', '0', '1', '4'),
('11', '2114', '120001', '0', '1', '4'),
('11', '2130', '180001', '0', '1', '4'),
('11', '2131', '180001', '0', '1', '4'),
('11', '2132', '180001', '0', '1', '4'),
('11', '2133', '180001', '0', '1', '4'),
('11', '2134', '180001', '0', '1', '4'),
('11', '2135', '180001', '0', '1', '4'),
('11', '2136', '180001', '0', '1', '4'),
('11', '2137', '180001', '0', '1', '4'),
('11', '2138', '180001', '0', '1', '4'),
('11', '2139', '180001', '0', '1', '4'),
('11', '2140', '240001', '0', '1', '4'),
('11', '2141', '240001', '0', '1', '4'),
('11', '2142', '240001', '0', '1', '4'),
('11', '2143', '240001', '0', '1', '4'),
('11', '2144', '240001', '0', '1', '4'),
('11', '2145', '240001', '0', '1', '4'),
('11', '2147', '240001', '0', '1', '4'),
('11', '2148', '240001', '0', '1', '4'),
('11', '6319', '240001', '0', '1', '4'),
('11', '7201', '1', '1', '1', '4'),
('11', '7202', '1', '1', '1', '4'),
('11', '7203', '1', '1', '1', '4'),
('11', '7204', '1', '1', '1', '4'),
('11', '7205', '1', '1', '1', '4'),
('11', '7206', '1', '1', '1', '4'),
('11', '7207', '1', '1', '1', '4'),
('11', '7208', '1', '1', '1', '4'),
('11', '7209', '1', '1', '1', '4'),
('11', '7212', '1', '1', '1', '4'),
('11', '7213', '1', '1', '1', '4'),
('11', '7214', '1', '1', '1', '4'),
('11', '7215', '1', '1', '1', '4'),
('12', '2117', '1', '1', '1', '4'),
('12', '2118', '1', '1', '1', '4'),
('12', '2119', '1', '1', '1', '4'),
('12', '2121', '1', '1', '1', '4'),
('12', '2122', '1', '1', '1', '4'),
('12', '2123', '1', '1', '1', '4'),
('12', '2124', '1', '1', '1', '4'),
('12', '2125', '1', '1', '1', '4'),
('12', '2127', '1', '1', '1', '4'),
('12', '2128', '1', '1', '1', '4'),
('12', '6216', '1', '1', '1', '4'),
('12', '6992', '1', '1', '1', '4'),
('12', '6993', '1', '1', '1', '4'),
('12', '6994', '1', '1', '1', '4'),
('12', '6997', '1', '1', '1', '4'),
('12', '7002', '1', '1', '1', '4'),
('12', '7003', '1', '1', '1', '4'),
('12', '7192', '1', '1', '1', '4'),
('12', '7193', '1', '1', '1', '4'),
('12', '7194', '1', '1', '1', '4'),
('12', '7199', '1', '1', '1', '4'),
('12', '7200', '1', '1', '1', '4'),
('13', '2100', '1', '1', '1', '4'),
('13', '2102', '1', '1', '1', '4'),
('14', '2158', '350001', '0', '1', '4'),
('14', '2159', '350001', '0', '1', '4'),
('14', '2160', '350001', '0', '1', '4'),
('14', '2161', '350001', '0', '1', '4'),
('14', '2162', '350001', '0', '1', '4'),
('14', '2163', '350001', '0', '1', '4'),
('14', '2164', '350001', '0', '1', '4'),
('14', '2165', '350001', '0', '1', '4'),
('14', '2174', '420001', '0', '1', '4'),
('14', '2175', '420001', '0', '1', '4'),
('14', '2176', '420001', '0', '1', '4'),
('14', '2177', '420001', '0', '1', '4'),
('14', '2178', '420001', '0', '1', '4'),
('14', '2179', '420001', '0', '1', '4'),
('14', '2167', '630001', '0', '1', '4'),
('14', '2168', '630001', '0', '1', '4'),
('14', '2169', '630001', '0', '1', '4'),
('14', '2170', '630001', '0', '1', '4'),
('14', '2171', '630001', '0', '1', '4'),
('14', '2172', '630001', '0', '1', '4'),
('16', '2180', '550001', '0', '1', '4'),
('16', '7176', '1', '1', '1', '4'),
('16', '7177', '1', '1', '1', '4'),
('16', '7221', '1', '1', '1', '4'),
('17', '2180', '550001', '0', '1', '4'),
('17', '7221', '1', '1', '1', '4'),
('19', '2199', '80001', '0', '1', '4'),
('19', '7166', '1', '1', '1', '4'),
('20', '2150', '80001', '0', '1', '4'),
('20', '2151', '80001', '0', '1', '4'),
('20', '2152', '80001', '0', '1', '4'),
('20', '2191', '80001', '0', '1', '4'),
('20', '6251', '160001', '0', '1', '4'),
('20', '6436', '160001', '0', '1', '4'),
('20', '6975', '160001', '0', '1', '4'),
('20', '2192', '200001', '0', '1', '4'),
('20', '6232', '200001', '0', '1', '4'),
('20', '6448', '200001', '0', '1', '4'),
('20', '6451', '200001', '0', '1', '4'),
('20', '6988', '200001', '0', '1', '4'),
('20', '6996', '200001', '0', '1', '4'),
('20', '6230', '1', '1', '1', '4'),
('20', '6233', '1', '1', '1', '4'),
('20', '6234', '1', '1', '1', '4'),
('20', '7156', '1', '1', '1', '4'),
('20', '7157', '1', '1', '1', '4'),
('20', '7158', '1', '1', '1', '4'),
('20', '7159', '1', '1', '1', '4'),
('20', '7160', '1', '1', '1', '4'),
('20', '7161', '1', '1', '1', '4'),
('20', '7162', '1', '1', '1', '4'),
('21', '2197', '1', '1', '1', '4'),
('21', '2198', '1', '1', '1', '4'),
('21', '7163', '1', '1', '1', '4'),
('22', '2194', '80001', '0', '1', '4'),
('22', '2196', '80001', '0', '1', '4'),
('22', '6447', '100001', '0', '1', '4'),
('22', '6448', '100001', '0', '1', '4'),
('22', '6451', '100001', '0', '1', '4'),
('22', '6452', '100001', '0', '1', '4'),
('22', '2193', '1', '1', '1', '4'),
('22', '2195', '1', '1', '1', '4'),
('22', '6446', '1', '1', '1', '4'),
('22', '6449', '1', '1', '1', '4'),
('22', '6453', '1', '1', '1', '4'),
('22', '7164', '1', '1', '1', '4'),
('22', '7165', '1', '1', '1', '4'),
('27', '7101', '1', '1', '1', '4'),
('27', '7149', '1', '1', '1', '4'),
('27', '7150', '1', '1', '1', '4'),
('27', '7151', '1', '1', '1', '4'),
('27', '7152', '1', '1', '1', '4'),
('27', '7153', '1', '1', '1', '4'),
('27', '7154', '1', '1', '1', '4'),
('27', '7155', '1', '1', '1', '4'),
('32', '2153', '80001', '0', '1', '4'),
('32', '7093', '80001', '0', '1', '4'),
('32', '2204', '120001', '0', '1', '4'),
('32', '2208', '120001', '0', '1', '4'),
('32', '2224', '120001', '0', '1', '4'),
('32', '2228', '120001', '0', '1', '4'),
('32', '2186', '160001', '0', '1', '4'),
('32', '2187', '160001', '0', '1', '4'),
('32', '2188', '160001', '0', '1', '4'),
('32', '2229', '160001', '0', '1', '4'),
('32', '2230', '160001', '0', '1', '4'),
('32', '2232', '160001', '0', '1', '4'),
('32', '2233', '160001', '0', '1', '4'),
('32', '2234', '160001', '0', '1', '4'),
('32', '2235', '160001', '0', '1', '4'),
('32', '2236', '160001', '0', '1', '4'),
('32', '2237', '160001', '0', '1', '4'),
('32', '2238', '160001', '0', '1', '4'),
('32', '2240', '160001', '0', '1', '4'),
('32', '2243', '160001', '0', '1', '4'),
('32', '2246', '160001', '0', '1', '4'),
('32', '2248', '160001', '0', '1', '4'),
('32', '2251', '160001', '0', '1', '4'),
('32', '2252', '160001', '0', '1', '4'),
('32', '2253', '160001', '0', '1', '4'),
('32', '2254', '160001', '0', '1', '4'),
('32', '2256', '160001', '0', '1', '4'),
('32', '2262', '160001', '0', '1', '4'),
('32', '2273', '160001', '0', '1', '4'),
('32', '6256', '160001', '0', '1', '4'),
('32', '6257', '160001', '0', '1', '4'),
('32', '2184', '1', '1', '1', '4'),
('32', '2220', '1', '1', '1', '4'),
('32', '2222', '1', '1', '1', '4'),
('32', '2223', '1', '1', '1', '4'),
('32', '7081', '1', '1', '1', '4'),
('32', '7082', '1', '1', '1', '4'),
('32', '7083', '1', '1', '1', '4'),
('32', '7084', '1', '1', '1', '4'),
('32', '7085', '1', '1', '1', '4'),
('32', '7086', '1', '1', '1', '4'),
('32', '7089', '1', '1', '1', '4'),
('32', '7090', '1', '1', '1', '4'),
('32', '7091', '1', '1', '1', '4'),
('32', '7092', '1', '1', '1', '4'),
('32', '7094', '1', '1', '1', '4'),
('32', '7095', '1', '1', '1', '4'),
('32', '7096', '1', '1', '1', '4'),
('32', '7097', '1', '1', '1', '4'),
('32', '7098', '1', '1', '1', '4'),
('32', '7099', '1', '1', '1', '4'),
('32', '7100', '1', '1', '1', '4'),
('32', '7102', '1', '1', '1', '4'),
('32', '7103', '1', '1', '1', '4'),
('32', '7104', '1', '1', '1', '4'),
('32', '7105', '1', '1', '1', '4'),
('32', '7106', '1', '1', '1', '4'),
('32', '7107', '1', '1', '1', '4'),
('32', '7108', '1', '1', '1', '4'),
('32', '7109', '1', '1', '1', '4'),
('32', '7110', '1', '1', '1', '4'),
('32', '7111', '1', '1', '1', '4'),
('32', '7112', '1', '1', '1', '4'),
('32', '7113', '1', '1', '1', '4'),
('32', '7114', '1', '1', '1', '4'),
('32', '7115', '1', '1', '1', '4'),
('32', '7116', '1', '1', '1', '4'),
('32', '7117', '1', '1', '1', '4'),
('32', '7118', '1', '1', '1', '4'),
('32', '7119', '1', '1', '1', '4'),
('32', '7120', '1', '1', '1', '4'),
('32', '7121', '1', '1', '1', '4'),
('32', '7122', '1', '1', '1', '4'),
('32', '7123', '1', '1', '1', '4'),
('32', '7124', '1', '1', '1', '4'),
('32', '7125', '1', '1', '1', '4'),
('32', '7126', '1', '1', '1', '4'),
('32', '7127', '1', '1', '1', '4'),
('32', '7128', '1', '1', '1', '4'),
('32', '7129', '1', '1', '1', '4'),
('32', '7130', '1', '1', '1', '4'),
('32', '7131', '1', '1', '1', '4'),
('32', '7132', '1', '1', '1', '4'),
('32', '7133', '1', '1', '1', '4'),
('32', '7134', '1', '1', '1', '4'),
('32', '7135', '1', '1', '1', '4'),
('32', '7136', '1', '1', '1', '4'),
('32', '7137', '1', '1', '1', '4'),
('32', '7138', '1', '1', '1', '4'),
('32', '7139', '1', '1', '1', '4'),
('32', '7140', '1', '1', '1', '4'),
('36', '2150', '1', '1', '1', '4'),
('36', '2151', '1', '1', '1', '4'),
('36', '2152', '1', '1', '1', '4'),
('36', '2191', '1', '1', '1', '4'),
('38', '6251', '1', '1', '1', '4'),
('38', '6436', '1', '1', '1', '4'),
('38', '6975', '1', '1', '1', '4'),
('38', '7157', '1', '1', '1', '4'),
('38', '7158', '1', '1', '1', '4'),
('38', '7159', '1', '1', '1', '4'),
('38', '7160', '1', '1', '1', '4'),
('38', '7161', '1', '1', '1', '4'),
('38', '7162', '1', '1', '1', '4'),
('39', '2191', '1', '1', '1', '4'),
('39', '2192', '1', '1', '1', '4'),
('39', '6230', '1', '1', '1', '4'),
('39', '6232', '1', '1', '1', '4'),
('39', '6233', '1', '1', '1', '4'),
('39', '6234', '1', '1', '1', '4'),
('39', '6448', '1', '1', '1', '4'),
('39', '6451', '1', '1', '1', '4'),
('39', '6988', '1', '1', '1', '4'),
('39', '6996', '1', '1', '1', '4'),
('39', '7156', '1', '1', '1', '4'),
('42', '2153', '1', '1', '1', '4'),
('42', '7089', '1', '1', '1', '4'),
('42', '7091', '1', '1', '1', '4'),
('42', '7092', '1', '1', '1', '4'),
('42', '7093', '1', '1', '1', '4'),
('42', '7094', '1', '1', '1', '4'),
('42', '7095', '1', '1', '1', '4'),
('42', '7096', '1', '1', '1', '4'),
('42', '7097', '1', '1', '1', '4'),
('42', '7098', '1', '1', '1', '4'),
('42', '7099', '1', '1', '1', '4'),
('42', '7100', '1', '1', '1', '4'),
('42', '7131', '1', '1', '1', '4'),
('42', '7132', '1', '1', '1', '4'),
('42', '7133', '1', '1', '1', '4'),
('42', '7134', '1', '1', '1', '4'),
('42', '7135', '1', '1', '1', '4'),
('42', '7136', '1', '1', '1', '4'),
('42', '7137', '1', '1', '1', '4'),
('42', '7138', '1', '1', '1', '4'),
('43', '2204', '1', '1', '1', '4'),
('43', '2208', '1', '1', '1', '4'),
('43', '2220', '1', '1', '1', '4'),
('43', '2222', '1', '1', '1', '4'),
('43', '2223', '1', '1', '1', '4'),
('43', '2224', '1', '1', '1', '4'),
('43', '2228', '1', '1', '1', '4'),
('43', '7081', '1', '1', '1', '4'),
('43', '7082', '1', '1', '1', '4'),
('43', '7083', '1', '1', '1', '4'),
('43', '7084', '1', '1', '1', '4'),
('43', '7085', '1', '1', '1', '4'),
('43', '7086', '1', '1', '1', '4'),
('43', '7090', '1', '1', '1', '4'),
('43', '7139', '1', '1', '1', '4'),
('43', '7140', '1', '1', '1', '4'),
('82', '2153', '1', '1', '1', '4'),
('82', '2184', '1', '1', '1', '4'),
('82', '2186', '1', '1', '1', '4'),
('82', '2187', '1', '1', '1', '4'),
('82', '2188', '1', '1', '1', '4'),
('82', '2229', '1', '1', '1', '4'),
('82', '2230', '1', '1', '1', '4'),
('82', '2232', '1', '1', '1', '4'),
('82', '2233', '1', '1', '1', '4'),
('82', '2234', '1', '1', '1', '4'),
('82', '2235', '1', '1', '1', '4'),
('82', '2236', '1', '1', '1', '4'),
('82', '2237', '1', '1', '1', '4'),
('82', '2238', '1', '1', '1', '4'),
('82', '2240', '1', '1', '1', '4'),
('82', '2243', '1', '1', '1', '4'),
('82', '2246', '1', '1', '1', '4'),
('82', '2248', '1', '1', '1', '4'),
('82', '2251', '1', '1', '1', '4'),
('82', '2252', '1', '1', '1', '4'),
('82', '2253', '1', '1', '1', '4'),
('82', '2254', '1', '1', '1', '4'),
('82', '2256', '1', '1', '1', '4'),
('82', '2262', '1', '1', '1', '4'),
('82', '2273', '1', '1', '1', '4'),
('82', '6256', '1', '1', '1', '4'),
('82', '6257', '1', '1', '1', '4'),
('82', '7089', '1', '1', '1', '4'),
('82', '7102', '1', '1', '1', '4'),
('82', '7103', '1', '1', '1', '4'),
('82', '7104', '1', '1', '1', '4'),
('82', '7105', '1', '1', '1', '4'),
('82', '7106', '1', '1', '1', '4'),
('82', '7107', '1', '1', '1', '4'),
('82', '7108', '1', '1', '1', '4'),
('82', '7109', '1', '1', '1', '4'),
('82', '7110', '1', '1', '1', '4'),
('82', '7111', '1', '1', '1', '4'),
('82', '7112', '1', '1', '1', '4'),
('82', '7113', '1', '1', '1', '4'),
('82', '7114', '1', '1', '1', '4'),
('82', '7115', '1', '1', '1', '4'),
('82', '7116', '1', '1', '1', '4'),
('82', '7117', '1', '1', '1', '4'),
('82', '7118', '1', '1', '1', '4'),
('82', '7119', '1', '1', '1', '4'),
('82', '7120', '1', '1', '1', '4'),
('82', '7121', '1', '1', '1', '4'),
('82', '7122', '1', '1', '1', '4'),
('82', '7123', '1', '1', '1', '4'),
('82', '7124', '1', '1', '1', '4'),
('82', '7125', '1', '1', '1', '4'),
('82', '7126', '1', '1', '1', '4'),
('82', '7127', '1', '1', '1', '4'),
('82', '7128', '1', '1', '1', '4'),
('82', '7129', '1', '1', '1', '4'),
('82', '7130', '1', '1', '1', '4'),
('83', '2150', '0', '1', '1', '4'),
('83', '2166', '0', '1', '1', '4'),
('83', '2181', '0', '1', '1', '4'),
('83', '2182', '0', '1', '1', '4'),
('83', '2183', '0', '1', '1', '4'),
('83', '2185', '0', '1', '1', '4'),
('83', '2189', '0', '1', '1', '4'),
('83', '2190', '0', '1', '1', '4'),
('83', '2193', '0', '1', '1', '4'),
('83', '2195', '0', '1', '1', '4'),
('83', '2197', '0', '1', '1', '4'),
('83', '2198', '0', '1', '1', '4'),
('83', '2200', '0', '1', '1', '4'),
('83', '2205', '0', '1', '1', '4'),
('83', '2206', '0', '1', '1', '4'),
('83', '2207', '0', '1', '1', '4'),
('83', '2209', '0', '1', '1', '4'),
('83', '2210', '0', '1', '1', '4'),
('83', '2211', '0', '1', '1', '4'),
('83', '2212', '0', '1', '1', '4'),
('83', '2213', '0', '1', '1', '4'),
('83', '2214', '0', '1', '1', '4'),
('83', '2215', '0', '1', '1', '4'),
('83', '2216', '0', '1', '1', '4'),
('83', '2217', '0', '1', '1', '4'),
('83', '2218', '0', '1', '1', '4'),
('83', '2219', '0', '1', '1', '4'),
('83', '2220', '0', '1', '1', '4'),
('83', '2221', '0', '1', '1', '4'),
('83', '2222', '0', '1', '1', '4'),
('83', '2223', '0', '1', '1', '4'),
('83', '2224', '0', '1', '1', '4'),
('83', '2225', '0', '1', '1', '4'),
('83', '2226', '0', '1', '1', '4'),
('83', '2227', '0', '1', '1', '4'),
('83', '2231', '0', '1', '1', '4'),
('83', '2234', '0', '1', '1', '4'),
('83', '2239', '0', '1', '1', '4'),
('83', '2241', '0', '1', '1', '4'),
('83', '2242', '0', '1', '1', '4'),
('83', '2244', '0', '1', '1', '4'),
('83', '2245', '0', '1', '1', '4'),
('83', '2247', '0', '1', '1', '4'),
('83', '2249', '0', '1', '1', '4'),
('83', '2250', '0', '1', '1', '4'),
('83', '2255', '0', '1', '1', '4'),
('83', '2257', '0', '1', '1', '4'),
('83', '2258', '0', '1', '1', '4'),
('83', '2259', '0', '1', '1', '4'),
('83', '2260', '0', '1', '1', '4'),
('83', '2261', '0', '1', '1', '4'),
('83', '2263', '0', '1', '1', '4'),
('83', '2264', '0', '1', '1', '4'),
('83', '2265', '0', '1', '1', '4'),
('83', '2266', '0', '1', '1', '4'),
('83', '2267', '0', '1', '1', '4'),
('83', '2268', '0', '1', '1', '4'),
('83', '2269', '0', '1', '1', '4'),
('83', '2270', '0', '1', '1', '4'),
('83', '2271', '0', '1', '1', '4'),
('83', '2272', '0', '1', '1', '4'),
('83', '2273', '0', '1', '1', '4'),
('83', '6910', '0', '1', '1', '4'),
('83', '6911', '0', '1', '1', '4'),
('83', '6912', '0', '1', '1', '4'),
('83', '6913', '0', '1', '1', '4'),
('83', '6914', '0', '1', '1', '4'),
('83', '6915', '0', '1', '1', '4'),
('83', '6916', '0', '1', '1', '4'),
('83', '6917', '0', '1', '1', '4'),
('83', '6918', '0', '1', '1', '4'),
('83', '6919', '0', '1', '1', '4'),
('83', '6920', '0', '1', '1', '4'),
('83', '6921', '0', '1', '1', '4'),
('83', '6922', '0', '1', '1', '4'),
('83', '6923', '0', '1', '1', '4'),
('83', '6924', '0', '1', '1', '4'),
('83', '6925', '0', '1', '1', '4'),
('83', '6926', '0', '1', '1', '4'),
('83', '6927', '0', '1', '1', '4'),
('83', '6928', '0', '1', '1', '4'),
('83', '6929', '0', '1', '1', '4'),
('83', '6930', '0', '1', '1', '4'),
('83', '6931', '0', '1', '1', '4'),
('83', '6932', '0', '1', '1', '4'),
('83', '6933', '0', '1', '1', '4'),
('83', '6934', '0', '1', '1', '4'),
('83', '6935', '0', '1', '1', '4'),
('83', '6936', '0', '1', '1', '4'),
('83', '6937', '0', '1', '1', '4'),
('83', '6938', '0', '1', '1', '4'),
('83', '6939', '0', '1', '1', '4'),
('83', '6940', '0', '1', '1', '4'),
('83', '6941', '0', '1', '1', '4'),
('83', '6942', '0', '1', '1', '4'),
('83', '6943', '0', '1', '1', '4'),
('83', '6944', '0', '1', '1', '4'),
('83', '6945', '0', '1', '1', '4'),
('83', '6946', '0', '1', '1', '4'),
('83', '6947', '0', '1', '1', '4'),
('83', '6948', '0', '1', '1', '4'),
('83', '6949', '0', '1', '1', '4'),
('83', '6950', '0', '1', '1', '4'),
('83', '6951', '0', '1', '1', '4'),
('83', '6954', '0', '1', '1', '4'),
('83', '6955', '0', '1', '1', '4'),
('83', '6956', '0', '1', '1', '4'),
('83', '6957', '0', '1', '1', '4'),
('83', '6958', '0', '1', '1', '4'),
('83', '6959', '0', '1', '1', '4'),
('83', '6960', '0', '1', '1', '4'),
('83', '6961', '0', '1', '1', '4'),
('83', '6962', '0', '1', '1', '4'),
('83', '6963', '0', '1', '1', '4'),
('83', '6964', '0', '1', '1', '4'),
('83', '6965', '0', '1', '1', '4'),
('83', '6966', '0', '1', '1', '4'),
('83', '6967', '0', '1', '1', '4'),
('83', '6968', '0', '1', '1', '4'),
('83', '6969', '0', '1', '1', '4'),
('83', '6970', '0', '1', '1', '4'),
('83', '6971', '0', '1', '1', '4'),
('83', '6972', '0', '1', '1', '4'),
('83', '6973', '0', '1', '1', '4'),
('83', '6974', '0', '1', '1', '4'),
('83', '6975', '0', '1', '1', '4'),
('83', '6976', '0', '1', '1', '4'),
('83', '6978', '0', '1', '1', '4'),
('83', '6979', '0', '1', '1', '4'),
('83', '6980', '0', '1', '1', '4'),
('83', '6981', '0', '1', '1', '4'),
('83', '6982', '0', '1', '1', '4'),
('83', '6983', '0', '1', '1', '4'),
('83', '6984', '0', '1', '1', '4'),
('83', '6985', '0', '1', '1', '4'),
('83', '6986', '0', '1', '1', '4'),
('83', '6987', '0', '1', '1', '4'),
('83', '6988', '0', '1', '1', '4'),
('83', '6996', '0', '1', '1', '4'),
('83', '7005', '0', '1', '1', '4'),
('83', '7006', '0', '1', '1', '4'),
('83', '7007', '0', '1', '1', '4'),
('83', '7008', '0', '1', '1', '4'),
('83', '7009', '0', '1', '1', '4'),
('83', '7010', '0', '1', '1', '4'),
('83', '7011', '0', '1', '1', '4'),
('83', '7012', '0', '1', '1', '4'),
('83', '7013', '0', '1', '1', '4'),
('83', '7014', '0', '1', '1', '4'),
('83', '7015', '0', '1', '1', '4'),
('83', '7016', '0', '1', '1', '4'),
('83', '7017', '0', '1', '1', '4'),
('83', '7018', '0', '1', '1', '4'),
('83', '7019', '0', '1', '1', '4'),
('83', '7020', '0', '1', '1', '4'),
('83', '7021', '0', '1', '1', '4'),
('83', '7022', '0', '1', '1', '4'),
('83', '7023', '0', '1', '1', '4'),
('83', '7024', '0', '1', '1', '4'),
('83', '7025', '0', '1', '1', '4'),
('83', '7026', '0', '1', '1', '4'),
('83', '7027', '0', '1', '1', '4'),
('83', '7028', '0', '1', '1', '4'),
('83', '7029', '0', '1', '1', '4'),
('83', '7030', '0', '1', '1', '4'),
('83', '7031', '0', '1', '1', '4'),
('83', '7032', '0', '1', '1', '4'),
('83', '7033', '0', '1', '1', '4'),
('83', '7034', '0', '1', '1', '4'),
('83', '7035', '0', '1', '1', '4'),
('83', '7036', '0', '1', '1', '4'),
('83', '7037', '0', '1', '1', '4'),
('83', '7038', '0', '1', '1', '4'),
('83', '7039', '0', '1', '1', '4'),
('83', '7040', '0', '1', '1', '4'),
('83', '7041', '0', '1', '1', '4'),
('83', '7042', '0', '1', '1', '4'),
('83', '7043', '0', '1', '1', '4'),
('83', '7044', '0', '1', '1', '4'),
('83', '7045', '0', '1', '1', '4'),
('83', '7046', '0', '1', '1', '4'),
('83', '7047', '0', '1', '1', '4'),
('83', '7048', '0', '1', '1', '4'),
('83', '7049', '0', '1', '1', '4'),
('83', '7050', '0', '1', '1', '4'),
('83', '7051', '0', '1', '1', '4'),
('83', '7052', '0', '1', '1', '4'),
('83', '7053', '0', '1', '1', '4'),
('83', '7054', '0', '1', '1', '4'),
('83', '7055', '0', '1', '1', '4'),
('83', '7056', '0', '1', '1', '4'),
('83', '7057', '0', '1', '1', '4'),
('83', '7060', '0', '1', '1', '4'),
('83', '7061', '0', '1', '1', '4'),
('83', '7062', '0', '1', '1', '4'),
('83', '7063', '0', '1', '1', '4'),
('83', '7064', '0', '1', '1', '4'),
('83', '7065', '0', '1', '1', '4'),
('83', '7066', '0', '1', '1', '4'),
('83', '7067', '0', '1', '1', '4'),
('83', '7068', '0', '1', '1', '4'),
('83', '7069', '0', '1', '1', '4'),
('83', '7070', '0', '1', '1', '4'),
('83', '7071', '0', '1', '1', '4'),
('83', '7072', '0', '1', '1', '4'),
('83', '7073', '0', '1', '1', '4'),
('83', '7074', '0', '1', '1', '4'),
('83', '7075', '0', '1', '1', '4'),
('83', '7076', '0', '1', '1', '4'),
('83', '7077', '0', '1', '1', '4'),
('83', '7078', '0', '1', '1', '4'),
('83', '7079', '0', '1', '1', '4'),
('83', '7080', '0', '1', '1', '4'),
('83', '7081', '0', '1', '1', '4'),
('83', '7082', '0', '1', '1', '4'),
('83', '7083', '0', '1', '1', '4'),
('83', '7084', '0', '1', '1', '4'),
('83', '7085', '0', '1', '1', '4'),
('83', '7086', '0', '1', '1', '4'),
('83', '7087', '0', '1', '1', '4'),
('83', '7089', '0', '1', '1', '4'),
('83', '7090', '0', '1', '1', '4'),
('83', '7091', '0', '1', '1', '4'),
('83', '7092', '0', '1', '1', '4'),
('83', '7093', '0', '1', '1', '4'),
('83', '7094', '0', '1', '1', '4'),
('83', '7095', '0', '1', '1', '4'),
('83', '7096', '0', '1', '1', '4'),
('83', '7097', '0', '1', '1', '4'),
('83', '7098', '0', '1', '1', '4'),
('83', '7099', '0', '1', '1', '4'),
('83', '7100', '0', '1', '1', '4'),
('83', '7101', '0', '1', '1', '4'),
('83', '7102', '0', '1', '1', '4'),
('83', '7103', '0', '1', '1', '4'),
('83', '7104', '0', '1', '1', '4'),
('83', '7105', '0', '1', '1', '4'),
('83', '7106', '0', '1', '1', '4'),
('83', '7107', '0', '1', '1', '4'),
('83', '7108', '0', '1', '1', '4'),
('83', '7109', '0', '1', '1', '4'),
('83', '7110', '0', '1', '1', '4'),
('83', '7111', '0', '1', '1', '4'),
('83', '7112', '0', '1', '1', '4'),
('83', '7113', '0', '1', '1', '4'),
('83', '7114', '0', '1', '1', '4'),
('83', '7115', '0', '1', '1', '4'),
('83', '7116', '0', '1', '1', '4'),
('83', '7117', '0', '1', '1', '4'),
('83', '7118', '0', '1', '1', '4'),
('83', '7119', '0', '1', '1', '4'),
('83', '7120', '0', '1', '1', '4'),
('83', '7121', '0', '1', '1', '4'),
('83', '7122', '0', '1', '1', '4'),
('83', '7123', '0', '1', '1', '4'),
('83', '7124', '0', '1', '1', '4'),
('83', '7125', '0', '1', '1', '4'),
('83', '7126', '0', '1', '1', '4'),
('83', '7127', '0', '1', '1', '4'),
('83', '7128', '0', '1', '1', '4'),
('83', '7129', '0', '1', '1', '4'),
('83', '7130', '0', '1', '1', '4'),
('83', '7131', '0', '1', '1', '4'),
('83', '7132', '0', '1', '1', '4'),
('83', '7133', '0', '1', '1', '4'),
('83', '7134', '0', '1', '1', '4'),
('83', '7135', '0', '1', '1', '4'),
('83', '7136', '0', '1', '1', '4'),
('83', '7137', '0', '1', '1', '4'),
('83', '7138', '0', '1', '1', '4'),
('83', '7139', '0', '1', '1', '4'),
('83', '7140', '0', '1', '1', '4'),
('94', '2094', '1', '1', '1', '4'),
('94', '2095', '1', '1', '1', '4'),
('94', '2096', '1', '1', '1', '4'),
('94', '2097', '1', '1', '1', '4'),
('94', '6284', '1', '1', '1', '4'),
('94', '7217', '1', '1', '1', '4'),
('96', '2156', '1', '1', '1', '4'),
('96', '2157', '1', '1', '1', '4'),
('96', '7219', '1', '1', '1', '4'),
('99', '2154', '1', '1', '1', '4'),
('99', '2155', '1', '1', '1', '4'),
('100', '6329', '1', '1', '1', '4'),
('105', '2167', '1', '1', '1', '4'),
('105', '2173', '1', '1', '1', '4'),
('105', '7220', '1', '1', '1', '4'),
('108', '7216', '1', '1', '1', '4'),
('113', '2093', '1', '1', '1', '4'),
('113', '2106', '1', '1', '1', '4'),
('113', '2107', '1', '1', '1', '4'),
('113', '2108', '1', '1', '1', '4'),
('113', '2109', '1', '1', '1', '4'),
('113', '2110', '1', '1', '1', '4'),
('113', '2111', '1', '1', '1', '4'),
('113', '2112', '1', '1', '1', '4'),
('113', '2113', '1', '1', '1', '4'),
('113', '2114', '1', '1', '1', '4'),
('114', '2130', '1', '1', '1', '4'),
('114', '2131', '1', '1', '1', '4'),
('114', '2132', '1', '1', '1', '4'),
('114', '2133', '1', '1', '1', '4'),
('114', '2134', '1', '1', '1', '4'),
('114', '2135', '1', '1', '1', '4'),
('114', '2136', '1', '1', '1', '4'),
('114', '2137', '1', '1', '1', '4'),
('114', '2138', '1', '1', '1', '4'),
('114', '2139', '1', '1', '1', '4'),
('115', '2140', '1', '1', '1', '4'),
('115', '2141', '1', '1', '1', '4'),
('115', '2142', '1', '1', '1', '4'),
('115', '2143', '1', '1', '1', '4'),
('115', '2144', '1', '1', '1', '4'),
('115', '2145', '1', '1', '1', '4'),
('115', '2147', '1', '1', '1', '4'),
('115', '2148', '1', '1', '1', '4'),
('115', '6319', '1', '1', '1', '4'),
('117', '7201', '1', '1', '1', '4'),
('117', '7202', '1', '1', '1', '4'),
('117', '7203', '1', '1', '1', '4'),
('117', '7204', '1', '1', '1', '4'),
('117', '7205', '1', '1', '1', '4'),
('117', '7206', '1', '1', '1', '4'),
('117', '7207', '1', '1', '1', '4'),
('117', '7208', '1', '1', '1', '4'),
('117', '7209', '1', '1', '1', '4'),
('123', '7212', '1', '1', '1', '4'),
('126', '7215', '1', '1', '1', '4'),
('127', '7213', '1', '1', '1', '4'),
('127', '7214', '1', '1', '1', '4'),
('132', '2158', '1', '1', '1', '4'),
('132', '2159', '1', '1', '1', '4'),
('132', '2160', '1', '1', '1', '4'),
('132', '2161', '1', '1', '1', '4'),
('132', '2162', '1', '1', '1', '4'),
('132', '2163', '1', '1', '1', '4'),
('132', '2164', '1', '1', '1', '4'),
('132', '2165', '1', '1', '1', '4'),
('133', '2174', '1', '1', '1', '4'),
('133', '2175', '1', '1', '1', '4'),
('133', '2176', '1', '1', '1', '4'),
('133', '2177', '1', '1', '1', '4'),
('133', '2178', '1', '1', '1', '4'),
('133', '2179', '1', '1', '1', '4'),
('136', '7221', '1', '1', '1', '4'),
('145', '2180', '1', '1', '1', '4'),
('147', '7176', '1', '1', '1', '4'),
('148', '7177', '1', '1', '1', '4'),
('150', '2105', '1', '1', '1', '4'),
('150', '6273', '1', '1', '1', '4'),
('150', '6299', '1', '1', '1', '4'),
('150', '6300', '1', '1', '1', '4'),
('150', '7174', '1', '1', '1', '4'),
('150', '7175', '1', '1', '1', '4'),
('151', '2099', '1', '1', '1', '4'),
('151', '2101', '1', '1', '1', '4'),
('151', '6998', '1', '1', '1', '4'),
('151', '6999', '1', '1', '1', '4'),
('151', '7000', '1', '1', '1', '4'),
('151', '7001', '1', '1', '1', '4'),
('151', '7004', '1', '1', '1', '4'),
('151', '7059', '1', '1', '1', '4'),
('151', '7088', '1', '1', '1', '4'),
('151', '7167', '1', '1', '1', '4'),
('151', '7168', '1', '1', '1', '4'),
('151', '7169', '1', '1', '1', '4'),
('151', '7170', '1', '1', '1', '4'),
('151', '7171', '1', '1', '1', '4'),
('151', '7172', '1', '1', '1', '4'),
('151', '7173', '1', '1', '1', '4'),
('151', '7179', '1', '1', '1', '4'),
('151', '7180', '1', '1', '1', '4'),
('151', '7181', '1', '1', '1', '4'),
('151', '7182', '1', '1', '1', '4'),
('151', '7183', '1', '1', '1', '4'),
('151', '7184', '1', '1', '1', '4'),
('151', '7185', '1', '1', '1', '4'),
('152', '2197', '1', '1', '1', '4'),
('152', '2198', '1', '1', '1', '4'),
('152', '7163', '1', '1', '1', '4'),
('153', '2197', '1', '1', '1', '4'),
('154', '6447', '100001', '0', '1', '4'),
('154', '6448', '100001', '0', '1', '4'),
('154', '6451', '100001', '0', '1', '4'),
('154', '2193', '1', '1', '1', '4'),
('154', '2194', '1', '1', '1', '4'),
('154', '2196', '1', '1', '1', '4'),
('154', '6446', '1', '1', '1', '4'),
('154', '6449', '1', '1', '1', '4'),
('155', '2195', '1', '1', '1', '4'),
('155', '6452', '1', '1', '1', '4'),
('155', '6453', '1', '1', '1', '4'),
('155', '7164', '1', '1', '1', '4'),
('155', '7165', '1', '1', '1', '4'),
('156', '2194', '1', '1', '1', '4'),
('156', '2196', '1', '1', '1', '4'),
('156', '6446', '1', '1', '1', '4'),
('156', '6447', '1', '1', '1', '4'),
('156', '6448', '1', '1', '1', '4'),
('156', '6449', '1', '1', '1', '4'),
('156', '6451', '1', '1', '1', '4'),
('157', '6452', '1', '1', '1', '4'),
('157', '6453', '1', '1', '1', '4'),
('158', '2193', '1', '1', '1', '4'),
('159', '2195', '1', '1', '1', '4'),
('159', '7164', '1', '1', '1', '4'),
('159', '7165', '1', '1', '1', '4'),
('161', '7101', '1', '1', '1', '4'),
('161', '7151', '1', '1', '1', '4'),
('161', '7152', '1', '1', '1', '4'),
('162', '7149', '1', '1', '1', '4'),
('162', '7150', '1', '1', '1', '4'),
('163', '7153', '1', '1', '1', '4'),
('163', '7154', '1', '1', '1', '4'),
('169', '2117', '1', '1', '1', '4'),
('169', '2118', '1', '1', '1', '4'),
('169', '2119', '1', '1', '1', '4'),
('169', '2121', '1', '1', '1', '4'),
('169', '2122', '1', '1', '1', '4'),
('169', '2123', '1', '1', '1', '4'),
('169', '2124', '1', '1', '1', '4'),
('169', '2125', '1', '1', '1', '4'),
('169', '2126', '1', '1', '1', '4'),
('169', '2127', '1', '1', '1', '4'),
('169', '2128', '1', '1', '1', '4'),
('169', '6216', '1', '1', '1', '4'),
('169', '6299', '1', '1', '1', '4'),
('169', '6992', '1', '1', '1', '4'),
('169', '6993', '1', '1', '1', '4'),
('169', '6994', '1', '1', '1', '4'),
('169', '6997', '1', '1', '1', '4'),
('169', '7002', '1', '1', '1', '4'),
('169', '7003', '1', '1', '1', '4'),
('169', '7192', '1', '1', '1', '4'),
('169', '7193', '1', '1', '1', '4'),
('169', '7194', '1', '1', '1', '4'),
('169', '7199', '1', '1', '1', '4'),
('169', '7200', '1', '1', '1', '4'),
('170', '2100', '1', '1', '1', '4'),
('170', '2102', '1', '1', '1', '4'),
('170', '2103', '1', '1', '1', '4'),
('170', '7058', '1', '1', '1', '4'),
('171', '2199', '1', '1', '1', '4'),
('171', '7166', '1', '1', '1', '4'),
('173', '2098', '1', '1', '1', '4'),
('173', '2115', '1', '1', '1', '4'),
('173', '2116', '1', '1', '1', '4'),
('174', '2167', '1', '1', '1', '4'),
('174', '2168', '1', '1', '1', '4'),
('174', '2169', '1', '1', '1', '4'),
('174', '2170', '1', '1', '1', '4'),
('174', '2171', '1', '1', '1', '4'),
('174', '2172', '1', '1', '1', '4'),
('176', '7155', '1', '1', '1', '4');

-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_category_product_index_enbl_idx`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_category_product_index_enbl_idx` (
  `product_id` int(10) unsigned NOT NULL default '0',
  `visibility` int(11) unsigned NOT NULL default '0',
  KEY `IDX_PRODUCT` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `catalog_category_product_index_enbl_idx`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_category_product_index_enbl_tmp`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_category_product_index_enbl_tmp` (
  `product_id` int(10) unsigned NOT NULL default '0',
  `visibility` int(11) unsigned NOT NULL default '0',
  KEY `IDX_PRODUCT` (`product_id`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `catalog_category_product_index_enbl_tmp`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_category_product_index_idx`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_category_product_index_idx` (
  `category_id` int(10) unsigned NOT NULL default '0',
  `product_id` int(10) unsigned NOT NULL default '0',
  `position` int(10) NOT NULL default '0',
  `is_parent` tinyint(1) unsigned NOT NULL default '0',
  `store_id` smallint(5) unsigned NOT NULL default '0',
  `visibility` tinyint(3) unsigned NOT NULL,
  KEY `IDX_PRODUCT_CATEGORY_STORE` (`product_id`,`category_id`,`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `catalog_category_product_index_idx`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_category_product_index_tmp`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_category_product_index_tmp` (
  `category_id` int(10) unsigned NOT NULL default '0',
  `product_id` int(10) unsigned NOT NULL default '0',
  `position` int(10) NOT NULL default '0',
  `is_parent` tinyint(1) unsigned NOT NULL default '0',
  `store_id` smallint(5) unsigned NOT NULL default '0',
  `visibility` tinyint(3) unsigned NOT NULL
) ENGINE=MEMORY DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `catalog_category_product_index_tmp`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_compare_item`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_compare_item` (
  `catalog_compare_item_id` int(11) unsigned NOT NULL auto_increment,
  `visitor_id` int(11) unsigned NOT NULL default '0',
  `customer_id` int(11) unsigned default NULL,
  `product_id` int(11) unsigned NOT NULL default '0',
  `store_id` smallint(5) unsigned default NULL,
  PRIMARY KEY  (`catalog_compare_item_id`),
  KEY `FK_CATALOG_COMPARE_ITEM_CUSTOMER` (`customer_id`),
  KEY `FK_CATALOG_COMPARE_ITEM_PRODUCT` (`product_id`),
  KEY `IDX_VISITOR_PRODUCTS` (`visitor_id`,`product_id`),
  KEY `IDX_CUSTOMER_PRODUCTS` (`customer_id`,`product_id`),
  KEY `FK_CATALOG_COMPARE_ITEM_STORE` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=163 DEFAULT CHARSET=utf8 AUTO_INCREMENT=163 ;

-- 
-- Dumping data for table `catalog_compare_item`
-- 

INSERT INTO `catalog_compare_item` VALUES ('1', '4783', NULL, '2105', '1'),
('4', '5624', NULL, '2101', '1'),
('7', '8787', NULL, '2101', '1'),
('8', '8906', '11', '2096', '1'),
('10', '9539', NULL, '2105', '1'),
('13', '10023', NULL, '2236', '1'),
('14', '10101', '14', '2121', '1'),
('15', '10101', '14', '2117', '1'),
('17', '10106', NULL, '2192', '1'),
('19', '10073', NULL, '2231', '1'),
('20', '10108', NULL, '2229', '1'),
('21', '10073', NULL, '2103', '1'),
('22', '10843', NULL, '2152', '1'),
('23', '10890', NULL, '2196', '1'),
('24', '10843', NULL, '2204', '1'),
('27', '12559', NULL, '2156', '1'),
('29', '12562', NULL, '2096', '1'),
('31', '12562', NULL, '2094', '1'),
('32', '12562', NULL, '2097', '1'),
('34', '12562', NULL, '2157', '1'),
('35', '14172', NULL, '2170', '1'),
('36', '14341', NULL, '2119', '1'),
('37', '14341', NULL, '2125', '1'),
('40', '15859', NULL, '2119', '1'),
('41', '15859', NULL, '2123', '1'),
('42', '15954', NULL, '2119', '1'),
('43', '15954', NULL, '2123', '1'),
('45', '16524', NULL, '2145', '1'),
('47', '17064', NULL, '2111', '1'),
('48', '18013', NULL, '6301', '1'),
('49', '18111', NULL, '6273', '1'),
('56', '19460', NULL, '6273', '1'),
('57', '19460', NULL, '2105', '1'),
('60', '20423', NULL, '6998', '1'),
('61', '20772', NULL, '2194', '1'),
('66', '20941', NULL, '7002', '1'),
('68', '23879', NULL, '6299', '1'),
('69', '24536', NULL, '2105', '1'),
('70', '25342', NULL, '6299', '1'),
('72', '26890', NULL, '6447', '1'),
('73', '29523', NULL, '7058', '1'),
('74', '29523', NULL, '2103', '1'),
('75', '31483', NULL, '7004', '1'),
('76', '31483', NULL, '7001', '1'),
('78', '34037', NULL, '6448', '1'),
('79', '34037', NULL, '2192', '1'),
('80', '34037', NULL, '2133', '1'),
('81', '34053', NULL, '2194', '1'),
('82', '34516', NULL, '7004', '1'),
('83', '34516', NULL, '6447', '1'),
('86', '35590', NULL, '7004', '1'),
('88', '35590', NULL, '6447', '1'),
('89', '37368', NULL, '2133', '1'),
('90', '37367', NULL, '2192', '1'),
('91', '37367', NULL, '7152', '1'),
('93', '41987', NULL, '2195', '1'),
('94', '42269', NULL, '7004', '1'),
('95', '42269', NULL, '6447', '1'),
('97', '42706', NULL, '7004', '1'),
('98', '42706', NULL, '7001', '1'),
('99', '42706', NULL, '6998', '1'),
('100', '42706', NULL, '7000', '1'),
('101', '43408', NULL, '6996', '1'),
('102', '43408', NULL, '6230', '1'),
('103', '43408', NULL, '6988', '1'),
('104', '43407', NULL, '6996', '1'),
('105', '43407', NULL, '6230', '1'),
('106', '43407', NULL, '6988', '1'),
('107', '43747', NULL, '6447', '1'),
('109', '43747', NULL, '7004', '1'),
('110', '45723', NULL, '7004', '1'),
('111', '45723', NULL, '6447', '1'),
('112', '45728', NULL, '6447', '1'),
('113', '45728', NULL, '7004', '1'),
('114', '46005', NULL, '6447', '1'),
('117', '47592', NULL, '7175', '1'),
('118', '47592', NULL, '6299', '1'),
('119', '49611', NULL, '7004', '1'),
('120', '49613', NULL, '6447', '1'),
('121', '51065', NULL, '6446', '1'),
('122', '51065', NULL, '6451', '1'),
('123', '52703', NULL, '7000', '1'),
('124', '52703', NULL, '7171', '1'),
('125', '54304', NULL, '7174', '1'),
('126', '54304', NULL, '6300', '1'),
('127', '57728', NULL, '2105', '1'),
('128', '57728', NULL, '6273', '1'),
('129', '57790', NULL, '6975', '1'),
('130', '57790', NULL, '7159', '1'),
('131', '58273', NULL, '6299', '1'),
('132', '58273', NULL, '7174', '1'),
('133', '58273', NULL, '6300', '1'),
('134', '59884', NULL, '7175', '1'),
('136', '63455', NULL, '7158', '1'),
('137', '63454', NULL, '7157', '1'),
('139', '63454', NULL, '7158', '1'),
('140', '64110', NULL, '7165', '1'),
('141', '64110', NULL, '7221', '1'),
('142', '64114', NULL, '7153', '1'),
('143', '64110', NULL, '2133', '1'),
('144', '64114', NULL, '2194', '1'),
('145', '64110', NULL, '7152', '1'),
('146', '64110', NULL, '7101', '1'),
('147', '64150', NULL, '7175', '1'),
('148', '64150', NULL, '7172', '1'),
('149', '64150', NULL, '2101', '1'),
('150', '64272', NULL, '7203', '1'),
('151', '66136', NULL, '2157', '1'),
('152', '66139', NULL, '7102', '1'),
('153', '66139', NULL, '2097', '1'),
('154', '66139', NULL, '7165', '1'),
('155', '66134', NULL, '7153', '1'),
('156', '66139', NULL, '2188', '1'),
('157', '66136', NULL, '7221', '1'),
('158', '66134', NULL, '2194', '1'),
('159', '66134', NULL, '7152', '1'),
('160', '66139', NULL, '2133', '1'),
('161', '66395', NULL, '7173', '1'),
('162', '66395', NULL, '7172', '1');

-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_eav_attribute`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_eav_attribute` (
  `attribute_id` smallint(5) unsigned NOT NULL auto_increment,
  `frontend_input_renderer` varchar(255) default NULL,
  `is_global` tinyint(1) unsigned NOT NULL default '1',
  `is_visible` tinyint(1) unsigned NOT NULL default '1',
  `is_searchable` tinyint(1) unsigned NOT NULL default '0',
  `is_filterable` tinyint(1) unsigned NOT NULL default '0',
  `is_comparable` tinyint(1) unsigned NOT NULL default '0',
  `is_visible_on_front` tinyint(1) unsigned NOT NULL default '0',
  `is_html_allowed_on_front` tinyint(1) unsigned NOT NULL default '0',
  `is_used_for_price_rules` tinyint(1) unsigned NOT NULL default '0' COMMENT 'deprecated after 1.4.0.1',
  `is_filterable_in_search` tinyint(1) unsigned NOT NULL default '0',
  `used_in_product_listing` tinyint(1) unsigned NOT NULL default '0',
  `used_for_sort_by` tinyint(1) unsigned NOT NULL default '0',
  `is_configurable` tinyint(1) unsigned NOT NULL default '1',
  `apply_to` varchar(255) NOT NULL,
  `is_visible_in_advanced_search` tinyint(1) unsigned NOT NULL default '0',
  `position` int(11) NOT NULL,
  `is_wysiwyg_enabled` tinyint(1) unsigned NOT NULL default '0',
  `is_used_for_promo_rules` tinyint(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`attribute_id`),
  KEY `IDX_USED_FOR_SORT_BY` (`used_for_sort_by`),
  KEY `IDX_USED_IN_PRODUCT_LISTING` (`used_in_product_listing`)
) ENGINE=InnoDB AUTO_INCREMENT=224 DEFAULT CHARSET=utf8 AUTO_INCREMENT=224 ;

-- 
-- Dumping data for table `catalog_eav_attribute`
-- 

INSERT INTO `catalog_eav_attribute` VALUES ('33', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('34', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('35', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('36', '', '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '', '0', '0', '1', '0'),
('37', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('38', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('39', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('40', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('41', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('42', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('43', '', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('44', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('45', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('46', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('47', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('48', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('49', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('50', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('51', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('52', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('53', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('54', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('55', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('56', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('57', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('58', 'adminhtml/catalog_category_helper_sortby_available', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('59', 'adminhtml/catalog_category_helper_sortby_default', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('60', '', '1', '1', '1', '0', '0', '0', '0', '0', '0', '1', '1', '1', '', '1', '0', '0', '0'),
('61', '', '0', '1', '1', '0', '1', '0', '1', '0', '0', '0', '0', '1', '', '1', '0', '1', '0'),
('62', '', '0', '1', '1', '0', '1', '0', '1', '0', '0', '1', '0', '1', '', '1', '0', '1', '0'),
('63', '', '1', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '1', '', '1', '0', '0', '0'),
('64', '', '2', '1', '1', '1', '0', '0', '0', '0', '0', '1', '1', '1', 'simple,configurable,virtual,bundle,downloadable', '1', '0', '0', '0'),
('65', '', '2', '1', '0', '0', '0', '0', '0', '0', '0', '1', '0', '1', 'simple,configurable,virtual,bundle,downloadable', '0', '0', '0', '0'),
('66', '', '2', '1', '0', '0', '0', '0', '0', '0', '0', '1', '0', '1', 'simple,configurable,virtual,bundle,downloadable', '0', '0', '0', '0'),
('67', '', '2', '1', '0', '0', '0', '0', '0', '0', '0', '1', '0', '1', 'simple,configurable,virtual,bundle,downloadable', '0', '0', '0', '0'),
('68', '', '2', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'simple,virtual,downloadable', '0', '0', '0', '0'),
('69', '', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'simple,bundle', '0', '0', '0', '0'),
('70', '', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '1', 'simple', '1', '0', '0', '0'),
('71', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('72', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('73', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('74', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('75', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1', '0', '1', '', '0', '0', '0', '0'),
('76', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1', '0', '1', '', '0', '0', '0', '0'),
('77', '', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('78', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('79', '', '2', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'simple,configurable,virtual,bundle,downloadable', '0', '0', '0', '0'),
('81', '', '2', '1', '0', '0', '0', '0', '0', '0', '0', '1', '0', '1', '', '0', '0', '0', '0'),
('82', '', '2', '1', '0', '0', '0', '0', '0', '0', '0', '1', '0', '1', '', '0', '0', '0', '0'),
('83', '', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('84', '', '2', '1', '1', '0', '0', '0', '0', '0', '0', '1', '0', '1', '', '0', '0', '0', '0'),
('85', '', '2', '1', '1', '0', '0', '0', '0', '0', '0', '1', '0', '1', 'simple,configurable,virtual,bundle,downloadable', '1', '0', '0', '0'),
('86', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1', '0', '1', '', '0', '0', '0', '0'),
('87', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('88', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', 'simple,configurable,virtual,bundle,downloadable', '0', '0', '0', '0'),
('89', '', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'simple,virtual', '0', '0', '0', '0'),
('90', '', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'simple,virtual', '0', '0', '0', '0'),
('91', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('92', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('93', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('94', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('95', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('96', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('97', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('98', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '1', '', '0', '0', '0', '0'),
('99', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('100', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '', '0', '0', '0', '0'),
('101', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '', '0', '0', '0', '0'),
('102', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '', '0', '0', '0', '0'),
('103', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('104', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('105', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('106', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('107', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('108', 'adminhtml/catalog_category_helper_pricestep', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('109', '', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('110', 'giftmessage/adminhtml_product_helper_form_config', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('111', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', 'bundle', '0', '0', '0', '0'),
('112', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'bundle', '0', '0', '0', '0'),
('113', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', 'bundle', '0', '0', '0', '0'),
('114', '', '1', '1', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', 'bundle', '0', '0', '0', '0'),
('115', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', 'bundle', '0', '0', '0', '0'),
('116', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', 'downloadable', '0', '0', '0', '0'),
('117', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'downloadable', '0', '0', '0', '0'),
('118', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'downloadable', '0', '0', '0', '0'),
('119', '', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', 'downloadable', '0', '0', '0', '0'),
('120', '', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('121', '', '1', '1', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '', '0', '0', '0', '0'),
('122', NULL, '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('143', NULL, '1', '1', '0', '1', '1', '1', '1', '0', '1', '0', '0', '0', '', '0', '0', '0', '0'),
('144', NULL, '1', '1', '0', '1', '0', '1', '1', '0', '1', '0', '0', '0', '', '0', '0', '0', '0'),
('146', NULL, '1', '1', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('148', NULL, '1', '1', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('149', NULL, '0', '1', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('150', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('151', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '1', '0', '0', '0'),
('152', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '1', '0', '0', '0'),
('153', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '1', '0', '0', '0'),
('154', NULL, '1', '1', '1', '0', '1', '0', '1', '0', '0', '0', '0', '0', '', '1', '0', '0', '0'),
('155', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '1', '0', '0', '0'),
('156', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '1', '0', '0', '0'),
('157', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '1', '0', '0', '0'),
('158', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '1', '0', '0', '0'),
('159', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '1', '0', '0', '0'),
('160', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '1', '0', '0', '0'),
('161', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '1', '0', '0', '0'),
('162', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '1', '0', '0', '0'),
('163', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '1', '0', '0', '0'),
('164', NULL, '1', '1', '1', '1', '1', '1', '1', '0', '1', '0', '0', '0', '', '1', '0', '0', '0'),
('166', NULL, '1', '1', '1', '1', '1', '1', '1', '0', '1', '0', '0', '0', '', '0', '0', '0', '0'),
('171', NULL, '1', '1', '1', '1', '1', '1', '1', '0', '1', '0', '0', '0', '', '0', '0', '0', '0'),
('172', NULL, '1', '1', '1', '1', '1', '1', '1', '0', '1', '0', '0', '0', '', '0', '0', '0', '0'),
('173', NULL, '1', '1', '1', '1', '1', '1', '1', '0', '1', '0', '0', '0', '', '0', '0', '0', '0'),
('174', NULL, '1', '1', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('175', NULL, '1', '1', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('176', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('177', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('178', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('179', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('180', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('181', NULL, '0', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('182', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('183', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('184', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('185', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('186', NULL, '1', '1', '1', '1', '1', '1', '1', '0', '1', '0', '0', '0', '', '0', '0', '0', '0'),
('187', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('188', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('189', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('190', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('191', NULL, '1', '1', '1', '1', '1', '1', '1', '0', '1', '0', '0', '0', '', '0', '0', '0', '0'),
('192', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('193', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('194', NULL, '1', '1', '1', '1', '1', '1', '1', '0', '1', '0', '0', '0', '', '0', '0', '0', '0'),
('196', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('197', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('198', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('199', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('200', NULL, '0', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('201', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('202', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('203', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('204', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('205', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('206', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('207', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('208', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('209', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('210', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('211', NULL, '0', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('212', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('213', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('214', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('215', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('216', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('217', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('218', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '0', '0', '0', '', '0', '0', '0', '0'),
('219', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '1', '0', '0', '', '0', '0', '0', '0'),
('220', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '1', '0', '0', '', '0', '0', '0', '0'),
('221', NULL, '1', '1', '1', '0', '1', '1', '1', '0', '0', '1', '0', '0', '', '0', '0', '0', '0'),
('222', NULL, '1', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '1', '', '0', '0', '0', '0'),
('223', NULL, '1', '1', '1', '1', '1', '1', '1', '0', '1', '0', '0', '1', '', '0', '0', '0', '0');

-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_product_bundle_option`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_product_bundle_option` (
  `option_id` int(10) unsigned NOT NULL auto_increment,
  `parent_id` int(10) unsigned NOT NULL,
  `required` tinyint(1) unsigned NOT NULL default '0',
  `position` int(10) unsigned NOT NULL default '0',
  `type` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`option_id`),
  KEY `FK_CATALOG_PRODUCT_BUNDLE_OPTION_PARENT` (`parent_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Bundle Options' AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `catalog_product_bundle_option`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_product_bundle_option_value`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_product_bundle_option_value` (
  `value_id` int(10) unsigned NOT NULL auto_increment,
  `option_id` int(10) unsigned NOT NULL,
  `store_id` smallint(5) unsigned NOT NULL,
  `title` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`value_id`),
  UNIQUE KEY `UNQ_OPTION_STORE` (`option_id`,`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Bundle Selections' AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `catalog_product_bundle_option_value`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_product_bundle_price_index`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_product_bundle_price_index` (
  `entity_id` int(10) unsigned NOT NULL,
  `website_id` smallint(5) unsigned NOT NULL,
  `customer_group_id` smallint(3) unsigned NOT NULL,
  `min_price` decimal(12,4) NOT NULL,
  `max_price` decimal(12,4) NOT NULL,
  PRIMARY KEY  (`entity_id`,`website_id`,`customer_group_id`),
  KEY `IDX_WEBSITE` (`website_id`),
  KEY `IDX_CUSTOMER_GROUP` (`customer_group_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `catalog_product_bundle_price_index`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_product_bundle_selection`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_product_bundle_selection` (
  `selection_id` int(10) unsigned NOT NULL auto_increment,
  `option_id` int(10) unsigned NOT NULL,
  `parent_product_id` int(10) unsigned NOT NULL,
  `product_id` int(10) unsigned NOT NULL,
  `position` int(10) unsigned NOT NULL default '0',
  `is_default` tinyint(1) unsigned NOT NULL default '0',
  `selection_price_type` tinyint(1) unsigned NOT NULL default '0',
  `selection_price_value` decimal(12,4) NOT NULL default '0.0000',
  `selection_qty` decimal(12,4) NOT NULL default '0.0000',
  `selection_can_change_qty` tinyint(1) NOT NULL default '0',
  PRIMARY KEY  (`selection_id`),
  KEY `FK_CATALOG_PRODUCT_BUNDLE_SELECTION_OPTION` (`option_id`),
  KEY `FK_CATALOG_PRODUCT_BUNDLE_SELECTION_PRODUCT` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Bundle Selections' AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `catalog_product_bundle_selection`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_product_bundle_selection_price`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_product_bundle_selection_price` (
  `selection_id` int(10) unsigned NOT NULL,
  `website_id` smallint(5) unsigned NOT NULL,
  `selection_price_type` tinyint(1) unsigned NOT NULL default '0',
  `selection_price_value` decimal(12,4) NOT NULL default '0.0000',
  PRIMARY KEY  (`selection_id`,`website_id`),
  KEY `FK_BUNDLE_PRICE_SELECTION_WEBSITE` (`website_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `catalog_product_bundle_selection_price`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_product_bundle_stock_index`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_product_bundle_stock_index` (
  `entity_id` int(10) unsigned NOT NULL,
  `website_id` smallint(5) unsigned NOT NULL,
  `stock_id` smallint(5) unsigned NOT NULL,
  `option_id` int(10) unsigned NOT NULL default '0',
  `stock_status` tinyint(1) default '0',
  PRIMARY KEY  (`entity_id`,`stock_id`,`website_id`,`option_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `catalog_product_bundle_stock_index`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_product_enabled_index`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_product_enabled_index` (
  `product_id` int(10) unsigned NOT NULL default '0',
  `store_id` smallint(5) unsigned NOT NULL default '0',
  `visibility` smallint(5) unsigned NOT NULL default '0',
  UNIQUE KEY `UNQ_PRODUCT_STORE` (`product_id`,`store_id`),
  KEY `IDX_PRODUCT_VISIBILITY_IN_STORE` (`product_id`,`store_id`,`visibility`),
  KEY `FK_CATALOG_PRODUCT_ENABLED_INDEX_STORE` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- 
-- Dumping data for table `catalog_product_enabled_index`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_product_entity`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_product_entity` (
  `entity_id` int(10) unsigned NOT NULL auto_increment,
  `entity_type_id` smallint(8) unsigned NOT NULL default '0',
  `attribute_set_id` smallint(5) unsigned NOT NULL default '0',
  `type_id` varchar(32) NOT NULL default 'simple',
  `sku` varchar(64) default NULL,
  `has_options` smallint(1) NOT NULL default '0',
  `required_options` tinyint(1) unsigned NOT NULL default '0',
  `created_at` datetime NOT NULL default '0000-00-00 00:00:00',
  `updated_at` datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY  (`entity_id`),
  KEY `FK_CATALOG_PRODUCT_ENTITY_ENTITY_TYPE` (`entity_type_id`),
  KEY `FK_CATALOG_PRODUCT_ENTITY_ATTRIBUTE_SET_ID` (`attribute_set_id`),
  KEY `sku` (`sku`)
) ENGINE=InnoDB AUTO_INCREMENT=7222 DEFAULT CHARSET=utf8 COMMENT='Product Entities' AUTO_INCREMENT=7222 ;

-- 
-- Dumping data for table `catalog_product_entity`
-- 

INSERT INTO `catalog_product_entity` VALUES ('2093', '4', '58', 'simple', '1171B002AB', '0', '0', '2011-06-03 10:33:33', '2011-08-31 08:34:56'),
('2094', '4', '58', 'simple', '3039B001AA', '0', '0', '2011-06-03 10:33:33', '2011-09-16 09:35:31'),
('2095', '4', '58', 'simple', '3347B001AA', '0', '0', '2011-06-03 10:33:33', '2011-09-14 05:13:36'),
('2096', '4', '58', 'simple', '4515B002AA', '0', '0', '2011-06-03 10:33:33', '2011-09-19 06:27:12'),
('2097', '4', '58', 'simple', '1891B002AA', '0', '0', '2011-06-03 10:33:33', '2011-08-30 13:34:43'),
('2098', '4', '58', 'simple', '2748B002AA', '0', '0', '2011-06-03 10:33:33', '2011-09-13 08:48:14'),
('2099', '4', '39', 'simple', '4347B001AA', '0', '0', '2011-06-03 10:33:33', '2011-09-15 07:29:53'),
('2100', '4', '42', 'simple', '2805B003AA', '0', '0', '2011-06-03 10:33:33', '2011-09-06 10:07:17'),
('2101', '4', '39', 'simple', '4342B002AA', '0', '0', '2011-06-03 10:38:19', '2011-09-16 09:35:31'),
('2102', '4', '42', 'simple', '5247B003AA', '0', '0', '2011-06-03 10:38:19', '2011-08-31 08:33:09'),
('2103', '4', '42', 'simple', '1946B003AA', '0', '0', '2011-06-03 10:38:19', '2011-08-31 07:37:38'),
('2105', '4', '40', 'simple', '3814B006AA', '0', '0', '2011-06-03 10:38:19', '2011-09-15 03:34:46'),
('2106', '4', '58', 'simple', '7649A001BB', '0', '0', '2011-06-03 10:38:19', '2011-08-30 18:33:03'),
('2107', '4', '58', 'simple', '9612A001AB', '0', '0', '2011-06-03 10:38:19', '2011-09-19 02:47:06'),
('2108', '4', '58', 'simple', '8456A001AB', '0', '0', '2011-06-03 10:38:19', '2011-08-31 12:01:52'),
('2109', '4', '58', 'simple', '9763A001AB', '0', '0', '2011-06-03 10:38:19', '2011-08-31 08:36:08'),
('2110', '4', '58', 'simple', '1135B001AB', '0', '0', '2011-06-03 13:22:22', '2011-09-13 08:48:14'),
('2111', '4', '58', 'simple', '2607B001AA', '0', '0', '2011-06-03 13:22:22', '2011-08-31 08:35:29'),
('2112', '4', '58', 'simple', '3153B001AA', '0', '0', '2011-06-03 13:22:22', '2011-08-31 08:39:03'),
('2113', '4', '58', 'simple', '4267B001AA', '0', '0', '2011-06-03 13:22:22', '2011-08-31 08:37:13'),
('2114', '4', '58', 'simple', '4722B001AA', '0', '0', '2011-06-03 13:22:22', '2011-08-31 08:36:46'),
('2115', '4', '58', 'simple', '0027X650', '0', '0', '2011-06-03 13:22:22', '2011-09-13 08:48:14'),
('2116', '4', '58', 'simple', '0027X679', '0', '0', '2011-06-03 13:22:22', '2011-09-14 07:18:39'),
('2117', '4', '41', 'simple', '6472A012AA', '0', '0', '2011-06-03 13:22:22', '2011-08-30 13:25:55'),
('2118', '4', '41', 'simple', '3558B005AA', '0', '0', '2011-06-03 13:22:22', '2011-08-30 13:28:10'),
('2119', '4', '41', 'simple', '2752B005BA', '0', '0', '2011-06-03 13:30:06', '2011-09-02 06:33:39'),
('2121', '4', '41', 'simple', '2044B005AA', '0', '0', '2011-06-03 13:30:06', '2011-09-16 07:45:29'),
('2122', '4', '41', 'simple', '8806A007AA', '0', '0', '2011-06-03 13:30:06', '2011-08-30 13:18:56'),
('2123', '4', '41', 'simple', '0344B006AA', '0', '0', '2011-06-03 13:30:06', '2011-09-13 08:48:14'),
('2124', '4', '41', 'simple', '1258B005AA', '0', '0', '2011-06-03 13:30:06', '2011-08-30 13:23:44'),
('2125', '4', '41', 'simple', '2577A011AA', '0', '0', '2011-06-03 13:30:06', '2011-08-30 13:17:43'),
('2126', '4', '41', 'simple', '3554B005AA', '0', '0', '2011-06-03 13:30:06', '2011-08-30 13:18:22'),
('2127', '4', '41', 'simple', '2514A011AA', '0', '0', '2011-06-03 13:30:06', '2011-09-14 06:23:37'),
('2128', '4', '41', 'simple', '2526A017AA', '0', '0', '2011-06-03 13:31:31', '2011-08-31 02:02:24'),
('2130', '4', '58', 'simple', '6870A003BA', '0', '0', '2011-06-03 13:31:31', '2011-09-05 14:47:54'),
('2131', '4', '58', 'simple', '7640A003AA', '0', '0', '2011-06-03 13:31:31', '2011-08-31 08:39:42'),
('2132', '4', '58', 'simple', '9226A003AA', '0', '0', '2011-06-03 13:31:31', '2011-08-07 12:26:19'),
('2133', '4', '58', 'simple', '0766B003AA', '0', '0', '2011-06-03 13:31:31', '2011-08-07 12:28:35'),
('2134', '4', '58', 'simple', '1137B003AA', '0', '0', '2011-06-03 13:31:31', '2011-08-07 13:44:45'),
('2135', '4', '58', 'simple', '2610B003AA', '0', '0', '2011-06-03 13:31:31', '2011-08-07 13:51:01'),
('2136', '4', '58', 'simple', '3157B003AA', '0', '0', '2011-06-03 13:31:31', '2011-08-07 13:54:25'),
('2137', '4', '58', 'simple', '4266B003AA', '0', '0', '2011-06-03 13:33:46', '2011-08-07 13:58:12'),
('2138', '4', '58', 'simple', '4726B003AA', '0', '0', '2011-06-03 13:33:46', '2011-08-07 14:05:03'),
('2139', '4', '58', 'simple', '7875A003AA', '0', '0', '2011-06-03 13:33:46', '2011-08-07 14:14:15'),
('2140', '4', '58', 'simple', '1169B003AB', '0', '0', '2011-06-03 13:33:46', '2011-08-30 14:01:35'),
('2141', '4', '58', 'simple', '6900A001AA', '0', '0', '2011-06-03 13:33:46', '2011-08-30 13:56:14'),
('2142', '4', '58', 'simple', '9765A001AA', '0', '0', '2011-06-03 13:33:46', '2011-08-31 12:23:18'),
('2143', '4', '58', 'simple', '0764B001AA', '0', '0', '2011-06-03 13:33:46', '2011-08-31 12:27:30'),
('2144', '4', '58', 'simple', '1134B001AA', '0', '0', '2011-06-03 13:33:46', '2011-08-30 13:58:29'),
('2145', '4', '58', 'simple', '2609B001AA', '0', '0', '2011-06-03 13:33:46', '2011-08-30 14:00:05'),
('2147', '4', '58', 'simple', '4269B001AA', '0', '0', '2011-06-03 13:45:50', '2011-08-30 13:53:49'),
('2148', '4', '58', 'simple', '4724B001AA', '0', '0', '2011-06-03 13:45:50', '2011-08-31 12:30:36'),
('2150', '4', '48', 'simple', '4595B002AA', '0', '0', '2011-06-03 13:45:50', '2011-08-17 09:20:22'),
('2151', '4', '48', 'simple', '4350B002AA', '0', '0', '2011-06-03 13:45:50', '2011-08-17 09:20:22'),
('2152', '4', '48', 'simple', '3647B002AA', '0', '0', '2011-06-03 13:45:50', '2011-08-17 09:20:22'),
('2153', '4', '38', 'simple', '3115B001AA', '0', '0', '2011-06-03 13:45:50', '2011-08-15 16:03:21'),
('2154', '4', '58', 'simple', '2476A001AA', '0', '0', '2011-06-03 13:51:21', '2011-09-13 08:48:14'),
('2155', '4', '58', 'simple', '2469A002AA', '0', '0', '2011-06-03 13:51:21', '2011-08-30 13:44:20'),
('2156', '4', '58', 'simple', '3349B001AA', '0', '0', '2011-06-03 13:51:21', '2011-09-05 04:40:21'),
('2157', '4', '58', 'simple', '4520B001AA', '0', '0', '2011-06-03 13:51:21', '2011-09-02 13:04:56'),
('2158', '4', '58', 'simple', '2632A001AA', '0', '0', '2011-06-03 13:51:21', '2011-08-06 13:27:34'),
('2159', '4', '58', 'simple', '2640A001AA', '0', '0', '2011-06-03 13:51:21', '2011-08-06 13:30:53'),
('2160', '4', '58', 'simple', '9823A001AA', '0', '0', '2011-06-03 13:51:21', '2011-09-02 13:23:23'),
('2161', '4', '58', 'simple', '2676A001AA', '0', '0', '2011-06-03 13:51:21', '2011-09-02 13:22:34'),
('2162', '4', '58', 'simple', '0776B001AA', '0', '0', '2011-06-03 13:51:21', '2011-09-02 13:24:21'),
('2163', '4', '58', 'simple', '1951B001AA', '0', '0', '2011-06-03 13:54:53', '2011-09-02 13:25:16'),
('2164', '4', '58', 'simple', '3963B001AA', '0', '0', '2011-06-03 13:54:53', '2011-09-02 13:26:27'),
('2165', '4', '58', 'simple', '2645A001AA', '0', '0', '2011-06-03 13:54:53', '2011-09-02 13:27:06'),
('2166', '4', '58', 'simple', '2637A001AA', '0', '0', '2011-06-03 13:54:53', '2011-09-02 13:29:46'),
('2167', '4', '58', 'simple', '2722A001AA', '0', '0', '2011-06-03 13:54:53', '2011-09-02 13:34:22'),
('2168', '4', '58', 'simple', '2726A001AA', '0', '0', '2011-06-03 13:54:53', '2011-09-02 13:37:57'),
('2169', '4', '58', 'simple', '2727A001AA', '0', '0', '2011-06-03 13:54:53', '2011-09-02 13:38:53'),
('2170', '4', '58', 'simple', '3561B001AA', '0', '0', '2011-06-03 13:54:53', '2011-09-02 13:40:37'),
('2171', '4', '58', 'simple', '2729A001AA', '0', '0', '2011-06-03 13:54:53', '2011-09-02 13:41:46'),
('2172', '4', '58', 'simple', '3559B001AA', '0', '0', '2011-06-03 14:00:58', '2011-09-02 13:42:39'),
('2173', '4', '58', 'simple', '2723A001AA', '0', '0', '2011-06-03 14:00:58', '2011-08-30 13:40:27'),
('2174', '4', '58', 'simple', '2590A001AA', '0', '0', '2011-06-03 14:00:58', '2011-09-03 13:38:35'),
('2175', '4', '58', 'simple', '2588A001AA', '0', '0', '2011-06-03 14:00:58', '2011-09-04 16:02:48'),
('2176', '4', '58', 'simple', '2595A001AA', '0', '0', '2011-06-03 14:00:58', '2011-09-19 02:47:06'),
('2177', '4', '58', 'simple', '2598A001AA', '0', '0', '2011-06-03 14:00:58', '2011-09-04 16:34:47'),
('2178', '4', '58', 'simple', '2599A001AA', '0', '0', '2011-06-03 14:00:58', '2011-09-04 16:36:12'),
('2179', '4', '58', 'simple', '2602A001AA', '0', '0', '2011-06-03 14:00:58', '2011-09-04 16:37:11'),
('2180', '4', '58', 'simple', '9389A001AA', '0', '0', '2011-06-03 14:00:58', '2011-08-10 12:25:34'),
('2181', '4', '38', 'simple', '0954A002AA', '0', '0', '2011-06-03 14:00:58', '2011-08-17 09:20:22'),
('2182', '4', '38', 'simple', '0955A002AA', '0', '0', '2011-06-03 14:00:58', '2011-08-29 04:34:48'),
('2183', '4', '38', 'simple', '6882A009AA', '0', '0', '2011-06-03 14:00:58', '2011-08-29 04:34:48'),
('2184', '4', '38', 'simple', '6881A009AA', '0', '0', '2011-06-03 14:00:58', '2011-08-22 15:14:24'),
('2185', '4', '38', 'simple', '4479A002AA', '0', '0', '2011-06-03 14:00:58', '2011-08-17 09:20:22'),
('2186', '4', '38', 'simple', '4480A002AA', '0', '0', '2011-06-03 14:00:58', '2011-06-03 14:00:58'),
('2187', '4', '38', 'simple', '4481A002AA', '0', '0', '2011-06-03 14:00:58', '2011-06-03 14:00:58'),
('2188', '4', '38', 'simple', '4482A002AA', '0', '0', '2011-06-03 14:00:58', '2011-06-03 14:00:58'),
('2189', '4', '38', 'simple', '4705A002AA', '0', '0', '2011-06-03 14:00:58', '2011-08-17 09:20:22'),
('2190', '4', '38', 'simple', '4706A002AA', '0', '0', '2011-06-03 14:00:58', '2011-08-17 09:20:22'),
('2191', '4', '45', 'simple', '1446B029BA', '0', '0', '2011-06-03 14:32:49', '2011-08-23 13:17:09'),
('2192', '4', '45', 'simple', '1464B016AB', '0', '0', '2011-06-03 14:32:49', '2011-08-22 09:52:59'),
('2193', '4', '52', 'simple', '4509B003AA', '0', '0', '2011-06-03 14:32:49', '2011-09-14 08:04:51'),
('2194', '4', '52', 'simple', '4509B041AA', '0', '0', '2011-06-03 14:32:49', '2011-08-17 09:20:22'),
('2195', '4', '52', 'simple', '4509B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-19 02:12:07'),
('2196', '4', '52', 'simple', '1827B004AA', '0', '0', '2011-06-03 14:32:49', '2011-08-17 09:20:21'),
('2197', '4', '49', 'simple', '4207B009AA', '0', '0', '2011-06-03 14:32:49', '2011-09-13 08:48:14'),
('2198', '4', '50', 'simple', '4507B010AA', '0', '0', '2011-06-03 14:32:49', '2011-09-15 07:09:52'),
('2199', '4', '44', 'simple', '2234B037AA', '0', '0', '2011-06-03 14:32:49', '2011-08-30 10:12:21'),
('2200', '4', '38', 'simple', '4707A002AA', '0', '0', '2011-06-03 14:32:49', '2011-08-17 09:20:22'),
('2204', '4', '33', 'simple', '7616A005AA', '0', '0', '2011-06-03 14:32:49', '2011-09-19 06:22:12'),
('2205', '4', '33', 'simple', '0264B002AA', '0', '0', '2011-06-03 14:32:49', '2011-08-17 09:20:22'),
('2206', '4', '33', 'simple', '0917B002AA', '0', '0', '2011-06-03 14:32:49', '2011-09-16 04:35:24'),
('2207', '4', '33', 'simple', '0986B001AA', '0', '0', '2011-06-03 14:32:49', '2011-08-19 03:15:12'),
('2208', '4', '33', 'simple', '1870B002AA', '0', '0', '2011-06-03 14:32:49', '2011-09-05 02:25:18'),
('2209', '4', '33', 'simple', '1976B002AA', '0', '0', '2011-06-03 14:32:49', '2011-08-17 09:20:22'),
('2210', '4', '33', 'simple', '3484B002AA', '0', '0', '2011-06-03 14:32:49', '2011-09-19 07:37:14'),
('2211', '4', '33', 'simple', '3500B002AA', '0', '0', '2011-06-03 14:32:49', '2011-09-13 08:48:14'),
('2212', '4', '33', 'simple', '1980B002AA', '0', '0', '2011-06-03 14:32:49', '2011-09-16 07:45:29'),
('2213', '4', '33', 'simple', '1979B002AA', '0', '0', '2011-06-03 14:32:49', '2011-09-16 07:45:29'),
('2214', '4', '33', 'simple', '1978B002AA', '0', '0', '2011-06-03 14:32:49', '2011-08-19 03:15:12'),
('2215', '4', '33', 'simple', '1977B002AA', '0', '0', '2011-06-03 14:32:49', '2011-09-13 08:48:14'),
('2216', '4', '33', 'simple', '9424A004AA', '0', '0', '2011-06-03 14:32:49', '2011-09-19 05:07:11'),
('2217', '4', '33', 'simple', '9423A004AA', '0', '0', '2011-06-03 14:32:49', '2011-09-16 07:45:29'),
('2218', '4', '33', 'simple', '9422A004AA', '0', '0', '2011-06-03 14:32:49', '2011-08-30 10:12:21'),
('2219', '4', '33', 'simple', '9421A004AA', '0', '0', '2011-06-03 14:32:49', '2011-08-29 04:34:48'),
('2220', '4', '33', 'simple', '6812A002AA', '0', '0', '2011-06-03 14:32:49', '2011-09-05 14:27:34'),
('2221', '4', '33', 'simple', '7833A002AA', '0', '0', '2011-06-03 14:32:49', '2011-08-17 09:20:22'),
('2222', '4', '33', 'simple', '1491A003BA01', '0', '0', '2011-06-03 14:32:49', '2011-09-05 14:14:33'),
('2223', '4', '33', 'simple', '1550A003AA', '0', '0', '2011-06-03 14:32:49', '2011-09-05 14:10:28'),
('2224', '4', '33', 'simple', '5773A004AA', '0', '0', '2011-06-03 14:32:49', '2011-09-05 14:01:44'),
('2225', '4', '33', 'simple', '8489A002AA', '0', '0', '2011-06-03 14:32:49', '2011-09-13 08:48:15'),
('2226', '4', '33', 'simple', '1561A003AA', '0', '0', '2011-06-03 14:32:49', '2011-08-17 09:20:22'),
('2227', '4', '33', 'simple', '1557A003BA', '0', '0', '2011-06-03 14:32:49', '2011-09-13 08:48:14'),
('2228', '4', '33', 'simple', '0263B002BA', '0', '0', '2011-06-03 14:32:49', '2011-09-19 07:57:15'),
('2229', '4', '38', 'simple', '8190A002AA', '0', '0', '2011-06-03 14:32:49', '2011-08-17 09:20:22'),
('2230', '4', '38', 'simple', '8191A002AA', '0', '0', '2011-06-03 14:32:49', '2011-08-29 04:34:48'),
('2231', '4', '38', 'simple', '9818A002AA', '0', '0', '2011-06-03 14:32:49', '2011-08-17 09:20:22'),
('2232', '4', '38', 'simple', '1509B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-19 02:32:06'),
('2233', '4', '38', 'simple', '2145B01AA', '0', '0', '2011-06-03 14:32:49', '2011-08-09 12:23:44'),
('2234', '4', '38', 'simple', '2146B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-19 08:12:14'),
('2235', '4', '38', 'simple', '0615B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-19 05:17:10'),
('2236', '4', '38', 'simple', '0617B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-19 04:27:12'),
('2237', '4', '38', 'simple', '0616B001AA', '0', '0', '2011-06-03 14:32:49', '2011-08-30 10:12:21'),
('2238', '4', '38', 'simple', '0618B001AA', '0', '0', '2011-06-03 14:32:49', '2011-08-29 04:34:47'),
('2239', '4', '38', 'simple', '2969B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-15 07:39:52'),
('2240', '4', '38', 'simple', '2971B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-15 08:24:56'),
('2241', '4', '38', 'simple', '0628B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-16 03:45:22'),
('2242', '4', '38', 'simple', '0620B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-02 05:48:39'),
('2243', '4', '38', 'simple', '0621B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-13 08:48:14'),
('2244', '4', '38', 'simple', '0622B001AA', '0', '0', '2011-06-03 14:32:49', '2011-08-30 10:12:21'),
('2245', '4', '38', 'simple', '0623B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-15 00:24:42'),
('2246', '4', '38', 'simple', '0624B002AA', '0', '0', '2011-06-03 14:32:49', '2011-08-09 10:17:32'),
('2247', '4', '38', 'simple', '0625B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-02 06:28:40'),
('2248', '4', '38', 'simple', '0626B001AA', '0', '0', '2011-06-03 14:32:49', '2011-08-09 10:27:06'),
('2249', '4', '38', 'simple', '0627B001AA', '0', '0', '2011-06-03 14:32:49', '2011-08-17 09:20:22'),
('2250', '4', '38', 'simple', '2932B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-16 05:55:25'),
('2251', '4', '38', 'simple', '2933B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-16 05:55:25'),
('2252', '4', '38', 'simple', '2934B001AA', '0', '0', '2011-06-03 14:32:49', '2011-08-13 16:08:41'),
('2253', '4', '38', 'simple', '2935B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-14 08:04:51'),
('2254', '4', '38', 'simple', '2936B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-13 08:48:14'),
('2255', '4', '38', 'simple', '2937B001AA', '0', '0', '2011-06-03 14:32:49', '2011-08-17 09:20:22'),
('2256', '4', '38', 'simple', '4529B01AA', '0', '0', '2011-06-03 14:32:49', '2011-08-09 12:48:05'),
('2257', '4', '38', 'simple', '4540B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-19 02:47:06'),
('2258', '4', '38', 'simple', '4541B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-19 02:47:06'),
('2259', '4', '38', 'simple', '4542B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-19 02:42:06'),
('2260', '4', '38', 'simple', '4543B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-19 02:47:06'),
('2261', '4', '38', 'simple', '4544B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-19 02:42:06'),
('2262', '4', '38', 'simple', '1511B001AA', '0', '0', '2011-06-03 14:32:49', '2011-08-29 04:34:48'),
('2263', '4', '38', 'simple', '1033B001AA', '0', '0', '2011-06-03 14:32:49', '2011-08-30 10:12:21'),
('2264', '4', '38', 'simple', '1035B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-16 05:30:25'),
('2265', '4', '38', 'simple', '1036B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-16 03:45:22'),
('2266', '4', '38', 'simple', '1037B001AA', '0', '0', '2011-06-03 14:32:49', '2011-08-29 04:34:48'),
('2267', '4', '38', 'simple', '1034B001AA', '0', '0', '2011-06-03 14:32:49', '2011-08-30 10:12:21'),
('2268', '4', '38', 'simple', '1038B001AA', '0', '0', '2011-06-03 14:32:49', '2011-08-17 09:20:22'),
('2269', '4', '38', 'simple', '1039B001AA', '0', '0', '2011-06-03 14:32:49', '2011-09-16 05:30:25'),
('2270', '4', '38', 'simple', '1041B001AA', '0', '0', '2011-06-03 14:32:49', '2011-08-17 09:20:22'),
('2271', '4', '38', 'simple', '1042B001AA', '0', '0', '2011-06-03 14:32:49', '2011-08-17 09:20:22'),
('2272', '4', '38', 'simple', '1040B001AA', '0', '0', '2011-06-03 14:32:49', '2011-08-17 09:20:22'),
('2273', '4', '38', 'simple', '2444B001AA', '0', '0', '2011-06-03 14:32:49', '2011-08-17 09:20:22'),
('6216', '4', '41', 'simple', '2562A014AA', '0', '0', '2011-07-18 06:16:42', '2011-08-31 07:37:38'),
('6223', '4', '38', 'simple', '2560', '0', '0', '2011-07-18 06:16:42', '2011-08-01 09:38:42'),
('6230', '4', '45', 'simple', '3742B009AA', '0', '0', '2011-07-18 06:16:42', '2011-08-22 09:52:33'),
('6232', '4', '45', 'simple', '3302B009AA', '0', '0', '2011-07-18 06:16:42', '2011-08-22 09:52:10'),
('6233', '4', '47', 'simple', '3295B009AA', '0', '0', '2011-07-18 06:16:42', '2011-08-22 14:18:41'),
('6234', '4', '47', 'simple', '3298B009AA', '0', '0', '2011-07-18 06:16:42', '2011-08-22 14:31:17'),
('6243', '4', '44', 'simple', '2895', '0', '0', '2011-07-18 06:16:42', '2011-08-01 09:35:00'),
('6246', '4', '46', 'simple', '2903', '0', '0', '2011-07-18 06:16:42', '2011-08-01 09:33:43'),
('6247', '4', '46', 'simple', '2907', '0', '0', '2011-07-18 06:16:42', '2011-08-01 09:33:42'),
('6249', '4', '52', 'simple', '2909', '0', '0', '2011-07-18 06:16:43', '2011-09-05 15:30:16'),
('6250', '4', '52', 'simple', '3166', '0', '0', '2011-07-18 06:16:43', '2011-09-05 15:27:08'),
('6251', '4', '52', 'simple', '3168', '0', '0', '2011-07-18 06:16:43', '2011-09-15 09:38:22'),
('6256', '4', '38', 'simple', '0896A002AA', '0', '0', '2011-07-18 06:16:43', '2011-09-19 06:27:12'),
('6257', '4', '38', 'simple', '0884A002AA', '0', '0', '2011-07-18 06:16:43', '2011-09-15 02:24:44'),
('6262', '4', '4', 'simple', '5962', '0', '0', '2011-07-18 06:16:43', '2011-07-28 15:58:00'),
('6273', '4', '40', 'simple', '2764B007AA', '0', '0', '2011-07-18 06:16:43', '2011-08-30 13:04:55'),
('6284', '4', '58', 'simple', '9200A001AA', '0', '0', '2011-07-18 06:16:43', '2011-09-02 12:38:44'),
('6299', '4', '40', 'simple', '4463B006AA', '0', '0', '2011-07-18 06:16:43', '2011-09-19 04:52:09'),
('6300', '4', '40', 'simple', '4460B007AA', '0', '0', '2011-07-18 06:16:43', '2011-09-13 08:48:14'),
('6301', '4', '43', 'simple', '4403B001AA', '0', '0', '2011-07-18 06:16:43', '2011-08-17 09:20:22'),
('6319', '4', '58', 'simple', '3155B001AA', '0', '0', '2011-07-18 06:16:43', '2011-08-30 14:01:00'),
('6329', '4', '58', 'simple', '2344A001AA', '0', '0', '2011-07-18 06:16:43', '2011-09-05 14:40:06'),
('6436', '4', '46', 'simple', '4286B002AA', '0', '0', '2011-07-18 06:16:44', '2011-09-19 07:37:14'),
('6446', '4', '51', 'simple', '3743B009AA', '0', '0', '2011-07-18 06:16:44', '2011-09-15 04:19:48'),
('6447', '4', '51', 'simple', '4502B006AA', '0', '0', '2011-07-18 06:16:44', '2011-09-16 06:30:26'),
('6448', '4', '51', 'simple', '4504B006AA', '0', '0', '2011-07-18 06:16:44', '2011-08-23 12:33:43'),
('6449', '4', '51', 'simple', '4503B006AA', '0', '0', '2011-07-18 06:16:44', '2011-09-19 02:47:06'),
('6451', '4', '51', 'simple', '3299B009AA', '0', '0', '2011-07-18 06:16:44', '2011-09-16 05:25:24'),
('6452', '4', '51', 'simple', '4204B009AA', '0', '0', '2011-07-18 06:16:44', '2011-08-23 12:41:07'),
('6453', '4', '51', 'simple', '4206B009AA', '0', '0', '2011-07-18 06:16:44', '2011-08-29 04:34:48'),
('6910', '4', '60', 'simple', '0930A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6911', '4', '60', 'simple', '0931A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6912', '4', '60', 'simple', '0932A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6913', '4', '60', 'simple', '0933A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6914', '4', '4', 'simple', '3991A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6915', '4', '33', 'simple', '4535A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6916', '4', '35', 'simple', '9157A004AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6917', '4', '45', 'simple', 'Q30-199223R', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6918', '4', '45', 'simple', 'Q30-3203230', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6919', '4', '33', 'simple', '1384A002AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6920', '4', '33', 'simple', '1374A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6921', '4', '33', 'simple', '1369A002AA', '0', '0', '2011-07-20 04:46:09', '2011-08-29 04:34:48'),
('6922', '4', '33', 'simple', '1366A004AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6923', '4', '33', 'simple', '1431A002AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6924', '4', '33', 'simple', '1509A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6925', '4', '33', 'simple', '1507A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6926', '4', '33', 'simple', '1508A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6927', '4', '33', 'simple', '1510A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6928', '4', '60', 'simple', '1506A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6929', '4', '61', 'simple', '7682A003AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6930', '4', '33', 'simple', '1500A003AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6931', '4', '45', 'simple', '0012B007', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6932', '4', '45', 'simple', '9993A007', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6933', '4', '45', 'simple', '6863A006AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6934', '4', '58', 'simple', '3865A002AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6935', '4', '58', 'simple', '3865A003AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6936', '4', '60', 'simple', 'F45-1471300', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6937', '4', '60', 'simple', 'F45-1481300', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6938', '4', '38', 'simple', '8369A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('6939', '4', '38', 'simple', '8368A001AA', '0', '0', '2011-07-20 04:46:09', '2011-09-14 02:18:31'),
('6940', '4', '60', 'simple', '8366A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('6941', '4', '38', 'simple', '0948A002AA', '0', '0', '2011-07-20 04:46:09', '2011-08-29 04:34:47'),
('6942', '4', '38', 'simple', '0949A002AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6943', '4', '60', 'simple', '0918A002AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6944', '4', '60', 'simple', '0917A002AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6945', '4', '58', 'simple', 'F45-1251200', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6946', '4', '33', 'simple', '1512A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6947', '4', '33', 'simple', '1513A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-29 04:34:48'),
('6948', '4', '33', 'simple', '1514A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6949', '4', '33', 'simple', '1515A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6950', '4', '33', 'simple', '1474A003AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6951', '4', '38', 'simple', '0889B001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-29 04:34:47'),
('6952', '4', '45', 'simple', '1438B009AA + SG', '0', '0', '2011-07-20 04:46:09', '2011-09-05 14:03:45'),
('6954', '4', '35', 'simple', '0605A001AB', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6955', '4', '35', 'simple', '0650A004AA', '0', '0', '2011-07-20 04:46:09', '2011-08-29 04:34:47'),
('6956', '4', '60', 'simple', '9004A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6957', '4', '60', 'simple', '1320B008AA', '0', '0', '2011-07-20 04:46:09', '2011-08-29 04:34:48'),
('6958', '4', '60', 'simple', '1320B010AA', '0', '0', '2011-07-20 04:46:09', '2011-08-30 10:12:21'),
('6959', '4', '60', 'simple', '1320B003AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6960', '4', '38', 'simple', '2214B001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('6961', '4', '35', 'simple', '1929B002AA', '0', '0', '2011-07-20 04:46:09', '2011-09-16 08:00:30'),
('6962', '4', '60', 'simple', '9623A003AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6963', '4', '4', 'simple', '1320B006AA', '0', '0', '2011-07-20 04:46:09', '2011-09-05 07:00:28'),
('6964', '4', '4', 'simple', '0170B003AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6965', '4', '35', 'simple', '7215A005AA', '0', '0', '2011-07-20 04:46:09', '2011-08-29 04:34:48'),
('6966', '4', '46', 'simple', '2611B001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6967', '4', '35', 'simple', '5911A003AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:21'),
('6968', '4', '35', 'simple', '7215A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-31 07:32:32'),
('6969', '4', '59', 'simple', '2583B002AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('6970', '4', '35', 'simple', '1569B001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('6971', '4', '35', 'simple', '1573B003AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('6972', '4', '52', 'simple', '2711B036AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('6973', '4', '51', 'simple', '2910B007AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('6974', '4', '45', 'simple', '3021B009AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('6975', '4', '46', 'simple', '2409B005AA', '0', '0', '2011-07-20 04:46:09', '2011-08-22 10:03:55'),
('6976', '4', '35', 'simple', '1933B001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('6978', '4', '38', 'simple', '2970B001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('6979', '4', '59', 'simple', '2585B001AA', '0', '0', '2011-07-20 04:46:09', '2011-09-19 05:12:10'),
('6980', '4', '58', 'simple', '1451A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('6981', '4', '58', 'simple', '1457A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('6982', '4', '58', 'simple', '1463A001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('6983', '4', '59', 'simple', '2580B001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('6984', '4', '51', 'simple', '3301B009AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('6985', '4', '35', 'simple', '1926B002AA', '0', '0', '2011-07-20 04:46:09', '2011-08-29 04:34:48'),
('6986', '4', '35', 'simple', '8946A006AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('6987', '4', '35', 'simple', '9172A001AA', '0', '0', '2011-07-20 04:46:09', '2011-09-16 04:15:22'),
('6988', '4', '45', 'simple', '4103B009AA', '0', '0', '2011-07-20 04:46:09', '2011-09-19 02:52:06'),
('6992', '4', '41', 'simple', '9517A008AA', '0', '0', '2011-07-20 04:46:09', '2011-08-30 09:59:19'),
('6993', '4', '41', 'simple', '8014A008AA', '0', '0', '2011-07-20 04:46:09', '2011-09-15 01:59:44'),
('6994', '4', '41', 'simple', '2515A012AA', '0', '0', '2011-07-20 04:46:09', '2011-08-30 10:01:33'),
('6996', '4', '45', 'simple', '4496B006AA', '0', '0', '2011-07-20 04:46:09', '2011-09-15 07:39:52'),
('6997', '4', '41', 'simple', '4409B005AA', '0', '0', '2011-07-20 04:46:09', '2011-09-06 10:07:52'),
('6998', '4', '39', 'simple', '5027B002AA', '0', '0', '2011-07-20 04:46:09', '2011-09-15 04:49:48'),
('6999', '4', '39', 'simple', '4941B002AA', '0', '0', '2011-07-20 04:46:09', '2011-09-19 03:17:07'),
('7000', '4', '39', 'simple', '4944B002AA', '0', '0', '2011-07-20 04:46:09', '2011-09-02 07:48:42'),
('7001', '4', '39', 'simple', '5099B001AA', '0', '0', '2011-07-20 04:46:09', '2011-09-06 01:15:52'),
('7002', '4', '41', 'simple', '4426B005AA', '0', '0', '2011-07-20 04:46:09', '2011-08-30 13:24:19'),
('7003', '4', '41', 'simple', '9518A007AA', '0', '0', '2011-07-20 04:46:09', '2011-08-30 13:26:45'),
('7004', '4', '39', 'simple', '4929B001AA', '0', '0', '2011-07-20 04:46:09', '2011-09-13 08:48:14'),
('7005', '4', '38', 'simple', '4529B001AA', '0', '0', '2011-07-20 04:46:09', '2011-09-19 02:37:06'),
('7006', '4', '38', 'simple', '4708A002AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('7007', '4', '38', 'simple', '4709A002AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('7008', '4', '38', 'simple', '4710A002AA', '0', '0', '2011-07-20 04:46:09', '2011-08-29 04:34:48'),
('7009', '4', '38', 'simple', '4479A002', '0', '0', '2011-07-20 04:46:09', '2011-09-19 08:22:15'),
('7010', '4', '38', 'simple', '4480A002', '0', '0', '2011-07-20 04:46:09', '2011-08-29 04:34:48'),
('7011', '4', '38', 'simple', '4482A002', '0', '0', '2011-07-20 04:46:09', '2011-09-01 00:12:57'),
('7012', '4', '38', 'simple', '4481A002', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('7013', '4', '38', 'simple', '0899A002', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('7014', '4', '38', 'simple', '2442B001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('7015', '4', '38', 'simple', '2145B001AA', '0', '0', '2011-07-20 04:46:09', '2011-09-19 08:12:14'),
('7016', '4', '38', 'simple', '0899B001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-29 04:34:47'),
('7017', '4', '38', 'simple', '0907B001AA', '0', '0', '2011-07-20 04:46:09', '2011-08-17 09:20:22'),
('7018', '4', '38', 'simple', '0904B001AA', '0', '0', '2011-07-20 04:46:10', '2011-09-05 06:40:24'),
('7019', '4', '38', 'simple', '0906B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7020', '4', '38', 'simple', '0908B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7021', '4', '38', 'simple', '0901B001AA', '0', '0', '2011-07-20 04:46:10', '2011-09-05 06:40:24'),
('7022', '4', '38', 'simple', '0900B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-29 04:34:47'),
('7023', '4', '38', 'simple', '0905B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7024', '4', '38', 'simple', '2222B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7025', '4', '38', 'simple', '2220B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7026', '4', '38', 'simple', '2221B001AA', '0', '0', '2011-07-20 04:46:10', '2011-09-05 06:40:24'),
('7027', '4', '38', 'simple', '0895B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7028', '4', '38', 'simple', '0896B001AA', '0', '0', '2011-07-20 04:46:10', '2011-09-14 07:23:39'),
('7029', '4', '38', 'simple', '0897B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-29 04:34:47'),
('7030', '4', '38', 'simple', '0898B001AA', '0', '0', '2011-07-20 04:46:10', '2011-09-14 07:23:39'),
('7031', '4', '38', 'simple', '0894B001AA', '0', '0', '2011-07-20 04:46:10', '2011-09-14 07:23:39'),
('7032', '4', '38', 'simple', '3631B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7033', '4', '58', 'simple', '2251B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7034', '4', '38', 'simple', '0586B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7035', '4', '38', 'simple', '3002B005AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7036', '4', '38', 'simple', '3009B005AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7037', '4', '38', 'simple', '3004B005AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7038', '4', '38', 'simple', '3006B005AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7039', '4', '38', 'simple', '3010B005AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7040', '4', '38', 'simple', '3008B005AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7041', '4', '38', 'simple', '3001B005AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7042', '4', '38', 'simple', '2999B005AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7043', '4', '38', 'simple', '3003B005AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7044', '4', '38', 'simple', '3007B005AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7045', '4', '38', 'simple', '3000B005AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7046', '4', '38', 'simple', '2216B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7047', '4', '38', 'simple', '0172B001AA', '0', '0', '2011-07-20 04:46:10', '2011-09-14 02:18:31'),
('7048', '4', '38', 'simple', '8372A001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7049', '4', '38', 'simple', '8371A001AA', '0', '0', '2011-07-20 04:46:10', '2011-09-14 02:18:31'),
('7050', '4', '38', 'simple', '0173B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-29 04:34:47'),
('7051', '4', '38', 'simple', '8973A001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-29 04:34:48'),
('7052', '4', '38', 'simple', '8970A001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7053', '4', '35', 'simple', '0775B003AA', '0', '0', '2011-07-20 04:46:10', '2011-09-15 07:04:52'),
('7054', '4', '35', 'simple', '2311B018AA', '0', '0', '2011-07-20 04:46:10', '2011-09-19 02:47:06'),
('7055', '4', '35', 'simple', '7981A005AA', '0', '0', '2011-07-20 04:46:10', '2011-08-29 04:34:48'),
('7056', '4', '35', 'simple', '2311B021AA', '0', '0', '2011-07-20 04:46:10', '2011-08-19 03:15:12'),
('7057', '4', '35', 'simple', '1686B032AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7058', '4', '42', 'simple', '5246B003AA ', '0', '0', '2011-07-20 04:46:10', '2011-09-15 03:39:48'),
('7059', '4', '39', 'simple', '3508B002AA', '0', '0', '2011-07-20 04:46:10', '2011-09-01 05:08:03'),
('7060', '4', '33', 'simple', '3839A003AA', '0', '0', '2011-07-20 04:46:10', '2011-08-30 10:12:21'),
('7061', '4', '33', 'simple', '9284A003AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7062', '4', '33', 'simple', '9285A003AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7063', '4', '33', 'simple', '9286A003AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7064', '4', '33', 'simple', '9287A003AA', '0', '0', '2011-07-20 04:46:10', '2011-09-16 02:55:21'),
('7065', '4', '33', 'simple', '1559A003AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7066', '4', '33', 'simple', '6647A002AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7067', '4', '33', 'simple', '0455B002AA', '0', '0', '2011-07-20 04:46:10', '2011-09-02 04:08:37'),
('7068', '4', '33', 'simple', '0454B002AA', '0', '0', '2011-07-20 04:46:10', '2011-09-02 04:08:37'),
('7069', '4', '33', 'simple', '2785B002AA', '0', '0', '2011-07-20 04:46:10', '2011-09-16 00:00:20'),
('7070', '4', '33', 'simple', '0386B002AA', '0', '0', '2011-07-20 04:46:10', '2011-09-05 03:10:20'),
('7071', '4', '33', 'simple', '1379A003AA', '0', '0', '2011-07-20 04:46:10', '2011-08-29 04:34:48'),
('7072', '4', '33', 'simple', '9629A002AA', '0', '0', '2011-07-20 04:46:10', '2011-09-01 05:53:04'),
('7073', '4', '33', 'simple', '1382A002AA', '0', '0', '2011-07-20 04:46:10', '2011-09-05 04:35:22'),
('7074', '4', '33', 'simple', '9634A002AA', '0', '0', '2011-07-20 04:46:10', '2011-09-13 08:48:15'),
('7075', '4', '33', 'simple', '1872B002AA', '0', '0', '2011-07-20 04:46:10', '2011-09-13 23:38:28'),
('7076', '4', '33', 'simple', '4234A002AA', '0', '0', '2011-07-20 04:46:10', '2011-08-29 04:34:48'),
('7077', '4', '33', 'simple', '6836A002AA', '0', '0', '2011-07-20 04:46:10', '2011-09-13 08:48:14'),
('7078', '4', '33', 'simple', '0384B002AA', '0', '0', '2011-07-20 04:46:10', '2011-09-19 05:22:11'),
('7079', '4', '33', 'simple', '0453B002AA', '0', '0', '2011-07-20 04:46:10', '2011-09-01 00:52:57'),
('7080', '4', '33', 'simple', '0452B002AA', '0', '0', '2011-07-20 04:46:10', '2011-09-05 03:25:19'),
('7081', '4', '33', 'simple', '7814A002AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7082', '4', '33', 'simple', '1386A006AA', '0', '0', '2011-07-20 04:46:10', '2011-09-01 00:52:57'),
('7083', '4', '33', 'simple', '8641A002AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7084', '4', '33', 'simple', '8642A002AA', '0', '0', '2011-07-20 04:46:10', '2011-08-29 04:34:48'),
('7085', '4', '33', 'simple', '8643A002AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7086', '4', '33', 'simple', '8640A002AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7087', '4', '58', 'simple', '0253A001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-29 04:34:47'),
('7088', '4', '39', 'simple', '5043B002AA', '0', '0', '2011-07-20 04:46:10', '2011-09-19 05:42:11'),
('7089', '4', '38', 'simple', '0621B015AA', '0', '0', '2011-07-20 04:46:10', '2011-09-15 05:54:50'),
('7090', '4', '33', 'simple', '1372A005AA', '0', '0', '2011-07-20 04:46:10', '2011-09-05 06:25:24'),
('7091', '4', '35', 'simple', '1933B002AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7092', '4', '35', 'simple', '8946A004AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7093', '4', '35', 'simple', '8323A002AA', '0', '0', '2011-07-20 04:46:10', '2011-09-02 05:18:37'),
('7094', '4', '35', 'simple', '1573B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7095', '4', '35', 'simple', '1928B002AA', '0', '0', '2011-07-20 04:46:10', '2011-09-06 10:10:34'),
('7096', '4', '35', 'simple', '1925B002AA', '0', '0', '2011-07-20 04:46:10', '2011-09-16 07:55:28'),
('7097', '4', '35', 'simple', '1924B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7098', '4', '35', 'simple', '1928B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7099', '4', '35', 'simple', '1925B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7100', '4', '35', 'simple', '1927B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7101', '4', '54', 'simple', '2656B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7102', '4', '38', 'simple', '0956A002AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7103', '4', '38', 'simple', '8891A002AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7104', '4', '38', 'simple', '0957A002AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7105', '4', '38', 'simple', '0958A002AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7106', '4', '38', 'simple', '0885A002AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7107', '4', '38', 'simple', '0909B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7108', '4', '38', 'simple', '2219B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7109', '4', '38', 'simple', '2213B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-29 04:34:48'),
('7110', '4', '38', 'simple', '2211B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7111', '4', '38', 'simple', '2212B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7112', '4', '38', 'simple', '3005B005AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7113', '4', '38', 'simple', '0891B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7114', '4', '38', 'simple', '0884B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7115', '4', '38', 'simple', '0885B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7116', '4', '38', 'simple', '0886B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7117', '4', '38', 'simple', '0887B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7118', '4', '38', 'simple', '0888B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7119', '4', '38', 'simple', '0890B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7120', '4', '38', 'simple', '0892B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7121', '4', '38', 'simple', '0893B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7122', '4', '38', 'simple', '0882B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7123', '4', '38', 'simple', '0883B001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7124', '4', '38', 'simple', '8367A001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7125', '4', '38', 'simple', '4196A002AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7126', '4', '38', 'simple', '8963A001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7127', '4', '38', 'simple', '8971A001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7128', '4', '38', 'simple', '8972A001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-29 04:34:48'),
('7129', '4', '38', 'simple', '8974A001AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7130', '4', '38', 'simple', '4191A001AA', '0', '0', '2011-07-20 04:46:10', '2011-09-14 08:34:19'),
('7131', '4', '35', 'simple', '0587B007AA', '0', '0', '2011-07-20 04:46:10', '2011-08-29 04:34:47'),
('7132', '4', '35', 'simple', '0775B001', '0', '0', '2011-07-20 04:46:10', '2011-09-13 08:48:14'),
('7133', '4', '35', 'simple', '0587B008AA', '0', '0', '2011-07-20 04:46:10', '2011-08-29 04:34:47'),
('7134', '4', '35', 'simple', '1263B007AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7135', '4', '35', 'simple', '2311B019AA', '0', '0', '2011-07-20 04:46:10', '2011-09-15 05:09:49'),
('7136', '4', '35', 'simple', '1686B015AA', '0', '0', '2011-07-20 04:46:10', '2011-09-14 02:28:31'),
('7137', '4', '35', 'simple', '1686B021AA', '0', '0', '2011-07-20 04:46:10', '2011-09-13 08:48:14'),
('7138', '4', '35', 'simple', '7981A008AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7139', '4', '33', 'simple', '1657B002AA', '0', '0', '2011-07-20 04:46:10', '2011-08-29 04:34:48'),
('7140', '4', '33', 'simple', '6751A003AA', '0', '0', '2011-07-20 04:46:10', '2011-08-17 09:20:22'),
('7141', '4', '38', 'simple', NULL, '0', '0', '2011-07-25 12:29:31', '2011-07-25 12:29:31'),
('7142', '4', '33', 'simple', NULL, '0', '0', '2011-07-25 13:33:35', '2011-07-25 13:33:35'),
('7143', '4', '33', 'simple', NULL, '0', '0', '2011-07-25 13:33:54', '2011-07-25 13:33:54'),
('7144', '4', '58', 'simple', NULL, '0', '0', '2011-07-25 13:34:30', '2011-07-25 13:34:30'),
('7145', '4', '58', 'simple', NULL, '0', '0', '2011-07-25 13:34:31', '2011-07-25 13:34:31'),
('7146', '4', '33', 'simple', NULL, '0', '0', '2011-07-25 13:47:58', '2011-07-29 07:08:45'),
('7147', '4', '58', 'simple', NULL, '0', '0', '2011-07-25 13:48:20', '2011-07-29 07:08:45'),
('7148', '4', '43', 'simple', NULL, '0', '0', '2011-07-25 13:48:31', '2011-07-29 07:08:44'),
('7149', '4', '55', 'simple', '1688B004AA', '0', '0', '2011-08-17 13:19:48', '2011-08-22 08:22:12'),
('7150', '4', '55', 'simple', '1698B004AA', '0', '0', '2011-08-17 13:31:58', '2011-08-17 13:32:40'),
('7151', '4', '54', 'simple', '4100A001AA  ', '0', '0', '2011-08-17 13:42:43', '2011-08-22 08:17:33'),
('7152', '4', '54', 'simple', '4098A002AA', '0', '0', '2011-08-17 14:17:05', '2011-08-17 14:17:05'),
('7153', '4', '56', 'simple', '9439A001AA', '0', '0', '2011-08-17 14:24:21', '2011-08-22 08:20:50'),
('7154', '4', '56', 'simple', '4109A001AA ', '0', '0', '2011-08-17 14:32:57', '2011-08-22 08:20:05'),
('7155', '4', '62', 'simple', '4959A001BB  ', '0', '0', '2011-08-17 14:54:42', '2011-08-22 08:19:22'),
('7156', '4', '45', 'simple', '1446B009AA', '0', '0', '2011-08-20 11:26:00', '2011-08-22 14:01:47'),
('7157', '4', '46', 'simple', '3550B005AA', '0', '0', '2011-08-20 11:35:05', '2011-08-22 09:55:40'),
('7158', '4', '46', 'simple', '3549B001AA', '0', '0', '2011-08-20 11:41:51', '2011-08-22 09:59:47'),
('7159', '4', '46', 'simple', '2409B006AA', '0', '0', '2011-08-20 11:49:53', '2011-09-02 07:33:41'),
('7160', '4', '46', 'simple', '2712B006AA', '0', '0', '2011-08-20 11:56:08', '2011-08-22 09:54:41'),
('7161', '4', '46', 'simple', '2713B003AA', '0', '0', '2011-08-20 12:07:22', '2011-08-22 10:25:26'),
('7162', '4', '46', 'simple', '1314B006AA', '0', '0', '2011-08-20 12:13:30', '2011-08-22 09:53:52'),
('7163', '4', '50', 'simple', '4508B010AA', '0', '0', '2011-08-25 09:29:02', '2011-08-25 09:51:51'),
('7164', '4', '52', 'simple', '3478B023AA', '0', '0', '2011-08-25 09:41:15', '2011-08-25 09:53:52'),
('7165', '4', '52', 'simple', '3555B002AA', '0', '0', '2011-08-25 09:46:45', '2011-08-25 09:53:03'),
('7166', '4', '44', 'simple', '0815B006AA', '0', '0', '2011-08-25 10:07:46', '2011-08-25 10:07:46'),
('7167', '4', '39', 'simple', '4931B001AA', '0', '0', '2011-08-26 16:41:45', '2011-09-13 12:55:08'),
('7168', '4', '39', 'simple', '5031B002AA', '0', '0', '2011-08-26 16:49:45', '2011-09-19 03:57:08'),
('7169', '4', '39', 'simple', '4943B002AA', '0', '0', '2011-08-26 17:02:55', '2011-08-30 14:22:35'),
('7170', '4', '39', 'simple', '5046B002AA', '0', '0', '2011-08-26 17:21:47', '2011-09-15 07:39:52'),
('7171', '4', '39', 'simple', '4345B002AA', '0', '0', '2011-08-26 17:30:02', '2011-09-15 04:49:48'),
('7172', '4', '39', 'simple', '4344B02AA', '0', '0', '2011-08-27 11:27:58', '2011-09-13 13:25:35'),
('7173', '4', '39', 'simple', '4343B002AA', '0', '0', '2011-08-27 11:37:58', '2011-08-30 10:40:22'),
('7174', '4', '40', 'simple', '5170B006AA', '0', '0', '2011-08-27 11:59:40', '2011-09-15 09:39:55'),
('7175', '4', '40', 'simple', '5161B011AA', '0', '0', '2011-08-27 12:10:57', '2011-09-15 07:04:52'),
('7176', '4', '43', 'simple', '4905B011AA', '0', '0', '2011-08-27 12:49:51', '2011-09-15 07:29:53'),
('7177', '4', '43', 'simple', '5025B002AA', '0', '0', '2011-08-27 12:55:19', '2011-09-15 04:24:47'),
('7178', '4', '43', 'simple', '5026B', '0', '0', '2011-08-27 13:31:10', '2011-08-27 13:31:10'),
('7179', '4', '39', 'simple', '5030B002AA', '0', '0', '2011-08-27 13:39:17', '2011-08-30 09:56:00'),
('7180', '4', '39', 'simple', '5029B002AA', '0', '0', '2011-08-27 13:44:52', '2011-08-30 09:55:20'),
('7181', '4', '39', 'simple', '5028B002AA', '0', '0', '2011-08-27 13:50:15', '2011-08-30 09:54:46'),
('7182', '4', '39', 'simple', '5047B002AA', '0', '0', '2011-08-27 13:56:48', '2011-09-13 13:23:49'),
('7183', '4', '39', 'simple', '5044B002AA', '0', '0', '2011-08-27 14:21:47', '2011-09-13 13:24:19'),
('7184', '4', '39', 'simple', '5045B002AA', '0', '0', '2011-08-27 14:26:45', '2011-08-30 09:56:41'),
('7185', '4', '39', 'simple', '4611B002AA', '0', '0', '2011-08-27 14:33:20', '2011-09-13 13:22:39'),
('7186', '4', '40', 'simple', '4463B001AA', '0', '0', '2011-08-28 13:31:04', '2011-08-28 13:31:04'),
('7187', '4', '40', 'simple', '4463B011AA', '0', '0', '2011-08-28 13:38:16', '2011-08-28 13:38:39'),
('7188', '4', '40', 'simple', '4463B040AA', '0', '0', '2011-08-28 13:42:44', '2011-08-28 13:42:44'),
('7189', '4', '43', 'simple', '4923B003AA', '0', '0', '2011-08-28 13:53:48', '2011-08-28 13:56:55'),
('7190', '4', '43', 'simple', '5116B004AA', '0', '0', '2011-08-28 14:02:49', '2011-08-28 14:05:02'),
('7192', '4', '41', 'simple', '1257B005AA', '0', '0', '2011-08-29 14:29:14', '2011-08-30 17:34:42'),
('7193', '4', '41', 'simple', '5121B005AA', '0', '0', '2011-08-29 15:01:23', '2011-09-13 08:48:14'),
('7194', '4', '41', 'simple', '3560B005AA', '0', '0', '2011-08-29 15:12:58', '2011-09-05 02:50:19'),
('7199', '4', '41', 'simple', '2751B005AA', '0', '0', '2011-08-30 17:33:16', '2011-09-06 10:09:52'),
('7200', '4', '41', 'simple', '0345B006AA', '0', '0', '2011-08-30 18:15:06', '2011-08-30 18:24:03'),
('7201', '4', '58', 'simple', '0472V136', '0', '0', '2011-08-31 12:38:42', '2011-08-31 12:38:42'),
('7202', '4', '58', 'simple', '0034X434', '0', '0', '2011-08-31 12:46:04', '2011-08-31 13:12:44'),
('7203', '4', '58', 'simple', '0034X433', '0', '0', '2011-08-31 12:53:43', '2011-09-19 03:17:07'),
('7204', '4', '58', 'simple', '1361V696', '0', '0', '2011-08-31 13:02:56', '2011-08-31 13:02:56'),
('7205', '4', '58', 'simple', '1361V697', '0', '0', '2011-08-31 13:08:46', '2011-08-31 13:14:08'),
('7206', '4', '58', 'simple', '1872V639', '0', '0', '2011-08-31 13:22:03', '2011-09-16 05:45:25'),
('7207', '4', '58', 'simple', '0030X833', '0', '0', '2011-08-31 13:29:02', '2011-08-31 13:29:02'),
('7208', '4', '58', 'simple', '0032X600', '0', '0', '2011-08-31 13:34:24', '2011-09-13 08:48:14'),
('7209', '4', '58', 'simple', '0033X728', '0', '0', '2011-08-31 13:39:01', '2011-09-01 08:23:09'),
('7210', '4', '39', 'configurable', 'NOTAREALPRODUCT', '1', '1', '2011-09-01 10:20:39', '2011-09-12 07:33:33'),
('7211', '4', '39', 'simple', 'thisisarealproduct', '0', '0', '2011-09-01 10:20:39', '2011-09-01 10:24:26'),
('7212', '4', '58', 'simple', '3151B001AA', '0', '0', '2011-09-01 16:22:10', '2011-09-01 16:22:10'),
('7213', '4', '58', 'simple', '9759A001AA', '0', '0', '2011-09-01 16:33:01', '2011-09-01 16:33:01'),
('7214', '4', '58', 'simple', '4727B001AA', '0', '0', '2011-09-01 16:39:26', '2011-09-01 16:39:26'),
('7215', '4', '58', 'simple', '4728B001AA', '0', '0', '2011-09-01 16:46:23', '2011-09-01 16:46:23'),
('7216', '4', '58', 'simple', '3052B001AA', '0', '0', '2011-09-01 17:03:07', '2011-09-02 12:12:15'),
('7217', '4', '58', 'simple', '5108B002AA', '0', '0', '2011-09-02 12:35:05', '2011-09-02 12:35:51'),
('7218', '4', '58', 'simple', '1895B003AA', '0', '0', '2011-09-02 12:51:16', '2011-09-02 12:51:16'),
('7219', '4', '58', 'simple', '3048B001AA', '0', '0', '2011-09-02 13:03:21', '2011-09-02 13:03:21'),
('7220', '4', '58', 'simple', '1950B001AA', '0', '0', '2011-09-02 13:12:09', '2011-09-02 13:12:09'),
('7221', '4', '58', 'simple', '2740B002AA', '0', '0', '2011-09-04 16:49:47', '2011-09-04 16:49:47');

-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_product_entity_datetime`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_product_entity_datetime` (
  `value_id` int(11) NOT NULL auto_increment,
  `entity_type_id` smallint(5) unsigned NOT NULL default '0',
  `attribute_id` smallint(5) unsigned NOT NULL default '0',
  `store_id` smallint(5) unsigned NOT NULL default '0',
  `entity_id` int(10) unsigned NOT NULL default '0',
  `value` datetime default NULL,
  PRIMARY KEY  (`value_id`),
  UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`),
  KEY `FK_CATALOG_PRODUCT_ENTITY_DATETIME_ATTRIBUTE` (`attribute_id`),
  KEY `FK_CATALOG_PRODUCT_ENTITY_DATETIME_STORE` (`store_id`),
  KEY `FK_CATALOG_PRODUCT_ENTITY_DATETIME_PRODUCT_ENTITY` (`entity_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2296 DEFAULT CHARSET=utf8 AUTO_INCREMENT=2296 ;

-- 
-- Dumping data for table `catalog_product_entity_datetime`
-- 

INSERT INTO `catalog_product_entity_datetime` VALUES ('1', '4', '81', '0', '2140', NULL),
('2', '4', '82', '0', '2140', NULL),
('3', '4', '66', '0', '2140', NULL),
('4', '4', '67', '0', '2140', NULL),
('5', '4', '93', '0', '2140', NULL),
('6', '4', '94', '0', '2140', NULL),
('7', '4', '66', '0', '2093', NULL),
('8', '4', '66', '0', '2094', NULL),
('9', '4', '66', '0', '2095', NULL),
('10', '4', '66', '0', '2096', NULL),
('11', '4', '66', '0', '2097', NULL),
('12', '4', '66', '0', '2098', NULL),
('13', '4', '66', '0', '2106', NULL),
('14', '4', '66', '0', '2107', NULL),
('15', '4', '66', '0', '2108', NULL),
('16', '4', '66', '0', '2109', NULL),
('17', '4', '66', '0', '2110', NULL),
('18', '4', '66', '0', '2111', NULL),
('19', '4', '66', '0', '2112', NULL),
('20', '4', '66', '0', '2113', NULL),
('21', '4', '66', '0', '2114', NULL),
('22', '4', '66', '0', '2115', NULL),
('23', '4', '66', '0', '2116', NULL),
('24', '4', '66', '0', '2130', NULL),
('25', '4', '66', '0', '2131', NULL),
('26', '4', '66', '0', '2132', NULL),
('27', '4', '66', '0', '2133', NULL),
('28', '4', '66', '0', '2134', NULL),
('29', '4', '66', '0', '2135', NULL),
('30', '4', '66', '0', '2136', NULL),
('31', '4', '66', '0', '2137', NULL),
('32', '4', '66', '0', '2138', NULL),
('33', '4', '66', '0', '2139', NULL),
('34', '4', '66', '0', '2141', NULL),
('35', '4', '66', '0', '2142', NULL),
('36', '4', '66', '0', '2143', NULL),
('37', '4', '66', '0', '2144', NULL),
('38', '4', '66', '0', '2145', NULL),
('39', '4', '66', '0', '2147', NULL),
('41', '4', '66', '0', '2148', NULL),
('42', '4', '66', '0', '2154', NULL),
('43', '4', '66', '0', '2155', NULL),
('44', '4', '66', '0', '2156', NULL),
('45', '4', '66', '0', '2157', NULL),
('46', '4', '66', '0', '2158', NULL),
('47', '4', '66', '0', '2159', NULL),
('48', '4', '66', '0', '2160', NULL),
('49', '4', '66', '0', '2161', NULL),
('50', '4', '66', '0', '2162', NULL),
('51', '4', '66', '0', '2163', NULL),
('52', '4', '66', '0', '2164', NULL),
('53', '4', '66', '0', '2165', NULL),
('54', '4', '66', '0', '2166', NULL),
('55', '4', '66', '0', '2167', NULL),
('56', '4', '66', '0', '2168', NULL),
('57', '4', '66', '0', '2169', NULL),
('58', '4', '66', '0', '2170', NULL),
('59', '4', '66', '0', '2171', NULL),
('60', '4', '66', '0', '2172', NULL),
('61', '4', '66', '0', '2173', NULL),
('62', '4', '66', '0', '2174', NULL),
('63', '4', '66', '0', '2175', NULL),
('64', '4', '66', '0', '2176', NULL),
('65', '4', '66', '0', '2177', NULL),
('66', '4', '66', '0', '2178', NULL),
('67', '4', '66', '0', '2179', NULL),
('68', '4', '66', '0', '2180', NULL),
('83', '4', '66', '0', '6284', NULL),
('105', '4', '66', '0', '6319', NULL),
('108', '4', '66', '0', '6329', NULL),
('144', '4', '66', '0', '6301', NULL),
('145', '4', '66', '0', '6300', NULL),
('146', '4', '66', '0', '6299', NULL),
('163', '4', '66', '0', '6216', NULL),
('171', '4', '66', '0', '6998', NULL),
('172', '4', '66', '0', '6999', NULL),
('173', '4', '66', '0', '7000', NULL),
('174', '4', '66', '0', '7001', NULL),
('175', '4', '66', '0', '7004', NULL),
('176', '4', '66', '0', '7088', NULL),
('186', '4', '66', '0', '7002', NULL),
('187', '4', '66', '0', '6997', NULL),
('188', '4', '66', '0', '7003', NULL),
('189', '4', '66', '0', '6994', NULL),
('190', '4', '66', '0', '6993', NULL),
('191', '4', '66', '0', '6992', NULL),
('192', '4', '66', '0', '6273', NULL),
('198', '4', '66', '0', '7058', NULL),
('199', '4', '66', '0', '7059', NULL),
('200', '4', '66', '0', '7140', NULL),
('201', '4', '66', '0', '7128', NULL),
('202', '4', '66', '0', '7127', NULL),
('203', '4', '66', '0', '7124', NULL),
('204', '4', '66', '0', '7117', NULL),
('205', '4', '66', '0', '7113', NULL),
('206', '4', '66', '0', '7112', NULL),
('207', '4', '66', '0', '7111', NULL),
('208', '4', '66', '0', '7109', NULL),
('209', '4', '66', '0', '7105', NULL),
('210', '4', '66', '0', '7104', NULL),
('211', '4', '66', '0', '7103', NULL),
('212', '4', '66', '0', '7051', NULL),
('213', '4', '66', '0', '7044', NULL),
('214', '4', '66', '0', '7040', NULL),
('215', '4', '66', '0', '7036', NULL),
('216', '4', '66', '0', '7024', NULL),
('217', '4', '66', '0', '7023', NULL),
('218', '4', '66', '0', '7015', NULL),
('219', '4', '66', '0', '7011', NULL),
('220', '4', '66', '0', '7010', NULL),
('221', '4', '66', '0', '7118', NULL),
('222', '4', '66', '0', '7116', NULL),
('223', '4', '66', '0', '7115', NULL),
('224', '4', '66', '0', '7114', NULL),
('225', '4', '66', '0', '7102', NULL),
('226', '4', '66', '0', '7101', NULL),
('227', '4', '66', '0', '7100', NULL),
('228', '4', '66', '0', '7050', NULL),
('229', '4', '66', '0', '7047', NULL),
('230', '4', '66', '0', '7042', NULL),
('231', '4', '66', '0', '7041', NULL),
('232', '4', '66', '0', '7038', NULL),
('233', '4', '66', '0', '7035', NULL),
('234', '4', '66', '0', '7028', NULL),
('235', '4', '66', '0', '7027', NULL),
('236', '4', '66', '0', '7025', NULL),
('238', '4', '66', '0', '7021', NULL),
('239', '4', '66', '0', '7008', NULL),
('240', '4', '66', '0', '7005', NULL),
('241', '4', '66', '0', '6943', NULL),
('242', '4', '66', '0', '6942', NULL),
('243', '4', '66', '0', '7123', NULL),
('244', '4', '66', '0', '7121', NULL),
('245', '4', '66', '0', '7120', NULL),
('246', '4', '66', '0', '7110', NULL),
('247', '4', '66', '0', '7108', NULL),
('248', '4', '66', '0', '7122', NULL),
('249', '4', '66', '0', '7139', NULL),
('257', '4', '66', '0', '6256', NULL),
('265', '4', '66', '0', '6223', NULL),
('268', '4', '66', '0', '7007', NULL),
('269', '4', '66', '0', '2182', NULL),
('270', '4', '66', '0', '2230', NULL),
('271', '4', '66', '0', '7048', NULL),
('272', '4', '66', '0', '6939', NULL),
('274', '4', '66', '0', '2184', NULL),
('275', '4', '66', '0', '6945', NULL),
('276', '4', '66', '0', '7013', NULL),
('277', '4', '66', '0', '6940', NULL),
('278', '4', '66', '0', '7034', NULL),
('279', '4', '66', '0', '7106', NULL),
('280', '4', '66', '0', '6938', NULL),
('281', '4', '66', '0', '7012', NULL),
('282', '4', '81', '0', '2114', NULL),
('283', '4', '82', '0', '2114', NULL),
('284', '4', '67', '0', '2114', NULL),
('285', '4', '93', '0', '2114', NULL),
('286', '4', '94', '0', '2114', NULL),
('287', '4', '81', '0', '6300', NULL),
('288', '4', '82', '0', '6300', NULL),
('289', '4', '67', '0', '6300', NULL),
('290', '4', '93', '0', '6300', NULL),
('291', '4', '94', '0', '6300', NULL),
('292', '4', '81', '0', '6299', NULL),
('293', '4', '82', '0', '6299', NULL),
('294', '4', '67', '0', '6299', NULL),
('295', '4', '93', '0', '6299', NULL),
('296', '4', '94', '0', '6299', NULL),
('302', '4', '81', '0', '6301', NULL),
('303', '4', '82', '0', '6301', NULL),
('304', '4', '67', '0', '6301', NULL),
('305', '4', '93', '0', '6301', NULL),
('306', '4', '94', '0', '6301', NULL),
('307', '4', '66', '0', '7138', NULL),
('308', '4', '66', '0', '7137', NULL),
('309', '4', '66', '0', '7136', NULL),
('310', '4', '81', '0', '7135', NULL),
('311', '4', '82', '0', '7135', NULL),
('312', '4', '66', '0', '7135', NULL),
('313', '4', '67', '0', '7135', NULL),
('314', '4', '93', '0', '7135', NULL),
('315', '4', '94', '0', '7135', NULL),
('316', '4', '81', '0', '7140', NULL),
('317', '4', '82', '0', '7140', NULL),
('318', '4', '67', '0', '7140', NULL),
('319', '4', '93', '0', '7140', NULL),
('320', '4', '94', '0', '7140', NULL),
('321', '4', '81', '0', '7138', NULL),
('322', '4', '82', '0', '7138', NULL),
('323', '4', '67', '0', '7138', NULL),
('324', '4', '93', '0', '7138', NULL),
('325', '4', '94', '0', '7138', NULL),
('326', '4', '66', '0', '7132', NULL),
('327', '4', '66', '0', '7131', NULL),
('328', '4', '66', '0', '7133', NULL),
('329', '4', '66', '0', '7134', NULL),
('330', '4', '66', '0', '7129', NULL),
('331', '4', '66', '0', '7126', NULL),
('332', '4', '66', '0', '7119', NULL),
('333', '4', '66', '0', '7107', NULL),
('334', '4', '66', '0', '7130', NULL),
('335', '4', '66', '0', '7125', NULL),
('336', '4', '66', '0', '7091', NULL),
('337', '4', '66', '0', '7092', NULL),
('338', '4', '66', '0', '7093', NULL),
('339', '4', '66', '0', '7094', NULL),
('340', '4', '66', '0', '7095', NULL),
('341', '4', '66', '0', '7096', NULL),
('342', '4', '66', '0', '7097', NULL),
('343', '4', '66', '0', '7099', NULL),
('344', '4', '66', '0', '7098', NULL),
('345', '4', '66', '0', '7090', NULL),
('346', '4', '66', '0', '7085', NULL),
('347', '4', '66', '0', '7084', NULL),
('348', '4', '66', '0', '7083', NULL),
('349', '4', '66', '0', '7082', NULL),
('350', '4', '66', '0', '7081', NULL),
('351', '4', '66', '0', '7080', NULL),
('352', '4', '66', '0', '7079', NULL),
('353', '4', '66', '0', '7078', NULL),
('354', '4', '66', '0', '7076', NULL),
('355', '4', '66', '0', '7077', NULL),
('356', '4', '66', '0', '7075', NULL),
('357', '4', '66', '0', '7074', NULL),
('358', '4', '66', '0', '7073', NULL),
('359', '4', '66', '0', '7072', NULL),
('360', '4', '66', '0', '7071', NULL),
('361', '4', '66', '0', '7070', NULL),
('362', '4', '66', '0', '7066', NULL),
('363', '4', '66', '0', '7067', NULL),
('364', '4', '66', '0', '7068', NULL),
('365', '4', '66', '0', '7069', NULL),
('366', '4', '66', '0', '7086', NULL),
('367', '4', '66', '0', '7089', NULL),
('368', '4', '66', '0', '7052', NULL),
('369', '4', '66', '0', '7049', NULL),
('370', '4', '66', '0', '7046', NULL),
('371', '4', '66', '0', '7045', NULL),
('372', '4', '66', '0', '7043', NULL),
('373', '4', '66', '0', '7087', NULL),
('374', '4', '66', '0', '7065', NULL),
('375', '4', '66', '0', '7064', NULL),
('376', '4', '66', '0', '7063', NULL),
('377', '4', '66', '0', '7062', NULL),
('378', '4', '66', '0', '7061', NULL),
('379', '4', '66', '0', '7060', NULL),
('380', '4', '66', '0', '7057', NULL),
('381', '4', '66', '0', '7056', NULL),
('382', '4', '66', '0', '7055', NULL),
('383', '4', '66', '0', '7054', NULL),
('384', '4', '66', '0', '7053', NULL),
('385', '4', '66', '0', '7039', NULL),
('386', '4', '66', '0', '7037', NULL),
('387', '4', '66', '0', '7032', NULL),
('388', '4', '66', '0', '7031', NULL),
('389', '4', '66', '0', '7030', NULL),
('390', '4', '66', '0', '7029', NULL),
('391', '4', '66', '0', '7026', NULL),
('392', '4', '66', '0', '7022', NULL),
('393', '4', '66', '0', '7020', NULL),
('394', '4', '66', '0', '7019', NULL),
('395', '4', '66', '0', '7018', NULL),
('396', '4', '66', '0', '7017', NULL),
('397', '4', '66', '0', '7016', NULL),
('398', '4', '66', '0', '7014', NULL),
('399', '4', '66', '0', '7009', NULL),
('400', '4', '66', '0', '7006', NULL),
('401', '4', '66', '0', '7033', NULL),
('404', '4', '66', '0', '6996', NULL),
('406', '4', '66', '0', '6984', NULL),
('408', '4', '66', '0', '6988', NULL),
('409', '4', '66', '0', '6974', NULL),
('411', '4', '66', '0', '6952', NULL),
('412', '4', '66', '0', '6987', NULL),
('413', '4', '66', '0', '6986', NULL),
('414', '4', '66', '0', '6985', NULL),
('415', '4', '66', '0', '6976', NULL),
('416', '4', '66', '0', '6971', NULL),
('417', '4', '66', '0', '6970', NULL),
('418', '4', '66', '0', '6968', NULL),
('419', '4', '66', '0', '6967', NULL),
('420', '4', '66', '0', '6965', NULL),
('421', '4', '66', '0', '6961', NULL),
('422', '4', '66', '0', '6955', NULL),
('423', '4', '66', '0', '6954', NULL),
('424', '4', '66', '0', '6982', NULL),
('425', '4', '66', '0', '6981', NULL),
('426', '4', '66', '0', '6980', NULL),
('427', '4', '66', '0', '6978', NULL),
('428', '4', '66', '0', '6941', NULL),
('429', '4', '66', '0', '6951', NULL),
('430', '4', '66', '0', '6944', NULL),
('431', '4', '66', '0', '6975', NULL),
('432', '4', '66', '0', '6966', NULL),
('433', '4', '66', '0', '6973', NULL),
('434', '4', '66', '0', '6972', NULL),
('435', '4', '66', '0', '6983', NULL),
('436', '4', '66', '0', '6979', NULL),
('437', '4', '66', '0', '6969', NULL),
('438', '4', '66', '0', '6960', NULL),
('439', '4', '66', '0', '6946', NULL),
('440', '4', '66', '0', '6947', NULL),
('441', '4', '66', '0', '6948', NULL),
('442', '4', '66', '0', '6949', NULL),
('443', '4', '66', '0', '6950', NULL),
('444', '4', '66', '0', '6935', NULL),
('445', '4', '66', '0', '6934', NULL),
('452', '4', '66', '0', '6924', NULL),
('453', '4', '66', '0', '6925', NULL),
('454', '4', '66', '0', '6926', NULL),
('455', '4', '66', '0', '6927', NULL),
('456', '4', '66', '0', '6923', NULL),
('457', '4', '66', '0', '6922', NULL),
('458', '4', '66', '0', '6921', NULL),
('459', '4', '66', '0', '6920', NULL),
('460', '4', '66', '0', '6919', NULL),
('461', '4', '66', '0', '6930', NULL),
('499', '4', '66', '0', '6933', NULL),
('500', '4', '66', '0', '6932', NULL),
('501', '4', '66', '0', '6931', NULL),
('502', '4', '66', '0', '6918', NULL),
('503', '4', '66', '0', '6917', NULL),
('508', '4', '66', '0', '6915', NULL),
('509', '4', '81', '0', '7139', NULL),
('510', '4', '82', '0', '7139', NULL),
('511', '4', '67', '0', '7139', NULL),
('512', '4', '93', '0', '7139', NULL),
('513', '4', '94', '0', '7139', NULL),
('514', '4', '81', '0', '7137', NULL),
('515', '4', '82', '0', '7137', NULL),
('516', '4', '67', '0', '7137', NULL),
('517', '4', '93', '0', '7137', NULL),
('518', '4', '94', '0', '7137', NULL),
('519', '4', '66', '0', '7148', NULL),
('520', '4', '81', '0', '7134', NULL),
('521', '4', '82', '0', '7134', NULL),
('522', '4', '67', '0', '7134', NULL),
('523', '4', '93', '0', '7134', NULL),
('524', '4', '94', '0', '7134', NULL),
('525', '4', '81', '0', '7133', NULL),
('526', '4', '82', '0', '7133', NULL),
('527', '4', '67', '0', '7133', NULL),
('528', '4', '93', '0', '7133', NULL),
('529', '4', '94', '0', '7133', NULL),
('530', '4', '81', '0', '2099', NULL),
('531', '4', '82', '0', '2099', NULL),
('532', '4', '66', '0', '2099', NULL),
('533', '4', '67', '0', '2099', NULL),
('534', '4', '93', '0', '2099', NULL),
('535', '4', '94', '0', '2099', NULL),
('536', '4', '81', '0', '7132', NULL),
('537', '4', '82', '0', '7132', NULL),
('538', '4', '67', '0', '7132', NULL),
('539', '4', '93', '0', '7132', NULL),
('540', '4', '94', '0', '7132', NULL),
('541', '4', '81', '0', '7131', NULL),
('542', '4', '82', '0', '7131', NULL),
('543', '4', '67', '0', '7131', NULL),
('544', '4', '93', '0', '7131', NULL),
('545', '4', '94', '0', '7131', NULL),
('546', '4', '66', '0', '2117', NULL),
('547', '4', '66', '0', '2118', NULL),
('548', '4', '66', '0', '2119', NULL),
('550', '4', '66', '0', '2121', NULL),
('551', '4', '66', '0', '2122', NULL),
('552', '4', '66', '0', '2123', NULL),
('553', '4', '66', '0', '2124', NULL),
('554', '4', '66', '0', '2125', NULL),
('555', '4', '66', '0', '2126', NULL),
('556', '4', '66', '0', '2127', NULL),
('557', '4', '66', '0', '2128', NULL),
('558', '4', '66', '0', '2101', NULL),
('562', '4', '66', '0', '2105', NULL),
('564', '4', '66', '0', '2100', NULL),
('565', '4', '66', '0', '2102', NULL),
('566', '4', '66', '0', '2103', NULL),
('567', '4', '81', '0', '7130', NULL),
('568', '4', '82', '0', '7130', NULL),
('569', '4', '67', '0', '7130', NULL),
('570', '4', '93', '0', '7130', NULL),
('571', '4', '94', '0', '7130', NULL),
('572', '4', '81', '0', '7129', NULL),
('573', '4', '82', '0', '7129', NULL),
('574', '4', '67', '0', '7129', NULL),
('575', '4', '93', '0', '7129', NULL),
('576', '4', '94', '0', '7129', NULL),
('577', '4', '81', '0', '7004', NULL),
('578', '4', '82', '0', '7004', NULL),
('579', '4', '67', '0', '7004', NULL),
('580', '4', '93', '0', '7004', NULL),
('581', '4', '94', '0', '7004', NULL),
('582', '4', '66', '0', '6262', NULL),
('583', '4', '81', '0', '7003', NULL),
('584', '4', '82', '0', '7003', NULL),
('585', '4', '67', '0', '7003', NULL),
('586', '4', '93', '0', '7003', NULL),
('587', '4', '94', '0', '7003', NULL),
('588', '4', '81', '0', '7002', NULL),
('589', '4', '82', '0', '7002', NULL),
('590', '4', '67', '0', '7002', NULL),
('591', '4', '93', '0', '7002', NULL),
('592', '4', '94', '0', '7002', NULL),
('593', '4', '66', '0', '7147', NULL),
('594', '4', '66', '0', '7146', NULL),
('595', '4', '81', '0', '7136', NULL),
('596', '4', '82', '0', '7136', NULL),
('597', '4', '67', '0', '7136', NULL),
('598', '4', '93', '0', '7136', NULL),
('599', '4', '94', '0', '7136', NULL),
('600', '4', '81', '0', '7128', NULL),
('601', '4', '82', '0', '7128', NULL),
('602', '4', '67', '0', '7128', NULL),
('603', '4', '93', '0', '7128', NULL),
('604', '4', '94', '0', '7128', NULL),
('605', '4', '81', '0', '7127', NULL),
('606', '4', '82', '0', '7127', NULL),
('607', '4', '67', '0', '7127', NULL),
('608', '4', '93', '0', '7127', NULL),
('609', '4', '94', '0', '7127', NULL),
('610', '4', '81', '0', '7126', NULL),
('611', '4', '82', '0', '7126', NULL),
('612', '4', '67', '0', '7126', NULL),
('613', '4', '93', '0', '7126', NULL),
('614', '4', '94', '0', '7126', NULL),
('615', '4', '81', '0', '7125', NULL),
('616', '4', '82', '0', '7125', NULL),
('617', '4', '67', '0', '7125', NULL),
('618', '4', '93', '0', '7125', NULL),
('619', '4', '94', '0', '7125', NULL),
('620', '4', '81', '0', '7124', NULL),
('621', '4', '82', '0', '7124', NULL),
('622', '4', '67', '0', '7124', NULL),
('623', '4', '93', '0', '7124', NULL),
('624', '4', '94', '0', '7124', NULL),
('625', '4', '81', '0', '7123', NULL),
('626', '4', '82', '0', '7123', NULL),
('627', '4', '67', '0', '7123', NULL),
('628', '4', '93', '0', '7123', NULL),
('629', '4', '94', '0', '7123', NULL),
('630', '4', '81', '0', '7122', NULL),
('631', '4', '82', '0', '7122', NULL),
('632', '4', '67', '0', '7122', NULL),
('633', '4', '93', '0', '7122', NULL),
('634', '4', '94', '0', '7122', NULL),
('635', '4', '81', '0', '7121', NULL),
('636', '4', '82', '0', '7121', NULL),
('637', '4', '67', '0', '7121', NULL),
('638', '4', '93', '0', '7121', NULL),
('639', '4', '94', '0', '7121', NULL),
('640', '4', '81', '0', '7120', NULL),
('641', '4', '82', '0', '7120', NULL),
('642', '4', '67', '0', '7120', NULL),
('643', '4', '93', '0', '7120', NULL),
('644', '4', '94', '0', '7120', NULL),
('645', '4', '81', '0', '7119', NULL),
('646', '4', '82', '0', '7119', NULL),
('647', '4', '67', '0', '7119', NULL),
('648', '4', '93', '0', '7119', NULL),
('649', '4', '94', '0', '7119', NULL),
('650', '4', '81', '0', '7118', NULL),
('651', '4', '82', '0', '7118', NULL),
('652', '4', '67', '0', '7118', NULL),
('653', '4', '93', '0', '7118', NULL),
('654', '4', '94', '0', '7118', NULL),
('655', '4', '81', '0', '7117', NULL),
('656', '4', '82', '0', '7117', NULL),
('657', '4', '67', '0', '7117', NULL),
('658', '4', '93', '0', '7117', NULL),
('659', '4', '94', '0', '7117', NULL),
('660', '4', '81', '0', '7116', NULL),
('661', '4', '82', '0', '7116', NULL),
('662', '4', '67', '0', '7116', NULL),
('663', '4', '93', '0', '7116', NULL),
('664', '4', '94', '0', '7116', NULL),
('665', '4', '81', '0', '7115', NULL),
('666', '4', '82', '0', '7115', NULL),
('667', '4', '67', '0', '7115', NULL),
('668', '4', '93', '0', '7115', NULL),
('669', '4', '94', '0', '7115', NULL),
('670', '4', '81', '0', '7114', NULL),
('671', '4', '82', '0', '7114', NULL),
('672', '4', '67', '0', '7114', NULL),
('673', '4', '93', '0', '7114', NULL),
('674', '4', '94', '0', '7114', NULL),
('675', '4', '81', '0', '7113', NULL),
('676', '4', '82', '0', '7113', NULL),
('677', '4', '67', '0', '7113', NULL),
('678', '4', '93', '0', '7113', NULL),
('679', '4', '94', '0', '7113', NULL),
('680', '4', '81', '0', '7112', NULL),
('681', '4', '82', '0', '7112', NULL),
('682', '4', '67', '0', '7112', NULL),
('683', '4', '93', '0', '7112', NULL),
('684', '4', '94', '0', '7112', NULL),
('685', '4', '81', '0', '7111', NULL),
('686', '4', '82', '0', '7111', NULL),
('687', '4', '67', '0', '7111', NULL),
('688', '4', '93', '0', '7111', NULL),
('689', '4', '94', '0', '7111', NULL),
('690', '4', '81', '0', '7110', NULL),
('691', '4', '82', '0', '7110', NULL),
('692', '4', '67', '0', '7110', NULL),
('693', '4', '93', '0', '7110', NULL),
('694', '4', '94', '0', '7110', NULL),
('695', '4', '81', '0', '7109', NULL),
('696', '4', '82', '0', '7109', NULL),
('697', '4', '67', '0', '7109', NULL),
('698', '4', '93', '0', '7109', NULL),
('699', '4', '94', '0', '7109', NULL),
('700', '4', '81', '0', '7108', NULL),
('701', '4', '82', '0', '7108', NULL),
('702', '4', '67', '0', '7108', NULL),
('703', '4', '93', '0', '7108', NULL),
('704', '4', '94', '0', '7108', NULL),
('705', '4', '81', '0', '7107', NULL),
('706', '4', '82', '0', '7107', NULL),
('707', '4', '67', '0', '7107', NULL),
('708', '4', '93', '0', '7107', NULL),
('709', '4', '94', '0', '7107', NULL),
('710', '4', '81', '0', '7106', NULL),
('711', '4', '82', '0', '7106', NULL),
('712', '4', '67', '0', '7106', NULL),
('713', '4', '93', '0', '7106', NULL),
('714', '4', '94', '0', '7106', NULL),
('715', '4', '81', '0', '7105', NULL),
('716', '4', '82', '0', '7105', NULL),
('717', '4', '67', '0', '7105', NULL),
('718', '4', '93', '0', '7105', NULL),
('719', '4', '94', '0', '7105', NULL),
('720', '4', '81', '0', '7104', NULL),
('721', '4', '82', '0', '7104', NULL),
('722', '4', '67', '0', '7104', NULL),
('723', '4', '93', '0', '7104', NULL),
('724', '4', '94', '0', '7104', NULL),
('725', '4', '81', '0', '7103', NULL),
('726', '4', '82', '0', '7103', NULL),
('727', '4', '67', '0', '7103', NULL),
('728', '4', '93', '0', '7103', NULL),
('729', '4', '94', '0', '7103', NULL),
('730', '4', '81', '0', '7102', NULL),
('731', '4', '82', '0', '7102', NULL),
('732', '4', '67', '0', '7102', NULL),
('733', '4', '93', '0', '7102', NULL),
('734', '4', '94', '0', '7102', NULL),
('735', '4', '81', '0', '7101', NULL),
('736', '4', '82', '0', '7101', NULL),
('737', '4', '67', '0', '7101', NULL),
('738', '4', '93', '0', '7101', NULL),
('739', '4', '94', '0', '7101', NULL),
('746', '4', '66', '0', '6962', NULL),
('747', '4', '66', '0', '6958', NULL),
('748', '4', '66', '0', '6957', NULL),
('749', '4', '66', '0', '6956', NULL),
('750', '4', '66', '0', '6959', NULL),
('751', '4', '66', '0', '6937', NULL),
('752', '4', '66', '0', '6936', NULL),
('753', '4', '66', '0', '6929', NULL),
('754', '4', '66', '0', '6928', NULL),
('755', '4', '66', '0', '6916', NULL),
('756', '4', '66', '0', '6910', NULL),
('757', '4', '66', '0', '6911', NULL),
('758', '4', '66', '0', '6912', NULL),
('759', '4', '66', '0', '6913', NULL),
('760', '4', '66', '0', '6453', NULL),
('761', '4', '66', '0', '6452', NULL),
('762', '4', '66', '0', '6451', NULL),
('764', '4', '66', '0', '6449', NULL),
('765', '4', '66', '0', '6448', NULL),
('766', '4', '66', '0', '6447', NULL),
('767', '4', '66', '0', '6446', NULL),
('773', '4', '66', '0', '6436', NULL),
('794', '4', '66', '0', '6257', NULL),
('797', '4', '66', '0', '6251', NULL),
('798', '4', '66', '0', '6250', NULL),
('799', '4', '66', '0', '6249', NULL),
('801', '4', '66', '0', '6247', NULL),
('802', '4', '66', '0', '6246', NULL),
('805', '4', '66', '0', '6243', NULL),
('814', '4', '66', '0', '6234', NULL),
('815', '4', '66', '0', '6233', NULL),
('816', '4', '66', '0', '6232', NULL),
('818', '4', '66', '0', '6230', NULL),
('824', '4', '66', '0', '2153', NULL),
('830', '4', '81', '0', '6453', NULL),
('831', '4', '82', '0', '6453', NULL),
('832', '4', '67', '0', '6453', NULL),
('833', '4', '93', '0', '6453', NULL),
('834', '4', '94', '0', '6453', NULL),
('835', '4', '81', '0', '6452', NULL),
('836', '4', '82', '0', '6452', NULL),
('837', '4', '67', '0', '6452', NULL),
('838', '4', '93', '0', '6452', NULL),
('839', '4', '94', '0', '6452', NULL),
('840', '4', '81', '0', '6451', NULL),
('841', '4', '82', '0', '6451', NULL),
('842', '4', '67', '0', '6451', NULL),
('843', '4', '93', '0', '6451', NULL),
('844', '4', '94', '0', '6451', NULL),
('845', '4', '81', '0', '6448', NULL),
('846', '4', '82', '0', '6448', NULL),
('847', '4', '67', '0', '6448', NULL),
('848', '4', '93', '0', '6448', NULL),
('849', '4', '94', '0', '6448', NULL),
('850', '4', '81', '0', '7100', NULL),
('851', '4', '82', '0', '7100', NULL),
('852', '4', '67', '0', '7100', NULL),
('853', '4', '93', '0', '7100', NULL),
('854', '4', '94', '0', '7100', NULL),
('855', '4', '81', '0', '7099', NULL),
('856', '4', '82', '0', '7099', NULL),
('857', '4', '67', '0', '7099', NULL),
('858', '4', '93', '0', '7099', NULL),
('859', '4', '94', '0', '7099', NULL),
('860', '4', '81', '0', '7098', NULL),
('861', '4', '82', '0', '7098', NULL),
('862', '4', '67', '0', '7098', NULL),
('863', '4', '93', '0', '7098', NULL),
('864', '4', '94', '0', '7098', NULL),
('865', '4', '81', '0', '7097', NULL),
('866', '4', '82', '0', '7097', NULL),
('867', '4', '67', '0', '7097', NULL),
('868', '4', '93', '0', '7097', NULL),
('869', '4', '94', '0', '7097', NULL),
('870', '4', '81', '0', '7096', NULL),
('871', '4', '82', '0', '7096', NULL),
('872', '4', '67', '0', '7096', NULL),
('873', '4', '93', '0', '7096', NULL),
('874', '4', '94', '0', '7096', NULL),
('875', '4', '81', '0', '7095', NULL),
('876', '4', '82', '0', '7095', NULL),
('877', '4', '67', '0', '7095', NULL),
('878', '4', '93', '0', '7095', NULL),
('879', '4', '94', '0', '7095', NULL),
('880', '4', '81', '0', '7094', NULL),
('881', '4', '82', '0', '7094', NULL),
('882', '4', '67', '0', '7094', NULL),
('883', '4', '93', '0', '7094', NULL),
('884', '4', '94', '0', '7094', NULL),
('885', '4', '81', '0', '7093', NULL),
('886', '4', '82', '0', '7093', NULL),
('887', '4', '67', '0', '7093', NULL),
('888', '4', '93', '0', '7093', NULL),
('889', '4', '94', '0', '7093', NULL),
('890', '4', '81', '0', '7092', NULL),
('891', '4', '82', '0', '7092', NULL),
('892', '4', '67', '0', '7092', NULL),
('893', '4', '93', '0', '7092', NULL),
('894', '4', '94', '0', '7092', NULL),
('895', '4', '81', '0', '7091', NULL),
('896', '4', '82', '0', '7091', NULL),
('897', '4', '67', '0', '7091', NULL),
('898', '4', '93', '0', '7091', NULL),
('899', '4', '94', '0', '7091', NULL),
('900', '4', '81', '0', '7090', NULL),
('901', '4', '82', '0', '7090', NULL),
('902', '4', '67', '0', '7090', NULL),
('903', '4', '93', '0', '7090', NULL),
('904', '4', '94', '0', '7090', NULL),
('905', '4', '81', '0', '7089', NULL),
('906', '4', '82', '0', '7089', NULL),
('907', '4', '67', '0', '7089', NULL),
('908', '4', '93', '0', '7089', NULL),
('909', '4', '94', '0', '7089', NULL),
('910', '4', '81', '0', '7088', NULL),
('911', '4', '82', '0', '7088', NULL),
('912', '4', '67', '0', '7088', NULL),
('913', '4', '93', '0', '7088', NULL),
('914', '4', '94', '0', '7088', NULL),
('915', '4', '81', '0', '7087', NULL),
('916', '4', '82', '0', '7087', NULL),
('917', '4', '67', '0', '7087', NULL),
('918', '4', '93', '0', '7087', NULL),
('919', '4', '94', '0', '7087', NULL),
('920', '4', '81', '0', '7086', NULL),
('921', '4', '82', '0', '7086', NULL),
('922', '4', '67', '0', '7086', NULL),
('923', '4', '93', '0', '7086', NULL),
('924', '4', '94', '0', '7086', NULL),
('925', '4', '81', '0', '7085', NULL),
('926', '4', '82', '0', '7085', NULL),
('927', '4', '67', '0', '7085', NULL),
('928', '4', '93', '0', '7085', NULL),
('929', '4', '94', '0', '7085', NULL),
('930', '4', '81', '0', '7084', NULL),
('931', '4', '82', '0', '7084', NULL),
('932', '4', '67', '0', '7084', NULL),
('933', '4', '93', '0', '7084', NULL),
('934', '4', '94', '0', '7084', NULL),
('935', '4', '81', '0', '7083', NULL),
('936', '4', '82', '0', '7083', NULL),
('937', '4', '67', '0', '7083', NULL),
('938', '4', '93', '0', '7083', NULL),
('939', '4', '94', '0', '7083', NULL),
('940', '4', '81', '0', '7082', NULL),
('941', '4', '82', '0', '7082', NULL),
('942', '4', '67', '0', '7082', NULL),
('943', '4', '93', '0', '7082', NULL),
('944', '4', '94', '0', '7082', NULL),
('945', '4', '81', '0', '7081', NULL),
('946', '4', '82', '0', '7081', NULL),
('947', '4', '67', '0', '7081', NULL),
('948', '4', '93', '0', '7081', NULL),
('949', '4', '94', '0', '7081', NULL),
('950', '4', '81', '0', '7001', NULL),
('951', '4', '82', '0', '7001', NULL),
('952', '4', '67', '0', '7001', NULL),
('953', '4', '93', '0', '7001', NULL),
('954', '4', '94', '0', '7001', NULL),
('955', '4', '81', '0', '7059', NULL),
('956', '4', '82', '0', '7059', NULL),
('957', '4', '67', '0', '7059', NULL),
('958', '4', '93', '0', '7059', NULL),
('959', '4', '94', '0', '7059', NULL),
('960', '4', '81', '0', '7000', NULL),
('961', '4', '82', '0', '7000', NULL),
('962', '4', '67', '0', '7000', NULL),
('963', '4', '93', '0', '7000', NULL),
('964', '4', '94', '0', '7000', NULL),
('965', '4', '81', '0', '6999', NULL),
('966', '4', '82', '0', '6999', NULL),
('967', '4', '67', '0', '6999', NULL),
('968', '4', '93', '0', '6999', NULL),
('969', '4', '94', '0', '6999', NULL),
('970', '4', '81', '0', '6998', NULL),
('971', '4', '82', '0', '6998', NULL),
('972', '4', '67', '0', '6998', NULL),
('973', '4', '93', '0', '6998', NULL),
('974', '4', '94', '0', '6998', NULL),
('985', '4', '81', '0', '2101', NULL),
('986', '4', '82', '0', '2101', NULL),
('987', '4', '67', '0', '2101', NULL),
('988', '4', '93', '0', '2101', NULL),
('989', '4', '94', '0', '2101', NULL),
('1000', '4', '81', '0', '6273', NULL),
('1001', '4', '82', '0', '6273', NULL),
('1002', '4', '67', '0', '6273', NULL),
('1003', '4', '93', '0', '6273', NULL),
('1004', '4', '94', '0', '6273', NULL),
('1005', '4', '81', '0', '2105', NULL),
('1006', '4', '82', '0', '2105', NULL),
('1007', '4', '67', '0', '2105', NULL),
('1008', '4', '93', '0', '2105', NULL),
('1009', '4', '94', '0', '2105', NULL),
('1020', '4', '81', '0', '2125', NULL),
('1021', '4', '82', '0', '2125', NULL),
('1022', '4', '67', '0', '2125', NULL),
('1023', '4', '93', '0', '2125', NULL),
('1024', '4', '94', '0', '2125', NULL),
('1030', '4', '81', '0', '2122', NULL),
('1031', '4', '82', '0', '2122', NULL),
('1032', '4', '67', '0', '2122', NULL),
('1033', '4', '93', '0', '2122', NULL),
('1034', '4', '94', '0', '2122', NULL),
('1035', '4', '81', '0', '2123', NULL),
('1036', '4', '82', '0', '2123', NULL),
('1037', '4', '67', '0', '2123', NULL),
('1038', '4', '93', '0', '2123', NULL),
('1039', '4', '94', '0', '2123', NULL),
('1040', '4', '81', '0', '6216', NULL),
('1041', '4', '82', '0', '6216', NULL),
('1042', '4', '67', '0', '6216', NULL),
('1043', '4', '93', '0', '6216', NULL),
('1044', '4', '94', '0', '6216', NULL),
('1050', '4', '81', '0', '2128', NULL),
('1051', '4', '82', '0', '2128', NULL),
('1052', '4', '67', '0', '2128', NULL),
('1053', '4', '93', '0', '2128', NULL),
('1054', '4', '94', '0', '2128', NULL),
('1055', '4', '81', '0', '2124', NULL),
('1056', '4', '82', '0', '2124', NULL),
('1057', '4', '67', '0', '2124', NULL),
('1058', '4', '93', '0', '2124', NULL),
('1059', '4', '94', '0', '2124', NULL),
('1060', '4', '81', '0', '2117', NULL),
('1061', '4', '82', '0', '2117', NULL),
('1062', '4', '67', '0', '2117', NULL),
('1063', '4', '93', '0', '2117', NULL),
('1064', '4', '94', '0', '2117', NULL),
('1065', '4', '81', '0', '2118', NULL),
('1066', '4', '82', '0', '2118', NULL),
('1067', '4', '67', '0', '2118', NULL),
('1068', '4', '93', '0', '2118', NULL),
('1069', '4', '94', '0', '2118', NULL),
('1070', '4', '81', '0', '2119', NULL),
('1071', '4', '82', '0', '2119', NULL),
('1072', '4', '67', '0', '2119', NULL),
('1073', '4', '93', '0', '2119', NULL),
('1074', '4', '94', '0', '2119', NULL),
('1075', '4', '81', '0', '2121', NULL),
('1076', '4', '82', '0', '2121', NULL),
('1077', '4', '67', '0', '2121', NULL),
('1078', '4', '93', '0', '2121', NULL),
('1079', '4', '94', '0', '2121', NULL),
('1085', '4', '81', '0', '2126', NULL),
('1086', '4', '82', '0', '2126', NULL),
('1087', '4', '67', '0', '2126', NULL),
('1088', '4', '93', '0', '2126', NULL),
('1089', '4', '94', '0', '2126', NULL),
('1090', '4', '81', '0', '6993', NULL),
('1091', '4', '82', '0', '6993', NULL),
('1092', '4', '67', '0', '6993', NULL),
('1093', '4', '93', '0', '6993', NULL),
('1094', '4', '94', '0', '6993', NULL),
('1095', '4', '81', '0', '6994', NULL),
('1096', '4', '82', '0', '6994', NULL),
('1097', '4', '67', '0', '6994', NULL),
('1098', '4', '93', '0', '6994', NULL),
('1099', '4', '94', '0', '6994', NULL),
('1100', '4', '81', '0', '2127', NULL),
('1101', '4', '82', '0', '2127', NULL),
('1102', '4', '67', '0', '2127', NULL),
('1103', '4', '93', '0', '2127', NULL),
('1104', '4', '94', '0', '2127', NULL),
('1105', '4', '81', '0', '6992', NULL),
('1106', '4', '82', '0', '6992', NULL),
('1107', '4', '67', '0', '6992', NULL),
('1108', '4', '93', '0', '6992', NULL),
('1109', '4', '94', '0', '6992', NULL),
('1110', '4', '81', '0', '6997', NULL),
('1111', '4', '82', '0', '6997', NULL),
('1112', '4', '67', '0', '6997', NULL),
('1113', '4', '93', '0', '6997', NULL),
('1114', '4', '94', '0', '6997', NULL),
('1120', '4', '81', '0', '2156', NULL),
('1121', '4', '82', '0', '2156', NULL),
('1122', '4', '67', '0', '2156', NULL),
('1123', '4', '93', '0', '2156', NULL),
('1124', '4', '94', '0', '2156', NULL),
('1125', '4', '81', '0', '2157', NULL),
('1126', '4', '82', '0', '2157', NULL),
('1127', '4', '67', '0', '2157', NULL),
('1128', '4', '93', '0', '2157', NULL),
('1129', '4', '94', '0', '2157', NULL),
('1130', '4', '81', '0', '2097', NULL),
('1131', '4', '82', '0', '2097', NULL),
('1132', '4', '67', '0', '2097', NULL),
('1133', '4', '93', '0', '2097', NULL),
('1134', '4', '94', '0', '2097', NULL),
('1135', '4', '81', '0', '2094', NULL),
('1136', '4', '82', '0', '2094', NULL),
('1137', '4', '67', '0', '2094', NULL),
('1138', '4', '93', '0', '2094', NULL),
('1139', '4', '94', '0', '2094', NULL),
('1140', '4', '81', '0', '2096', NULL),
('1141', '4', '82', '0', '2096', NULL),
('1142', '4', '67', '0', '2096', NULL),
('1143', '4', '93', '0', '2096', NULL),
('1144', '4', '94', '0', '2096', NULL),
('1145', '4', '81', '0', '2173', NULL),
('1146', '4', '82', '0', '2173', NULL),
('1147', '4', '67', '0', '2173', NULL),
('1148', '4', '93', '0', '2173', NULL),
('1149', '4', '94', '0', '2173', NULL),
('1150', '4', '81', '0', '2155', NULL),
('1151', '4', '82', '0', '2155', NULL),
('1152', '4', '67', '0', '2155', NULL),
('1153', '4', '93', '0', '2155', NULL),
('1154', '4', '94', '0', '2155', NULL),
('1155', '4', '81', '0', '2154', NULL),
('1156', '4', '82', '0', '2154', NULL),
('1157', '4', '67', '0', '2154', NULL),
('1158', '4', '93', '0', '2154', NULL),
('1159', '4', '94', '0', '2154', NULL),
('1160', '4', '81', '0', '2116', NULL),
('1161', '4', '82', '0', '2116', NULL),
('1162', '4', '67', '0', '2116', NULL),
('1163', '4', '93', '0', '2116', NULL),
('1164', '4', '94', '0', '2116', NULL),
('1165', '4', '81', '0', '2115', NULL),
('1166', '4', '82', '0', '2115', NULL),
('1167', '4', '67', '0', '2115', NULL),
('1168', '4', '93', '0', '2115', NULL),
('1169', '4', '94', '0', '2115', NULL),
('1170', '4', '81', '0', '2098', NULL),
('1171', '4', '82', '0', '2098', NULL),
('1172', '4', '67', '0', '2098', NULL),
('1173', '4', '93', '0', '2098', NULL),
('1174', '4', '94', '0', '2098', NULL),
('1175', '4', '81', '0', '2165', NULL),
('1176', '4', '82', '0', '2165', NULL),
('1177', '4', '67', '0', '2165', NULL),
('1178', '4', '93', '0', '2165', NULL),
('1179', '4', '94', '0', '2165', NULL),
('1180', '4', '81', '0', '2158', NULL),
('1181', '4', '82', '0', '2158', NULL),
('1182', '4', '67', '0', '2158', NULL),
('1183', '4', '93', '0', '2158', NULL),
('1184', '4', '94', '0', '2158', NULL),
('1185', '4', '81', '0', '2159', NULL),
('1186', '4', '82', '0', '2159', NULL),
('1187', '4', '67', '0', '2159', NULL),
('1188', '4', '93', '0', '2159', NULL),
('1189', '4', '94', '0', '2159', NULL),
('1190', '4', '81', '0', '2160', NULL),
('1191', '4', '82', '0', '2160', NULL),
('1192', '4', '67', '0', '2160', NULL),
('1193', '4', '93', '0', '2160', NULL),
('1194', '4', '94', '0', '2160', NULL),
('1195', '4', '81', '0', '2161', NULL),
('1196', '4', '82', '0', '2161', NULL),
('1197', '4', '67', '0', '2161', NULL),
('1198', '4', '93', '0', '2161', NULL),
('1199', '4', '94', '0', '2161', NULL),
('1200', '4', '81', '0', '2164', NULL),
('1201', '4', '82', '0', '2164', NULL),
('1202', '4', '67', '0', '2164', NULL),
('1203', '4', '93', '0', '2164', NULL),
('1204', '4', '94', '0', '2164', NULL),
('1205', '4', '81', '0', '2162', NULL),
('1206', '4', '82', '0', '2162', NULL),
('1207', '4', '67', '0', '2162', NULL),
('1208', '4', '93', '0', '2162', NULL),
('1209', '4', '94', '0', '2162', NULL),
('1210', '4', '81', '0', '2163', NULL),
('1211', '4', '82', '0', '2163', NULL),
('1212', '4', '67', '0', '2163', NULL),
('1213', '4', '93', '0', '2163', NULL),
('1214', '4', '94', '0', '2163', NULL),
('1215', '4', '81', '0', '2175', NULL),
('1216', '4', '82', '0', '2175', NULL),
('1217', '4', '67', '0', '2175', NULL),
('1218', '4', '93', '0', '2175', NULL),
('1219', '4', '94', '0', '2175', NULL),
('1220', '4', '81', '0', '2174', NULL),
('1221', '4', '82', '0', '2174', NULL),
('1222', '4', '67', '0', '2174', NULL),
('1223', '4', '93', '0', '2174', NULL),
('1224', '4', '94', '0', '2174', NULL),
('1225', '4', '81', '0', '2176', NULL),
('1226', '4', '82', '0', '2176', NULL),
('1227', '4', '67', '0', '2176', NULL),
('1228', '4', '93', '0', '2176', NULL),
('1229', '4', '94', '0', '2176', NULL),
('1230', '4', '81', '0', '2177', NULL),
('1231', '4', '82', '0', '2177', NULL),
('1232', '4', '67', '0', '2177', NULL),
('1233', '4', '93', '0', '2177', NULL),
('1234', '4', '94', '0', '2177', NULL),
('1235', '4', '81', '0', '2178', NULL),
('1236', '4', '82', '0', '2178', NULL),
('1237', '4', '67', '0', '2178', NULL),
('1238', '4', '93', '0', '2178', NULL),
('1239', '4', '94', '0', '2178', NULL),
('1240', '4', '81', '0', '2179', NULL),
('1241', '4', '82', '0', '2179', NULL),
('1242', '4', '67', '0', '2179', NULL),
('1243', '4', '93', '0', '2179', NULL),
('1244', '4', '94', '0', '2179', NULL),
('1245', '4', '81', '0', '2151', NULL),
('1246', '4', '82', '0', '2151', NULL),
('1247', '4', '66', '0', '2151', NULL),
('1248', '4', '67', '0', '2151', NULL),
('1249', '4', '93', '0', '2151', NULL),
('1250', '4', '94', '0', '2151', NULL),
('1251', '4', '81', '0', '2152', NULL),
('1252', '4', '82', '0', '2152', NULL),
('1253', '4', '66', '0', '2152', NULL),
('1254', '4', '67', '0', '2152', NULL),
('1255', '4', '93', '0', '2152', NULL),
('1256', '4', '94', '0', '2152', NULL),
('1257', '4', '81', '0', '7058', NULL),
('1258', '4', '82', '0', '7058', NULL),
('1259', '4', '67', '0', '7058', NULL),
('1260', '4', '93', '0', '7058', NULL),
('1261', '4', '94', '0', '7058', NULL),
('1262', '4', '81', '0', '2103', NULL),
('1263', '4', '82', '0', '2103', NULL),
('1264', '4', '67', '0', '2103', NULL),
('1265', '4', '93', '0', '2103', NULL),
('1266', '4', '94', '0', '2103', NULL),
('1267', '4', '81', '0', '2167', NULL),
('1268', '4', '82', '0', '2167', NULL),
('1269', '4', '67', '0', '2167', NULL),
('1270', '4', '93', '0', '2167', NULL),
('1271', '4', '94', '0', '2167', NULL),
('1272', '4', '81', '0', '2168', NULL),
('1273', '4', '82', '0', '2168', NULL),
('1274', '4', '67', '0', '2168', NULL),
('1275', '4', '93', '0', '2168', NULL),
('1276', '4', '94', '0', '2168', NULL),
('1277', '4', '81', '0', '2169', NULL),
('1278', '4', '82', '0', '2169', NULL),
('1279', '4', '67', '0', '2169', NULL),
('1280', '4', '93', '0', '2169', NULL),
('1281', '4', '94', '0', '2169', NULL),
('1282', '4', '81', '0', '2171', NULL),
('1283', '4', '82', '0', '2171', NULL),
('1284', '4', '67', '0', '2171', NULL),
('1285', '4', '93', '0', '2171', NULL),
('1286', '4', '94', '0', '2171', NULL),
('1287', '4', '81', '0', '2170', NULL),
('1288', '4', '82', '0', '2170', NULL),
('1289', '4', '67', '0', '2170', NULL),
('1290', '4', '93', '0', '2170', NULL),
('1291', '4', '94', '0', '2170', NULL),
('1292', '4', '81', '0', '2172', NULL),
('1293', '4', '82', '0', '2172', NULL),
('1294', '4', '67', '0', '2172', NULL),
('1295', '4', '93', '0', '2172', NULL),
('1296', '4', '94', '0', '2172', NULL),
('1297', '4', '81', '0', '2130', NULL),
('1298', '4', '82', '0', '2130', NULL),
('1299', '4', '67', '0', '2130', NULL),
('1300', '4', '93', '0', '2130', NULL),
('1301', '4', '94', '0', '2130', NULL),
('1302', '4', '81', '0', '2131', NULL),
('1303', '4', '82', '0', '2131', NULL),
('1304', '4', '67', '0', '2131', NULL),
('1305', '4', '93', '0', '2131', NULL),
('1306', '4', '94', '0', '2131', NULL),
('1307', '4', '81', '0', '2132', NULL),
('1308', '4', '82', '0', '2132', NULL),
('1309', '4', '67', '0', '2132', NULL),
('1310', '4', '93', '0', '2132', NULL),
('1311', '4', '94', '0', '2132', NULL),
('1312', '4', '81', '0', '2133', NULL),
('1313', '4', '82', '0', '2133', NULL),
('1314', '4', '67', '0', '2133', NULL),
('1315', '4', '93', '0', '2133', NULL),
('1316', '4', '94', '0', '2133', NULL),
('1317', '4', '81', '0', '2147', NULL),
('1318', '4', '82', '0', '2147', NULL),
('1319', '4', '67', '0', '2147', NULL),
('1320', '4', '93', '0', '2147', NULL),
('1321', '4', '94', '0', '2147', NULL),
('1322', '4', '81', '0', '2148', NULL),
('1323', '4', '82', '0', '2148', NULL),
('1324', '4', '67', '0', '2148', NULL),
('1325', '4', '93', '0', '2148', NULL),
('1326', '4', '94', '0', '2148', NULL),
('1327', '4', '81', '0', '2141', NULL),
('1328', '4', '82', '0', '2141', NULL),
('1329', '4', '67', '0', '2141', NULL),
('1330', '4', '93', '0', '2141', NULL),
('1331', '4', '94', '0', '2141', NULL),
('1332', '4', '81', '0', '2143', NULL),
('1333', '4', '82', '0', '2143', NULL),
('1334', '4', '67', '0', '2143', NULL),
('1335', '4', '93', '0', '2143', NULL),
('1336', '4', '94', '0', '2143', NULL),
('1337', '4', '81', '0', '2144', NULL),
('1338', '4', '82', '0', '2144', NULL),
('1339', '4', '67', '0', '2144', NULL),
('1340', '4', '93', '0', '2144', NULL),
('1341', '4', '94', '0', '2144', NULL),
('1342', '4', '81', '0', '2145', NULL),
('1343', '4', '82', '0', '2145', NULL),
('1344', '4', '67', '0', '2145', NULL),
('1345', '4', '93', '0', '2145', NULL),
('1346', '4', '94', '0', '2145', NULL),
('1347', '4', '81', '0', '6319', NULL),
('1348', '4', '82', '0', '6319', NULL),
('1349', '4', '67', '0', '6319', NULL),
('1350', '4', '93', '0', '6319', NULL),
('1351', '4', '94', '0', '6319', NULL),
('1357', '4', '81', '0', '2142', NULL),
('1358', '4', '82', '0', '2142', NULL),
('1359', '4', '67', '0', '2142', NULL),
('1360', '4', '93', '0', '2142', NULL),
('1361', '4', '94', '0', '2142', NULL),
('1362', '4', '81', '0', '2106', NULL),
('1363', '4', '82', '0', '2106', NULL),
('1364', '4', '67', '0', '2106', NULL),
('1365', '4', '93', '0', '2106', NULL),
('1366', '4', '94', '0', '2106', NULL),
('1367', '4', '81', '0', '2107', NULL),
('1368', '4', '82', '0', '2107', NULL),
('1369', '4', '67', '0', '2107', NULL),
('1370', '4', '93', '0', '2107', NULL),
('1371', '4', '94', '0', '2107', NULL),
('1372', '4', '81', '0', '2108', NULL),
('1373', '4', '82', '0', '2108', NULL),
('1374', '4', '67', '0', '2108', NULL),
('1375', '4', '93', '0', '2108', NULL),
('1376', '4', '94', '0', '2108', NULL),
('1377', '4', '81', '0', '2109', NULL),
('1378', '4', '82', '0', '2109', NULL),
('1379', '4', '67', '0', '2109', NULL),
('1380', '4', '93', '0', '2109', NULL),
('1381', '4', '94', '0', '2109', NULL),
('1382', '4', '81', '0', '2110', NULL),
('1383', '4', '82', '0', '2110', NULL),
('1384', '4', '67', '0', '2110', NULL),
('1385', '4', '93', '0', '2110', NULL),
('1386', '4', '94', '0', '2110', NULL),
('1387', '4', '81', '0', '2111', NULL),
('1388', '4', '82', '0', '2111', NULL),
('1389', '4', '67', '0', '2111', NULL),
('1390', '4', '93', '0', '2111', NULL),
('1391', '4', '94', '0', '2111', NULL),
('1392', '4', '81', '0', '2112', NULL),
('1393', '4', '82', '0', '2112', NULL),
('1394', '4', '67', '0', '2112', NULL),
('1395', '4', '93', '0', '2112', NULL),
('1396', '4', '94', '0', '2112', NULL),
('1397', '4', '81', '0', '2113', NULL),
('1398', '4', '82', '0', '2113', NULL),
('1399', '4', '67', '0', '2113', NULL),
('1400', '4', '93', '0', '2113', NULL),
('1401', '4', '94', '0', '2113', NULL),
('1402', '4', '81', '0', '2093', NULL),
('1403', '4', '82', '0', '2093', NULL),
('1404', '4', '67', '0', '2093', NULL),
('1405', '4', '93', '0', '2093', NULL),
('1406', '4', '94', '0', '2093', NULL),
('1407', '4', '81', '0', '2134', NULL),
('1408', '4', '82', '0', '2134', NULL),
('1409', '4', '67', '0', '2134', NULL),
('1410', '4', '93', '0', '2134', NULL),
('1411', '4', '94', '0', '2134', NULL),
('1412', '4', '81', '0', '2135', NULL),
('1413', '4', '82', '0', '2135', NULL),
('1414', '4', '67', '0', '2135', NULL),
('1415', '4', '93', '0', '2135', NULL),
('1416', '4', '94', '0', '2135', NULL),
('1417', '4', '81', '0', '2136', NULL),
('1418', '4', '82', '0', '2136', NULL),
('1419', '4', '67', '0', '2136', NULL),
('1420', '4', '93', '0', '2136', NULL),
('1421', '4', '94', '0', '2136', NULL),
('1422', '4', '81', '0', '2137', NULL),
('1423', '4', '82', '0', '2137', NULL),
('1424', '4', '67', '0', '2137', NULL),
('1425', '4', '93', '0', '2137', NULL),
('1426', '4', '94', '0', '2137', NULL),
('1427', '4', '81', '0', '2138', NULL),
('1428', '4', '82', '0', '2138', NULL),
('1429', '4', '67', '0', '2138', NULL),
('1430', '4', '93', '0', '2138', NULL),
('1431', '4', '94', '0', '2138', NULL),
('1432', '4', '81', '0', '2139', NULL),
('1433', '4', '82', '0', '2139', NULL),
('1434', '4', '67', '0', '2139', NULL),
('1435', '4', '93', '0', '2139', NULL),
('1436', '4', '94', '0', '2139', NULL),
('1437', '4', '81', '0', '2204', NULL),
('1438', '4', '82', '0', '2204', NULL),
('1439', '4', '66', '0', '2204', NULL),
('1440', '4', '67', '0', '2204', NULL),
('1441', '4', '93', '0', '2204', NULL),
('1442', '4', '94', '0', '2204', NULL),
('1443', '4', '81', '0', '2208', NULL),
('1444', '4', '82', '0', '2208', NULL),
('1445', '4', '66', '0', '2208', NULL),
('1446', '4', '67', '0', '2208', NULL),
('1447', '4', '93', '0', '2208', NULL),
('1448', '4', '94', '0', '2208', NULL),
('1449', '4', '81', '0', '2228', NULL),
('1450', '4', '82', '0', '2228', NULL),
('1451', '4', '66', '0', '2228', NULL),
('1452', '4', '67', '0', '2228', NULL),
('1453', '4', '93', '0', '2228', NULL),
('1454', '4', '94', '0', '2228', NULL),
('1455', '4', '81', '0', '2229', NULL),
('1456', '4', '82', '0', '2229', NULL),
('1457', '4', '66', '0', '2229', NULL),
('1458', '4', '67', '0', '2229', NULL),
('1459', '4', '93', '0', '2229', NULL),
('1460', '4', '94', '0', '2229', NULL),
('1461', '4', '81', '0', '2230', NULL),
('1462', '4', '82', '0', '2230', NULL),
('1463', '4', '67', '0', '2230', NULL),
('1464', '4', '93', '0', '2230', NULL),
('1465', '4', '94', '0', '2230', NULL),
('1466', '4', '81', '0', '2236', NULL),
('1467', '4', '82', '0', '2236', NULL),
('1468', '4', '66', '0', '2236', NULL),
('1469', '4', '67', '0', '2236', NULL),
('1470', '4', '93', '0', '2236', NULL),
('1471', '4', '94', '0', '2236', NULL),
('1472', '4', '81', '0', '2238', NULL),
('1473', '4', '82', '0', '2238', NULL),
('1474', '4', '66', '0', '2238', NULL),
('1475', '4', '67', '0', '2238', NULL),
('1476', '4', '93', '0', '2238', NULL),
('1477', '4', '94', '0', '2238', NULL),
('1478', '4', '81', '0', '2240', NULL),
('1479', '4', '82', '0', '2240', NULL),
('1480', '4', '66', '0', '2240', NULL),
('1481', '4', '67', '0', '2240', NULL),
('1482', '4', '93', '0', '2240', NULL),
('1483', '4', '94', '0', '2240', NULL),
('1484', '4', '81', '0', '2262', NULL),
('1485', '4', '82', '0', '2262', NULL),
('1486', '4', '66', '0', '2262', NULL),
('1487', '4', '67', '0', '2262', NULL),
('1488', '4', '93', '0', '2262', NULL),
('1489', '4', '94', '0', '2262', NULL),
('1490', '4', '81', '0', '2251', NULL),
('1491', '4', '82', '0', '2251', NULL),
('1492', '4', '66', '0', '2251', NULL),
('1493', '4', '67', '0', '2251', NULL),
('1494', '4', '93', '0', '2251', NULL),
('1495', '4', '94', '0', '2251', NULL),
('1496', '4', '81', '0', '2252', NULL),
('1497', '4', '82', '0', '2252', NULL),
('1498', '4', '66', '0', '2252', NULL),
('1499', '4', '67', '0', '2252', NULL),
('1500', '4', '93', '0', '2252', NULL),
('1501', '4', '94', '0', '2252', NULL),
('1502', '4', '81', '0', '6447', NULL),
('1503', '4', '82', '0', '6447', NULL),
('1504', '4', '67', '0', '6447', NULL),
('1505', '4', '93', '0', '6447', NULL),
('1506', '4', '94', '0', '6447', NULL),
('1507', '4', '81', '0', '2253', NULL),
('1508', '4', '82', '0', '2253', NULL),
('1509', '4', '66', '0', '2253', NULL),
('1510', '4', '67', '0', '2253', NULL),
('1511', '4', '93', '0', '2253', NULL),
('1512', '4', '94', '0', '2253', NULL),
('1513', '4', '81', '0', '2254', NULL),
('1514', '4', '82', '0', '2254', NULL),
('1515', '4', '66', '0', '2254', NULL),
('1516', '4', '67', '0', '2254', NULL),
('1517', '4', '93', '0', '2254', NULL),
('1518', '4', '94', '0', '2254', NULL),
('1519', '4', '81', '0', '2243', NULL),
('1520', '4', '82', '0', '2243', NULL),
('1521', '4', '66', '0', '2243', NULL),
('1522', '4', '67', '0', '2243', NULL),
('1523', '4', '93', '0', '2243', NULL),
('1524', '4', '94', '0', '2243', NULL),
('1525', '4', '81', '0', '2246', NULL),
('1526', '4', '82', '0', '2246', NULL),
('1527', '4', '66', '0', '2246', NULL),
('1528', '4', '67', '0', '2246', NULL),
('1529', '4', '93', '0', '2246', NULL),
('1530', '4', '94', '0', '2246', NULL),
('1531', '4', '81', '0', '2248', NULL),
('1532', '4', '82', '0', '2248', NULL),
('1533', '4', '66', '0', '2248', NULL),
('1534', '4', '67', '0', '2248', NULL),
('1535', '4', '93', '0', '2248', NULL),
('1536', '4', '94', '0', '2248', NULL),
('1537', '4', '81', '0', '2233', NULL),
('1538', '4', '82', '0', '2233', NULL),
('1539', '4', '66', '0', '2233', NULL),
('1540', '4', '67', '0', '2233', NULL),
('1541', '4', '93', '0', '2233', NULL),
('1542', '4', '94', '0', '2233', NULL),
('1543', '4', '81', '0', '2235', NULL),
('1544', '4', '82', '0', '2235', NULL),
('1545', '4', '66', '0', '2235', NULL),
('1546', '4', '67', '0', '2235', NULL),
('1547', '4', '93', '0', '2235', NULL),
('1548', '4', '94', '0', '2235', NULL),
('1549', '4', '81', '0', '2237', NULL),
('1550', '4', '82', '0', '2237', NULL),
('1551', '4', '66', '0', '2237', NULL),
('1552', '4', '67', '0', '2237', NULL),
('1553', '4', '93', '0', '2237', NULL),
('1554', '4', '94', '0', '2237', NULL),
('1555', '4', '81', '0', '2232', NULL),
('1556', '4', '82', '0', '2232', NULL),
('1557', '4', '66', '0', '2232', NULL),
('1558', '4', '67', '0', '2232', NULL),
('1559', '4', '93', '0', '2232', NULL),
('1560', '4', '94', '0', '2232', NULL),
('1561', '4', '81', '0', '2256', NULL),
('1562', '4', '82', '0', '2256', NULL),
('1563', '4', '66', '0', '2256', NULL),
('1564', '4', '67', '0', '2256', NULL),
('1565', '4', '93', '0', '2256', NULL),
('1566', '4', '94', '0', '2256', NULL),
('1567', '4', '81', '0', '2153', NULL),
('1568', '4', '82', '0', '2153', NULL),
('1569', '4', '67', '0', '2153', NULL),
('1570', '4', '93', '0', '2153', NULL),
('1571', '4', '94', '0', '2153', NULL),
('1572', '4', '81', '0', '2194', NULL),
('1573', '4', '82', '0', '2194', NULL),
('1574', '4', '66', '0', '2194', NULL),
('1575', '4', '67', '0', '2194', NULL),
('1576', '4', '93', '0', '2194', NULL),
('1577', '4', '94', '0', '2194', NULL),
('1578', '4', '81', '0', '2196', NULL),
('1579', '4', '82', '0', '2196', NULL),
('1580', '4', '66', '0', '2196', NULL),
('1581', '4', '67', '0', '2196', NULL),
('1582', '4', '93', '0', '2196', NULL),
('1583', '4', '94', '0', '2196', NULL),
('1584', '4', '81', '0', '2191', NULL),
('1585', '4', '82', '0', '2191', NULL),
('1586', '4', '66', '0', '2191', NULL),
('1587', '4', '67', '0', '2191', NULL),
('1588', '4', '93', '0', '2191', NULL),
('1589', '4', '94', '0', '2191', NULL),
('1590', '4', '81', '0', '2192', NULL),
('1591', '4', '82', '0', '2192', NULL),
('1592', '4', '66', '0', '2192', NULL),
('1593', '4', '67', '0', '2192', NULL),
('1594', '4', '93', '0', '2192', NULL),
('1595', '4', '94', '0', '2192', NULL),
('1596', '4', '81', '0', '2180', NULL),
('1597', '4', '82', '0', '2180', NULL),
('1598', '4', '67', '0', '2180', NULL),
('1599', '4', '93', '0', '2180', NULL),
('1600', '4', '94', '0', '2180', NULL),
('1601', '4', '81', '0', '6988', NULL),
('1602', '4', '82', '0', '6988', NULL),
('1603', '4', '67', '0', '6988', NULL),
('1604', '4', '93', '0', '6988', NULL),
('1605', '4', '94', '0', '6988', NULL),
('1606', '4', '81', '0', '6996', NULL),
('1607', '4', '82', '0', '6996', NULL),
('1608', '4', '67', '0', '6996', NULL),
('1609', '4', '93', '0', '6996', NULL),
('1610', '4', '94', '0', '6996', NULL),
('1611', '4', '81', '0', '6449', NULL),
('1612', '4', '82', '0', '6449', NULL),
('1613', '4', '67', '0', '6449', NULL),
('1614', '4', '93', '0', '6449', NULL),
('1615', '4', '94', '0', '6449', NULL),
('1616', '4', '81', '0', '2273', NULL),
('1617', '4', '82', '0', '2273', NULL),
('1618', '4', '66', '0', '2273', NULL),
('1619', '4', '67', '0', '2273', NULL),
('1620', '4', '93', '0', '2273', NULL),
('1621', '4', '94', '0', '2273', NULL),
('1622', '4', '81', '0', '2195', NULL),
('1623', '4', '82', '0', '2195', NULL),
('1624', '4', '66', '0', '2195', NULL),
('1625', '4', '67', '0', '2195', NULL),
('1626', '4', '93', '0', '2195', NULL),
('1627', '4', '94', '0', '2195', NULL),
('1628', '4', '81', '0', '2193', NULL),
('1629', '4', '82', '0', '2193', NULL),
('1630', '4', '66', '0', '2193', NULL),
('1631', '4', '67', '0', '2193', NULL),
('1632', '4', '93', '0', '2193', NULL),
('1633', '4', '94', '0', '2193', NULL),
('1634', '4', '81', '0', '2261', NULL),
('1635', '4', '82', '0', '2261', NULL),
('1636', '4', '66', '0', '2261', NULL),
('1637', '4', '67', '0', '2261', NULL),
('1638', '4', '93', '0', '2261', NULL),
('1639', '4', '94', '0', '2261', NULL),
('1640', '4', '81', '0', '2225', NULL),
('1641', '4', '82', '0', '2225', NULL),
('1642', '4', '66', '0', '2225', NULL),
('1643', '4', '67', '0', '2225', NULL),
('1644', '4', '93', '0', '2225', NULL),
('1645', '4', '94', '0', '2225', NULL),
('1646', '4', '81', '0', '2183', NULL),
('1647', '4', '82', '0', '2183', NULL),
('1648', '4', '66', '0', '2183', NULL),
('1649', '4', '67', '0', '2183', NULL),
('1650', '4', '93', '0', '2183', NULL),
('1651', '4', '94', '0', '2183', NULL),
('1652', '4', '81', '0', '2184', NULL),
('1653', '4', '82', '0', '2184', NULL),
('1654', '4', '67', '0', '2184', NULL),
('1655', '4', '93', '0', '2184', NULL),
('1656', '4', '94', '0', '2184', NULL),
('1657', '4', '81', '0', '2231', NULL),
('1658', '4', '82', '0', '2231', NULL),
('1659', '4', '66', '0', '2231', NULL),
('1660', '4', '67', '0', '2231', NULL),
('1661', '4', '93', '0', '2231', NULL),
('1662', '4', '94', '0', '2231', NULL),
('1663', '4', '81', '0', '7006', NULL),
('1664', '4', '82', '0', '7006', NULL),
('1665', '4', '67', '0', '7006', NULL),
('1666', '4', '93', '0', '7006', NULL),
('1667', '4', '94', '0', '7006', NULL),
('1668', '4', '81', '0', '2200', NULL),
('1669', '4', '82', '0', '2200', NULL),
('1670', '4', '66', '0', '2200', NULL),
('1671', '4', '67', '0', '2200', NULL),
('1672', '4', '93', '0', '2200', NULL),
('1673', '4', '94', '0', '2200', NULL),
('1674', '4', '81', '0', '2190', NULL),
('1675', '4', '82', '0', '2190', NULL),
('1676', '4', '66', '0', '2190', NULL),
('1677', '4', '67', '0', '2190', NULL),
('1678', '4', '93', '0', '2190', NULL),
('1679', '4', '94', '0', '2190', NULL),
('1680', '4', '81', '0', '2189', NULL),
('1681', '4', '82', '0', '2189', NULL),
('1682', '4', '66', '0', '2189', NULL),
('1683', '4', '67', '0', '2189', NULL),
('1684', '4', '93', '0', '2189', NULL),
('1685', '4', '94', '0', '2189', NULL),
('1686', '4', '81', '0', '2255', NULL),
('1687', '4', '82', '0', '2255', NULL),
('1688', '4', '66', '0', '2255', NULL),
('1689', '4', '67', '0', '2255', NULL),
('1690', '4', '93', '0', '2255', NULL),
('1691', '4', '94', '0', '2255', NULL),
('1692', '4', '81', '0', '6232', NULL),
('1693', '4', '82', '0', '6232', NULL),
('1694', '4', '67', '0', '6232', NULL),
('1695', '4', '93', '0', '6232', NULL),
('1696', '4', '94', '0', '6232', NULL),
('1697', '4', '81', '0', '6233', NULL),
('1698', '4', '82', '0', '6233', NULL),
('1699', '4', '67', '0', '6233', NULL),
('1700', '4', '93', '0', '6233', NULL),
('1701', '4', '94', '0', '6233', NULL),
('1702', '4', '81', '0', '6234', NULL),
('1703', '4', '82', '0', '6234', NULL),
('1704', '4', '67', '0', '6234', NULL),
('1705', '4', '93', '0', '6234', NULL),
('1706', '4', '94', '0', '6234', NULL),
('1707', '4', '81', '0', '6975', NULL),
('1708', '4', '82', '0', '6975', NULL),
('1709', '4', '67', '0', '6975', NULL),
('1710', '4', '93', '0', '6975', NULL),
('1711', '4', '94', '0', '6975', NULL),
('1712', '4', '81', '0', '6436', NULL),
('1713', '4', '82', '0', '6436', NULL),
('1714', '4', '67', '0', '6436', NULL),
('1715', '4', '93', '0', '6436', NULL),
('1716', '4', '94', '0', '6436', NULL),
('1717', '4', '81', '0', '2234', NULL),
('1718', '4', '82', '0', '2234', NULL),
('1719', '4', '66', '0', '2234', NULL),
('1720', '4', '67', '0', '2234', NULL),
('1721', '4', '93', '0', '2234', NULL),
('1722', '4', '94', '0', '2234', NULL),
('1723', '4', '81', '0', '2199', NULL),
('1724', '4', '82', '0', '2199', NULL),
('1725', '4', '66', '0', '2199', NULL),
('1726', '4', '67', '0', '2199', NULL),
('1727', '4', '93', '0', '2199', NULL),
('1728', '4', '94', '0', '2199', NULL),
('1729', '4', '81', '0', '2150', NULL),
('1730', '4', '82', '0', '2150', NULL),
('1731', '4', '66', '0', '2150', NULL),
('1732', '4', '67', '0', '2150', NULL),
('1733', '4', '93', '0', '2150', NULL),
('1734', '4', '94', '0', '2150', NULL),
('1741', '4', '81', '0', '6257', NULL),
('1742', '4', '82', '0', '6257', NULL),
('1743', '4', '67', '0', '6257', NULL),
('1744', '4', '93', '0', '6257', NULL),
('1745', '4', '94', '0', '6257', NULL),
('1752', '4', '81', '0', '6256', NULL),
('1753', '4', '82', '0', '6256', NULL),
('1754', '4', '67', '0', '6256', NULL),
('1755', '4', '93', '0', '6256', NULL),
('1756', '4', '94', '0', '6256', NULL),
('1757', '4', '81', '0', '7149', NULL),
('1758', '4', '82', '0', '7149', NULL),
('1759', '4', '66', '0', '7149', NULL),
('1760', '4', '67', '0', '7149', NULL),
('1761', '4', '93', '0', '7149', NULL),
('1762', '4', '94', '0', '7149', NULL),
('1763', '4', '81', '0', '7150', NULL),
('1764', '4', '82', '0', '7150', NULL),
('1765', '4', '66', '0', '7150', NULL),
('1766', '4', '67', '0', '7150', NULL),
('1767', '4', '93', '0', '7150', NULL),
('1768', '4', '94', '0', '7150', NULL),
('1769', '4', '81', '0', '7151', NULL),
('1770', '4', '82', '0', '7151', NULL),
('1771', '4', '66', '0', '7151', NULL),
('1772', '4', '67', '0', '7151', NULL),
('1773', '4', '93', '0', '7151', NULL),
('1774', '4', '94', '0', '7151', NULL),
('1775', '4', '81', '0', '7152', NULL),
('1776', '4', '82', '0', '7152', NULL),
('1777', '4', '66', '0', '7152', NULL),
('1778', '4', '67', '0', '7152', NULL),
('1779', '4', '93', '0', '7152', NULL),
('1780', '4', '94', '0', '7152', NULL),
('1781', '4', '81', '0', '7153', NULL),
('1782', '4', '82', '0', '7153', NULL),
('1783', '4', '66', '0', '7153', NULL),
('1784', '4', '67', '0', '7153', NULL),
('1785', '4', '93', '0', '7153', NULL),
('1786', '4', '94', '0', '7153', NULL),
('1787', '4', '81', '0', '7154', NULL),
('1788', '4', '82', '0', '7154', NULL),
('1789', '4', '66', '0', '7154', NULL),
('1790', '4', '67', '0', '7154', NULL),
('1791', '4', '93', '0', '7154', NULL),
('1792', '4', '94', '0', '7154', NULL),
('1793', '4', '81', '0', '7155', NULL),
('1794', '4', '82', '0', '7155', NULL),
('1795', '4', '66', '0', '7155', NULL),
('1796', '4', '67', '0', '7155', NULL),
('1797', '4', '93', '0', '7155', NULL),
('1798', '4', '94', '0', '7155', NULL),
('1799', '4', '81', '0', '6230', NULL),
('1800', '4', '82', '0', '6230', NULL),
('1801', '4', '67', '0', '6230', NULL),
('1802', '4', '93', '0', '6230', NULL),
('1803', '4', '94', '0', '6230', NULL),
('1804', '4', '81', '0', '7156', NULL),
('1805', '4', '82', '0', '7156', NULL),
('1806', '4', '66', '0', '7156', NULL),
('1807', '4', '67', '0', '7156', NULL),
('1808', '4', '93', '0', '7156', NULL),
('1809', '4', '94', '0', '7156', NULL),
('1810', '4', '81', '0', '7157', NULL),
('1811', '4', '82', '0', '7157', NULL),
('1812', '4', '66', '0', '7157', NULL),
('1813', '4', '67', '0', '7157', NULL),
('1814', '4', '93', '0', '7157', NULL),
('1815', '4', '94', '0', '7157', NULL),
('1816', '4', '81', '0', '7158', NULL),
('1817', '4', '82', '0', '7158', NULL),
('1818', '4', '66', '0', '7158', NULL),
('1819', '4', '67', '0', '7158', NULL),
('1820', '4', '93', '0', '7158', NULL),
('1821', '4', '94', '0', '7158', NULL),
('1822', '4', '81', '0', '7159', NULL),
('1823', '4', '82', '0', '7159', NULL),
('1824', '4', '66', '0', '7159', NULL),
('1825', '4', '67', '0', '7159', NULL),
('1826', '4', '93', '0', '7159', NULL),
('1827', '4', '94', '0', '7159', NULL),
('1828', '4', '81', '0', '7160', NULL),
('1829', '4', '82', '0', '7160', NULL),
('1830', '4', '66', '0', '7160', NULL),
('1831', '4', '67', '0', '7160', NULL),
('1832', '4', '93', '0', '7160', NULL),
('1833', '4', '94', '0', '7160', NULL),
('1834', '4', '81', '0', '7161', NULL),
('1835', '4', '82', '0', '7161', NULL),
('1836', '4', '66', '0', '7161', NULL),
('1837', '4', '67', '0', '7161', NULL),
('1838', '4', '93', '0', '7161', NULL),
('1839', '4', '94', '0', '7161', NULL),
('1840', '4', '81', '0', '7162', NULL),
('1841', '4', '82', '0', '7162', NULL),
('1842', '4', '66', '0', '7162', NULL),
('1843', '4', '67', '0', '7162', NULL),
('1844', '4', '93', '0', '7162', NULL),
('1845', '4', '94', '0', '7162', NULL),
('1846', '4', '81', '0', '6446', NULL),
('1847', '4', '82', '0', '6446', NULL),
('1848', '4', '67', '0', '6446', NULL),
('1849', '4', '93', '0', '6446', NULL),
('1850', '4', '94', '0', '6446', NULL),
('1851', '4', '81', '0', '2198', NULL),
('1852', '4', '82', '0', '2198', NULL),
('1853', '4', '66', '0', '2198', NULL),
('1854', '4', '67', '0', '2198', NULL),
('1855', '4', '93', '0', '2198', NULL),
('1856', '4', '94', '0', '2198', NULL),
('1857', '4', '81', '0', '2197', NULL),
('1858', '4', '82', '0', '2197', NULL),
('1859', '4', '66', '0', '2197', NULL),
('1860', '4', '67', '0', '2197', NULL),
('1861', '4', '93', '0', '2197', NULL),
('1862', '4', '94', '0', '2197', NULL),
('1863', '4', '81', '0', '7163', NULL),
('1864', '4', '82', '0', '7163', NULL),
('1865', '4', '66', '0', '7163', NULL),
('1866', '4', '67', '0', '7163', NULL),
('1867', '4', '93', '0', '7163', NULL),
('1868', '4', '94', '0', '7163', NULL),
('1869', '4', '81', '0', '7164', NULL),
('1870', '4', '82', '0', '7164', NULL),
('1871', '4', '66', '0', '7164', NULL),
('1872', '4', '67', '0', '7164', NULL),
('1873', '4', '93', '0', '7164', NULL),
('1874', '4', '94', '0', '7164', NULL),
('1875', '4', '81', '0', '7165', NULL),
('1876', '4', '82', '0', '7165', NULL),
('1877', '4', '66', '0', '7165', NULL),
('1878', '4', '67', '0', '7165', NULL),
('1879', '4', '93', '0', '7165', NULL),
('1880', '4', '94', '0', '7165', NULL),
('1881', '4', '81', '0', '7166', NULL),
('1882', '4', '82', '0', '7166', NULL),
('1883', '4', '66', '0', '7166', NULL),
('1884', '4', '67', '0', '7166', NULL),
('1885', '4', '93', '0', '7166', NULL),
('1886', '4', '94', '0', '7166', NULL),
('1887', '4', '81', '0', '7167', NULL),
('1888', '4', '82', '0', '7167', NULL),
('1889', '4', '66', '0', '7167', NULL),
('1890', '4', '67', '0', '7167', NULL),
('1891', '4', '93', '0', '7167', NULL),
('1892', '4', '94', '0', '7167', NULL),
('1893', '4', '81', '0', '7168', NULL),
('1894', '4', '82', '0', '7168', NULL),
('1895', '4', '66', '0', '7168', NULL),
('1896', '4', '67', '0', '7168', NULL),
('1897', '4', '93', '0', '7168', NULL),
('1898', '4', '94', '0', '7168', NULL),
('1899', '4', '81', '0', '7169', NULL),
('1900', '4', '82', '0', '7169', NULL),
('1901', '4', '66', '0', '7169', NULL),
('1902', '4', '67', '0', '7169', NULL),
('1903', '4', '93', '0', '7169', NULL),
('1904', '4', '94', '0', '7169', NULL),
('1905', '4', '81', '0', '7170', NULL),
('1906', '4', '82', '0', '7170', NULL),
('1907', '4', '66', '0', '7170', NULL),
('1908', '4', '67', '0', '7170', NULL),
('1909', '4', '93', '0', '7170', NULL),
('1910', '4', '94', '0', '7170', NULL),
('1911', '4', '81', '0', '7171', NULL),
('1912', '4', '82', '0', '7171', NULL),
('1913', '4', '66', '0', '7171', NULL),
('1914', '4', '67', '0', '7171', NULL),
('1915', '4', '93', '0', '7171', NULL),
('1916', '4', '94', '0', '7171', NULL),
('1917', '4', '81', '0', '7172', NULL),
('1918', '4', '82', '0', '7172', NULL),
('1919', '4', '66', '0', '7172', NULL),
('1920', '4', '67', '0', '7172', NULL),
('1921', '4', '93', '0', '7172', NULL),
('1922', '4', '94', '0', '7172', NULL),
('1923', '4', '81', '0', '7173', NULL),
('1924', '4', '82', '0', '7173', NULL),
('1925', '4', '66', '0', '7173', NULL),
('1926', '4', '67', '0', '7173', NULL),
('1927', '4', '93', '0', '7173', NULL),
('1928', '4', '94', '0', '7173', NULL),
('1929', '4', '81', '0', '7174', NULL),
('1930', '4', '82', '0', '7174', NULL),
('1931', '4', '66', '0', '7174', NULL),
('1932', '4', '67', '0', '7174', NULL),
('1933', '4', '93', '0', '7174', NULL),
('1934', '4', '94', '0', '7174', NULL),
('1935', '4', '81', '0', '7175', NULL),
('1936', '4', '82', '0', '7175', NULL),
('1937', '4', '66', '0', '7175', NULL),
('1938', '4', '67', '0', '7175', NULL),
('1939', '4', '93', '0', '7175', NULL),
('1940', '4', '94', '0', '7175', NULL),
('1941', '4', '81', '0', '7176', NULL),
('1942', '4', '82', '0', '7176', NULL),
('1943', '4', '66', '0', '7176', NULL),
('1944', '4', '67', '0', '7176', NULL),
('1945', '4', '93', '0', '7176', NULL),
('1946', '4', '94', '0', '7176', NULL),
('1947', '4', '81', '0', '7177', NULL),
('1948', '4', '82', '0', '7177', NULL),
('1949', '4', '66', '0', '7177', NULL),
('1950', '4', '67', '0', '7177', NULL),
('1951', '4', '93', '0', '7177', NULL),
('1952', '4', '94', '0', '7177', NULL),
('1953', '4', '81', '0', '7178', NULL),
('1954', '4', '82', '0', '7178', NULL),
('1955', '4', '66', '0', '7178', NULL),
('1956', '4', '67', '0', '7178', NULL),
('1957', '4', '93', '0', '7178', NULL),
('1958', '4', '94', '0', '7178', NULL),
('1959', '4', '81', '0', '7179', NULL),
('1960', '4', '82', '0', '7179', NULL),
('1961', '4', '66', '0', '7179', NULL),
('1962', '4', '67', '0', '7179', NULL),
('1963', '4', '93', '0', '7179', NULL),
('1964', '4', '94', '0', '7179', NULL),
('1965', '4', '81', '0', '7180', NULL),
('1966', '4', '82', '0', '7180', NULL),
('1967', '4', '66', '0', '7180', NULL),
('1968', '4', '67', '0', '7180', NULL),
('1969', '4', '93', '0', '7180', NULL),
('1970', '4', '94', '0', '7180', NULL),
('1971', '4', '81', '0', '7181', NULL),
('1972', '4', '82', '0', '7181', NULL),
('1973', '4', '66', '0', '7181', NULL),
('1974', '4', '67', '0', '7181', NULL),
('1975', '4', '93', '0', '7181', NULL),
('1976', '4', '94', '0', '7181', NULL),
('1977', '4', '81', '0', '7182', NULL),
('1978', '4', '82', '0', '7182', NULL),
('1979', '4', '66', '0', '7182', NULL),
('1980', '4', '67', '0', '7182', NULL),
('1981', '4', '93', '0', '7182', NULL),
('1982', '4', '94', '0', '7182', NULL),
('1983', '4', '81', '0', '7183', NULL),
('1984', '4', '82', '0', '7183', NULL),
('1985', '4', '66', '0', '7183', NULL),
('1986', '4', '67', '0', '7183', NULL),
('1987', '4', '93', '0', '7183', NULL),
('1988', '4', '94', '0', '7183', NULL),
('1989', '4', '81', '0', '7184', NULL),
('1990', '4', '82', '0', '7184', NULL),
('1991', '4', '66', '0', '7184', NULL),
('1992', '4', '67', '0', '7184', NULL),
('1993', '4', '93', '0', '7184', NULL),
('1994', '4', '94', '0', '7184', NULL),
('1995', '4', '81', '0', '7185', NULL),
('1996', '4', '82', '0', '7185', NULL),
('1997', '4', '66', '0', '7185', NULL),
('1998', '4', '67', '0', '7185', NULL),
('1999', '4', '93', '0', '7185', NULL),
('2000', '4', '94', '0', '7185', NULL),
('2001', '4', '81', '0', '7186', NULL),
('2002', '4', '82', '0', '7186', NULL),
('2003', '4', '66', '0', '7186', NULL),
('2004', '4', '67', '0', '7186', NULL),
('2005', '4', '93', '0', '7186', NULL),
('2006', '4', '94', '0', '7186', NULL),
('2007', '4', '81', '0', '7187', NULL),
('2008', '4', '82', '0', '7187', NULL),
('2009', '4', '66', '0', '7187', NULL),
('2010', '4', '67', '0', '7187', NULL),
('2011', '4', '93', '0', '7187', NULL),
('2012', '4', '94', '0', '7187', NULL),
('2013', '4', '81', '0', '7188', NULL),
('2014', '4', '82', '0', '7188', NULL),
('2015', '4', '66', '0', '7188', NULL),
('2016', '4', '67', '0', '7188', NULL),
('2017', '4', '93', '0', '7188', NULL),
('2018', '4', '94', '0', '7188', NULL),
('2019', '4', '81', '0', '7189', NULL),
('2020', '4', '82', '0', '7189', NULL),
('2021', '4', '66', '0', '7189', NULL),
('2022', '4', '67', '0', '7189', NULL),
('2023', '4', '93', '0', '7189', NULL),
('2024', '4', '94', '0', '7189', NULL),
('2025', '4', '81', '0', '7190', NULL),
('2026', '4', '82', '0', '7190', NULL),
('2027', '4', '66', '0', '7190', NULL),
('2028', '4', '67', '0', '7190', NULL),
('2029', '4', '93', '0', '7190', NULL),
('2030', '4', '94', '0', '7190', NULL),
('2037', '4', '81', '0', '2102', NULL),
('2038', '4', '82', '0', '2102', NULL),
('2039', '4', '67', '0', '2102', NULL),
('2040', '4', '93', '0', '2102', NULL),
('2041', '4', '94', '0', '2102', NULL),
('2042', '4', '81', '0', '2100', NULL),
('2043', '4', '82', '0', '2100', NULL),
('2044', '4', '67', '0', '2100', NULL),
('2045', '4', '93', '0', '2100', NULL),
('2046', '4', '94', '0', '2100', NULL),
('2047', '4', '81', '0', '7192', NULL),
('2048', '4', '82', '0', '7192', NULL),
('2049', '4', '66', '0', '7192', NULL),
('2050', '4', '67', '0', '7192', NULL),
('2051', '4', '93', '0', '7192', NULL),
('2052', '4', '94', '0', '7192', NULL),
('2053', '4', '81', '0', '7193', NULL),
('2054', '4', '82', '0', '7193', NULL),
('2055', '4', '66', '0', '7193', NULL),
('2056', '4', '67', '0', '7193', NULL),
('2057', '4', '93', '0', '7193', NULL),
('2058', '4', '94', '0', '7193', NULL),
('2059', '4', '81', '0', '7194', NULL),
('2060', '4', '82', '0', '7194', NULL),
('2061', '4', '66', '0', '7194', NULL),
('2062', '4', '67', '0', '7194', NULL),
('2063', '4', '93', '0', '7194', NULL),
('2064', '4', '94', '0', '7194', NULL),
('2071', '4', '81', '0', '2095', NULL),
('2072', '4', '82', '0', '2095', NULL),
('2073', '4', '67', '0', '2095', NULL),
('2074', '4', '93', '0', '2095', NULL),
('2075', '4', '94', '0', '2095', NULL),
('2094', '4', '81', '0', '7199', NULL),
('2095', '4', '82', '0', '7199', NULL),
('2096', '4', '66', '0', '7199', NULL),
('2097', '4', '67', '0', '7199', NULL),
('2098', '4', '93', '0', '7199', NULL),
('2099', '4', '94', '0', '7199', NULL),
('2100', '4', '81', '0', '7200', NULL),
('2101', '4', '82', '0', '7200', NULL),
('2102', '4', '66', '0', '7200', NULL),
('2103', '4', '67', '0', '7200', NULL),
('2104', '4', '93', '0', '7200', NULL),
('2105', '4', '94', '0', '7200', NULL),
('2106', '4', '81', '0', '6284', NULL),
('2107', '4', '82', '0', '6284', NULL),
('2108', '4', '67', '0', '6284', NULL),
('2109', '4', '93', '0', '6284', NULL),
('2110', '4', '94', '0', '6284', NULL),
('2111', '4', '81', '0', '7201', NULL),
('2112', '4', '82', '0', '7201', NULL),
('2113', '4', '66', '0', '7201', NULL),
('2114', '4', '67', '0', '7201', NULL),
('2115', '4', '93', '0', '7201', NULL),
('2116', '4', '94', '0', '7201', NULL),
('2117', '4', '81', '0', '7202', NULL),
('2118', '4', '82', '0', '7202', NULL),
('2119', '4', '66', '0', '7202', NULL),
('2120', '4', '67', '0', '7202', NULL),
('2121', '4', '93', '0', '7202', NULL),
('2122', '4', '94', '0', '7202', NULL),
('2123', '4', '81', '0', '7203', NULL),
('2124', '4', '82', '0', '7203', NULL),
('2125', '4', '66', '0', '7203', NULL),
('2126', '4', '67', '0', '7203', NULL),
('2127', '4', '93', '0', '7203', NULL),
('2128', '4', '94', '0', '7203', NULL),
('2129', '4', '81', '0', '7204', NULL),
('2130', '4', '82', '0', '7204', NULL),
('2131', '4', '66', '0', '7204', NULL),
('2132', '4', '67', '0', '7204', NULL),
('2133', '4', '93', '0', '7204', NULL),
('2134', '4', '94', '0', '7204', NULL),
('2135', '4', '81', '0', '7205', NULL),
('2136', '4', '82', '0', '7205', NULL),
('2137', '4', '66', '0', '7205', NULL),
('2138', '4', '67', '0', '7205', NULL),
('2139', '4', '93', '0', '7205', NULL),
('2140', '4', '94', '0', '7205', NULL),
('2141', '4', '81', '0', '7206', NULL),
('2142', '4', '82', '0', '7206', NULL),
('2143', '4', '66', '0', '7206', NULL),
('2144', '4', '67', '0', '7206', NULL),
('2145', '4', '93', '0', '7206', NULL),
('2146', '4', '94', '0', '7206', NULL),
('2147', '4', '81', '0', '7207', NULL),
('2148', '4', '82', '0', '7207', NULL),
('2149', '4', '66', '0', '7207', NULL),
('2150', '4', '67', '0', '7207', NULL),
('2151', '4', '93', '0', '7207', NULL),
('2152', '4', '94', '0', '7207', NULL),
('2153', '4', '81', '0', '7208', NULL),
('2154', '4', '82', '0', '7208', NULL),
('2155', '4', '66', '0', '7208', NULL),
('2156', '4', '67', '0', '7208', NULL),
('2157', '4', '93', '0', '7208', NULL),
('2158', '4', '94', '0', '7208', NULL),
('2159', '4', '81', '0', '7209', NULL),
('2160', '4', '82', '0', '7209', NULL),
('2161', '4', '66', '0', '7209', NULL),
('2162', '4', '67', '0', '7209', NULL),
('2163', '4', '93', '0', '7209', NULL),
('2164', '4', '94', '0', '7209', NULL),
('2165', '4', '81', '0', '7210', NULL),
('2166', '4', '82', '0', '7210', NULL),
('2167', '4', '66', '0', '7210', NULL),
('2168', '4', '67', '0', '7210', NULL),
('2169', '4', '93', '0', '7210', NULL),
('2170', '4', '94', '0', '7210', NULL),
('2171', '4', '81', '0', '7211', NULL),
('2172', '4', '82', '0', '7211', NULL),
('2173', '4', '66', '0', '7211', NULL),
('2174', '4', '67', '0', '7211', NULL),
('2175', '4', '93', '0', '7211', NULL),
('2176', '4', '94', '0', '7211', NULL),
('2177', '4', '81', '0', '7212', NULL),
('2178', '4', '82', '0', '7212', NULL),
('2179', '4', '66', '0', '7212', NULL),
('2180', '4', '67', '0', '7212', NULL),
('2181', '4', '93', '0', '7212', NULL),
('2182', '4', '94', '0', '7212', NULL),
('2183', '4', '81', '0', '7213', NULL),
('2184', '4', '82', '0', '7213', NULL),
('2185', '4', '66', '0', '7213', NULL),
('2186', '4', '67', '0', '7213', NULL),
('2187', '4', '93', '0', '7213', NULL),
('2188', '4', '94', '0', '7213', NULL),
('2189', '4', '81', '0', '7214', NULL),
('2190', '4', '82', '0', '7214', NULL),
('2191', '4', '66', '0', '7214', NULL),
('2192', '4', '67', '0', '7214', NULL),
('2193', '4', '93', '0', '7214', NULL),
('2194', '4', '94', '0', '7214', NULL),
('2195', '4', '81', '0', '7215', NULL),
('2196', '4', '82', '0', '7215', NULL),
('2197', '4', '66', '0', '7215', NULL),
('2198', '4', '67', '0', '7215', NULL),
('2199', '4', '93', '0', '7215', NULL),
('2200', '4', '94', '0', '7215', NULL),
('2201', '4', '81', '0', '7216', NULL),
('2202', '4', '82', '0', '7216', NULL),
('2203', '4', '66', '0', '7216', NULL),
('2204', '4', '67', '0', '7216', NULL),
('2205', '4', '93', '0', '7216', NULL),
('2206', '4', '94', '0', '7216', NULL),
('2207', '4', '81', '0', '7217', NULL),
('2208', '4', '82', '0', '7217', NULL),
('2209', '4', '66', '0', '7217', NULL),
('2210', '4', '67', '0', '7217', NULL),
('2211', '4', '93', '0', '7217', NULL),
('2212', '4', '94', '0', '7217', NULL),
('2213', '4', '81', '0', '7218', NULL),
('2214', '4', '82', '0', '7218', NULL),
('2215', '4', '66', '0', '7218', NULL),
('2216', '4', '67', '0', '7218', NULL),
('2217', '4', '93', '0', '7218', NULL),
('2218', '4', '94', '0', '7218', NULL),
('2219', '4', '81', '0', '7219', NULL),
('2220', '4', '82', '0', '7219', NULL),
('2221', '4', '66', '0', '7219', NULL),
('2222', '4', '67', '0', '7219', NULL),
('2223', '4', '93', '0', '7219', NULL),
('2224', '4', '94', '0', '7219', NULL),
('2225', '4', '81', '0', '7220', NULL),
('2226', '4', '82', '0', '7220', NULL),
('2227', '4', '66', '0', '7220', NULL),
('2228', '4', '67', '0', '7220', NULL),
('2229', '4', '93', '0', '7220', NULL),
('2230', '4', '94', '0', '7220', NULL),
('2231', '4', '81', '0', '2166', NULL),
('2232', '4', '82', '0', '2166', NULL),
('2233', '4', '67', '0', '2166', NULL),
('2234', '4', '93', '0', '2166', NULL),
('2235', '4', '94', '0', '2166', NULL),
('2236', '4', '81', '0', '7221', NULL),
('2237', '4', '82', '0', '7221', NULL),
('2238', '4', '66', '0', '7221', NULL),
('2239', '4', '67', '0', '7221', NULL),
('2240', '4', '93', '0', '7221', NULL),
('2241', '4', '94', '0', '7221', NULL),
('2242', '4', '81', '0', '2224', NULL),
('2243', '4', '82', '0', '2224', NULL),
('2244', '4', '66', '0', '2224', NULL),
('2245', '4', '67', '0', '2224', NULL),
('2246', '4', '93', '0', '2224', NULL),
('2247', '4', '94', '0', '2224', NULL),
('2248', '4', '81', '0', '6952', NULL),
('2249', '4', '82', '0', '6952', NULL),
('2250', '4', '67', '0', '6952', NULL),
('2251', '4', '93', '0', '6952', NULL),
('2252', '4', '94', '0', '6952', NULL),
('2253', '4', '81', '0', '2223', NULL),
('2254', '4', '82', '0', '2223', NULL),
('2255', '4', '66', '0', '2223', NULL),
('2256', '4', '67', '0', '2223', NULL),
('2257', '4', '93', '0', '2223', NULL),
('2258', '4', '94', '0', '2223', NULL),
('2259', '4', '81', '0', '2222', NULL),
('2260', '4', '82', '0', '2222', NULL),
('2261', '4', '66', '0', '2222', NULL),
('2262', '4', '67', '0', '2222', NULL),
('2263', '4', '93', '0', '2222', NULL),
('2264', '4', '94', '0', '2222', NULL),
('2265', '4', '81', '0', '2220', NULL),
('2266', '4', '82', '0', '2220', NULL),
('2267', '4', '66', '0', '2220', NULL),
('2268', '4', '67', '0', '2220', NULL),
('2269', '4', '93', '0', '2220', NULL),
('2270', '4', '94', '0', '2220', NULL),
('2271', '4', '81', '0', '6329', NULL),
('2272', '4', '82', '0', '6329', NULL),
('2273', '4', '67', '0', '6329', NULL),
('2274', '4', '93', '0', '6329', NULL),
('2275', '4', '94', '0', '6329', NULL),
('2281', '4', '81', '0', '6250', NULL),
('2282', '4', '82', '0', '6250', NULL),
('2283', '4', '67', '0', '6250', NULL),
('2284', '4', '93', '0', '6250', NULL),
('2285', '4', '94', '0', '6250', NULL),
('2286', '4', '81', '0', '6249', NULL),
('2287', '4', '82', '0', '6249', NULL),
('2288', '4', '67', '0', '6249', NULL),
('2289', '4', '93', '0', '6249', NULL),
('2290', '4', '94', '0', '6249', NULL),
('2291', '4', '81', '0', '6251', NULL),
('2292', '4', '82', '0', '6251', NULL),
('2293', '4', '67', '0', '6251', NULL),
('2294', '4', '93', '0', '6251', NULL),
('2295', '4', '94', '0', '6251', NULL);

-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_product_entity_decimal`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_product_entity_decimal` (
  `value_id` int(11) NOT NULL auto_increment,
  `entity_type_id` smallint(5) unsigned NOT NULL default '0',
  `attribute_id` smallint(5) unsigned NOT NULL default '0',
  `store_id` smallint(5) unsigned NOT NULL default '0',
  `entity_id` int(10) unsigned NOT NULL default '0',
  `value` decimal(12,4) default NULL,
  PRIMARY KEY  (`value_id`),
  UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`),
  KEY `FK_CATALOG_PRODUCT_ENTITY_DECIMAL_STORE` (`store_id`),
  KEY `FK_CATALOG_PRODUCT_ENTITY_DECIMAL_PRODUCT_ENTITY` (`entity_id`),
  KEY `FK_CATALOG_PRODUCT_ENTITY_DECIMAL_ATTRIBUTE` (`attribute_id`)
) ENGINE=InnoDB AUTO_INCREMENT=12263 DEFAULT CHARSET=utf8 AUTO_INCREMENT=12263 ;

-- 
-- Dumping data for table `catalog_product_entity_decimal`
-- 

INSERT INTO `catalog_product_entity_decimal` VALUES ('5752', '4', '64', '0', '2093', '23.5400'),
('5753', '4', '69', '0', '2093', '10.0000'),
('5754', '4', '64', '0', '2094', '43.2480'),
('5755', '4', '69', '0', '2094', '60.0000'),
('5756', '4', '64', '0', '2095', '70.3998'),
('5757', '4', '69', '0', '2095', '80.0000'),
('5758', '4', '64', '0', '2096', '43.3306'),
('5759', '4', '69', '0', '2096', '90.0000'),
('5760', '4', '64', '0', '2097', '143.5900'),
('5761', '4', '69', '0', '2097', '0.0000'),
('5762', '4', '64', '0', '2098', '43.1172'),
('5763', '4', '69', '0', '2098', '450.0000'),
('5764', '4', '64', '0', '2099', '344.9966'),
('5765', '4', '69', '0', '2099', '190.0000'),
('5766', '4', '64', '0', '2100', '260.0000'),
('5767', '4', '69', '0', '2100', '0.0000'),
('5768', '4', '64', '0', '2101', '540.9946'),
('5769', '4', '69', '0', '2101', '0.0000'),
('5770', '4', '64', '0', '2102', '162.0000'),
('5771', '4', '69', '0', '2102', '0.0000'),
('5772', '4', '64', '0', '2103', '479.9886'),
('5773', '4', '69', '0', '2103', '0.0000'),
('5776', '4', '64', '0', '2105', '1480.0032'),
('5777', '4', '69', '0', '2105', '0.0000'),
('5778', '4', '64', '0', '2106', '50.5700'),
('5779', '4', '69', '0', '2106', '0.0000'),
('5780', '4', '64', '0', '2107', '69.8216'),
('5781', '4', '69', '0', '2107', '0.0000'),
('5782', '4', '64', '0', '2108', '46.5900'),
('5783', '4', '69', '0', '2108', '0.0000'),
('5784', '4', '64', '0', '2109', '28.5700'),
('5785', '4', '69', '0', '2109', '0.0000'),
('5786', '4', '64', '0', '2110', '42.2332'),
('5787', '4', '69', '0', '2110', '0.0000'),
('5788', '4', '64', '0', '2111', '28.5700'),
('5789', '4', '69', '0', '2111', '0.0000'),
('5790', '4', '64', '0', '2112', '43.3400'),
('5791', '4', '69', '0', '2112', '0.0000'),
('5792', '4', '64', '0', '2113', '42.2300'),
('5793', '4', '69', '0', '2113', '0.0000'),
('5794', '4', '64', '0', '2114', '28.5700'),
('5795', '4', '69', '0', '2114', '0.0000'),
('5796', '4', '64', '0', '2115', '65.3366'),
('5797', '4', '69', '0', '2115', '0.0000'),
('5798', '4', '64', '0', '2116', '34.8454'),
('5799', '4', '69', '0', '2116', '0.0000'),
('5800', '4', '64', '0', '2117', '289.0100'),
('5801', '4', '69', '0', '2117', '480.0000'),
('5802', '4', '64', '0', '2118', '428.0000'),
('5803', '4', '69', '0', '2118', '0.0000'),
('5804', '4', '64', '0', '2119', '517.0052'),
('5805', '4', '69', '0', '2119', '595.0000'),
('5808', '4', '64', '0', '2121', '280.0022'),
('5809', '4', '69', '0', '2121', '390.0000'),
('5810', '4', '64', '0', '2122', '781.9900'),
('5811', '4', '69', '0', '2122', '0.0000'),
('5812', '4', '64', '0', '2123', '1166.9964'),
('5813', '4', '69', '0', '2123', '0.0000'),
('5814', '4', '64', '0', '2124', '1203.0000'),
('5815', '4', '69', '0', '2124', '0.0000'),
('5816', '4', '64', '0', '2125', '1602.0000'),
('5817', '4', '69', '0', '2125', '0.0000'),
('5818', '4', '64', '0', '2126', '890.5300'),
('5819', '4', '69', '0', '2126', '0.0000'),
('5820', '4', '64', '0', '2127', '109.9878'),
('5821', '4', '69', '0', '2127', '130.0000'),
('5822', '4', '64', '0', '2128', '1367.9858'),
('5823', '4', '69', '0', '2128', '0.0000'),
('5826', '4', '64', '0', '2130', '64.0100'),
('5827', '4', '69', '0', '2130', '0.0000'),
('5828', '4', '64', '0', '2131', '50.2900'),
('5829', '4', '69', '0', '2131', '0.0000'),
('5830', '4', '64', '0', '2132', '73.9700'),
('5831', '4', '69', '0', '2132', '0.0000'),
('5832', '4', '64', '0', '2133', '73.9700'),
('5833', '4', '69', '0', '2133', '0.0000'),
('5834', '4', '64', '0', '2134', '73.9700'),
('5835', '4', '69', '0', '2134', '0.0000'),
('5836', '4', '64', '0', '2135', '73.9700'),
('5837', '4', '69', '0', '2135', '0.0000'),
('5838', '4', '64', '0', '2136', '73.9700'),
('5839', '4', '69', '0', '2136', '0.0000'),
('5840', '4', '64', '0', '2137', '73.9700'),
('5841', '4', '69', '0', '2137', '0.0000'),
('5842', '4', '64', '0', '2138', '73.9700'),
('5843', '4', '69', '0', '2138', '0.0000'),
('5844', '4', '64', '0', '2139', '54.0600'),
('5845', '4', '69', '0', '2139', '0.0000'),
('5846', '4', '64', '0', '2140', '63.3000'),
('5847', '4', '69', '0', '2140', '0.0000'),
('5848', '4', '64', '0', '2141', '56.1900'),
('5849', '4', '69', '0', '2141', '0.0000'),
('5850', '4', '64', '0', '2142', '56.1900'),
('5851', '4', '69', '0', '2142', '0.0000'),
('5852', '4', '64', '0', '2143', '56.1900'),
('5853', '4', '69', '0', '2143', '0.0000'),
('5854', '4', '64', '0', '2144', '50.5000'),
('5855', '4', '69', '0', '2144', '0.0000'),
('5856', '4', '64', '0', '2145', '56.1900'),
('5857', '4', '69', '0', '2145', '0.0000'),
('5860', '4', '64', '0', '2147', '56.1900'),
('5861', '4', '69', '0', '2147', '0.0000'),
('5862', '4', '64', '0', '2148', '56.1900'),
('5863', '4', '69', '0', '2148', '0.0000'),
('5866', '4', '64', '0', '2150', '124.1500'),
('5867', '4', '69', '0', '2150', '0.0000'),
('5868', '4', '64', '0', '2151', '110.0000'),
('5869', '4', '69', '0', '2151', '0.0000'),
('5870', '4', '64', '0', '2152', '190.0000'),
('5871', '4', '69', '0', '2152', '0.0000'),
('5872', '4', '64', '0', '2153', '33.2200'),
('5873', '4', '69', '0', '2153', '0.0000'),
('5874', '4', '64', '0', '2154', '44.0376'),
('5875', '4', '69', '0', '2154', '0.0000'),
('5876', '4', '64', '0', '2155', '15.7300'),
('5877', '4', '69', '0', '2155', '0.0000'),
('5878', '4', '64', '0', '2156', '46.8342'),
('5879', '4', '69', '0', '2156', '0.0000'),
('5880', '4', '64', '0', '2157', '50.5200'),
('5881', '4', '69', '0', '2157', '0.0000'),
('5882', '4', '64', '0', '2158', '11.1000'),
('5883', '4', '69', '0', '2158', '0.0000'),
('5884', '4', '64', '0', '2159', '24.0100'),
('5885', '4', '69', '0', '2159', '0.0000'),
('5886', '4', '64', '0', '2160', '29.0900'),
('5887', '4', '69', '0', '2160', '0.0000'),
('5888', '4', '64', '0', '2161', '34.8500'),
('5889', '4', '69', '0', '2161', '0.0000'),
('5890', '4', '64', '0', '2162', '29.1900'),
('5891', '4', '69', '0', '2162', '0.0000'),
('5892', '4', '64', '0', '2163', '35.4800'),
('5893', '4', '69', '0', '2163', '0.0000'),
('5894', '4', '64', '0', '2164', '35.5700'),
('5895', '4', '69', '0', '2164', '0.0000'),
('5896', '4', '64', '0', '2165', '17.3500'),
('5897', '4', '69', '0', '2165', '0.0000'),
('5898', '4', '64', '0', '2166', '11.3300'),
('5899', '4', '69', '0', '2166', '0.0000'),
('5900', '4', '64', '0', '2167', '4.3400'),
('5901', '4', '69', '0', '2167', '0.0000'),
('5902', '4', '64', '0', '2168', '4.4300'),
('5903', '4', '69', '0', '2168', '0.0000'),
('5904', '4', '64', '0', '2169', '4.5700'),
('5905', '4', '69', '0', '2169', '0.0000'),
('5906', '4', '64', '0', '2170', '5.8300'),
('5907', '4', '69', '0', '2170', '0.0000'),
('5908', '4', '64', '0', '2171', '5.3300'),
('5909', '4', '69', '0', '2171', '0.0000'),
('5910', '4', '64', '0', '2172', '5.8300'),
('5911', '4', '69', '0', '2172', '0.0000'),
('5912', '4', '64', '0', '2173', '2.1200'),
('5913', '4', '69', '0', '2173', '0.0000'),
('5914', '4', '64', '0', '2174', '18.0800'),
('5915', '4', '69', '0', '2174', '0.0000'),
('5916', '4', '64', '0', '2175', '18.4400'),
('5917', '4', '69', '0', '2175', '0.0000'),
('5918', '4', '64', '0', '2176', '23.0454'),
('5919', '4', '69', '0', '2176', '0.0000'),
('5920', '4', '64', '0', '2177', '45.7900'),
('5921', '4', '69', '0', '2177', '0.0000'),
('5922', '4', '64', '0', '2178', '37.9800'),
('5923', '4', '69', '0', '2178', '0.0000'),
('5924', '4', '64', '0', '2179', '45.8700'),
('5925', '4', '69', '0', '2179', '0.0000'),
('5926', '4', '64', '0', '2180', '55.6200'),
('5927', '4', '69', '0', '2180', '0.0000'),
('5928', '4', '64', '0', '2181', '14.4840'),
('5929', '4', '69', '0', '2181', '50.0000'),
('5930', '4', '64', '0', '2182', '32.9628'),
('5931', '4', '69', '0', '2182', '50.0000'),
('5932', '4', '64', '0', '2183', '40.6564'),
('5933', '4', '69', '0', '2183', '0.0000'),
('5934', '4', '64', '0', '2184', '20.2800'),
('5935', '4', '69', '0', '2184', '0.0000'),
('5936', '4', '64', '0', '2185', '20.6082'),
('5937', '4', '69', '0', '2185', '40.0000'),
('5938', '4', '64', '0', '2186', '14.9600'),
('5939', '4', '69', '0', '2186', '40.0000'),
('5940', '4', '64', '0', '2187', '14.9600'),
('5941', '4', '69', '0', '2187', '40.0000'),
('5942', '4', '64', '0', '2188', '14.9600'),
('5943', '4', '69', '0', '2188', '60.0000'),
('5944', '4', '64', '0', '2189', '16.5962'),
('5945', '4', '69', '0', '2189', '60.0000'),
('5946', '4', '64', '0', '2190', '16.5962'),
('5947', '4', '69', '0', '2190', '60.0000'),
('5948', '4', '64', '0', '2191', '382.0000'),
('5949', '4', '69', '0', '2191', '0.0000'),
('5950', '4', '64', '0', '2192', '331.0000'),
('5951', '4', '69', '0', '2192', '0.0000'),
('5952', '4', '64', '0', '2193', '236.9002'),
('5953', '4', '69', '0', '2193', '0.0000'),
('5954', '4', '64', '0', '2194', '289.0000'),
('5955', '4', '69', '0', '2194', '0.0000'),
('5956', '4', '64', '0', '2195', '342.9114'),
('5957', '4', '69', '0', '2195', '0.0000'),
('5958', '4', '64', '0', '2196', '597.9100'),
('5959', '4', '69', '0', '2196', '0.0000'),
('5960', '4', '64', '0', '2197', '288.9938'),
('5961', '4', '69', '0', '2197', '0.0000'),
('5962', '4', '64', '0', '2198', '81.9982'),
('5963', '4', '69', '0', '2198', '0.0000'),
('5964', '4', '64', '0', '2199', '326.9570'),
('5965', '4', '69', '0', '2199', '0.0000'),
('5966', '4', '64', '0', '2200', '16.6000'),
('5967', '4', '69', '0', '2200', '40.0000'),
('5974', '4', '64', '0', '2204', '71.1830'),
('5975', '4', '69', '0', '2204', '0.0000'),
('5976', '4', '64', '0', '2205', '138.3840'),
('5977', '4', '69', '0', '2205', '0.0000'),
('5978', '4', '64', '0', '2206', '136.8264'),
('5979', '4', '69', '0', '2206', '0.0000'),
('5980', '4', '64', '0', '2207', '233.5864'),
('5981', '4', '69', '0', '2207', '0.0000'),
('5982', '4', '64', '0', '2208', '64.9762'),
('5983', '4', '69', '0', '2208', '0.0000'),
('5984', '4', '64', '0', '2209', '149.1692'),
('5985', '4', '69', '0', '2209', '0.0000'),
('5986', '4', '64', '0', '2210', '72.5282'),
('5987', '4', '69', '0', '2210', '0.0000'),
('5988', '4', '64', '0', '2211', '80.3162'),
('5989', '4', '69', '0', '2211', '0.0000'),
('5990', '4', '64', '0', '2212', '78.4282'),
('5991', '4', '69', '0', '2212', '0.0000'),
('5992', '4', '64', '0', '2213', '72.3276'),
('5993', '4', '69', '0', '2213', '0.0000'),
('5994', '4', '64', '0', '2214', '72.3276'),
('5995', '4', '69', '0', '2214', '0.0000'),
('5996', '4', '64', '0', '2215', '72.3276'),
('5997', '4', '69', '0', '2215', '0.0000'),
('5998', '4', '64', '0', '2216', '82.9948'),
('5999', '4', '69', '0', '2216', '0.0000'),
('6000', '4', '64', '0', '2217', '86.6764'),
('6001', '4', '69', '0', '2217', '0.0000'),
('6002', '4', '64', '0', '2218', '86.6764'),
('6003', '4', '69', '0', '2218', '0.0000'),
('6004', '4', '64', '0', '2219', '86.6764'),
('6005', '4', '69', '0', '2219', '0.0000'),
('6006', '4', '64', '0', '2220', '181.6000'),
('6007', '4', '69', '0', '2220', '0.0000'),
('6008', '4', '64', '0', '2221', '134.1242'),
('6009', '4', '69', '0', '2221', '0.0000'),
('6010', '4', '64', '0', '2222', '154.4700'),
('6011', '4', '69', '0', '2222', '0.0000'),
('6012', '4', '64', '0', '2223', '65.9600'),
('6013', '4', '69', '0', '2223', '0.0000'),
('6014', '4', '64', '0', '2224', '72.7800'),
('6015', '4', '69', '0', '2224', '0.0000'),
('6016', '4', '64', '0', '2225', '68.3274'),
('6017', '4', '69', '0', '2225', '0.0000'),
('6018', '4', '64', '0', '2226', '135.6346'),
('6019', '4', '69', '0', '2226', '0.0000'),
('6020', '4', '64', '0', '2227', '97.1312'),
('6021', '4', '69', '0', '2227', '0.0000'),
('6022', '4', '64', '0', '2228', '73.3542'),
('6023', '4', '69', '0', '2228', '0.0000'),
('6024', '4', '64', '0', '2229', '29.1750'),
('6025', '4', '69', '0', '2229', '0.0000'),
('6026', '4', '64', '0', '2230', '42.4736'),
('6027', '4', '69', '0', '2230', '0.0000'),
('6028', '4', '64', '0', '2231', '32.4100'),
('6029', '4', '69', '0', '2231', '0.0000'),
('6030', '4', '64', '0', '2232', '13.9058'),
('6031', '4', '69', '0', '2232', '0.0000'),
('6032', '4', '64', '0', '2233', '20.2300'),
('6033', '4', '69', '0', '2233', '0.0000'),
('6034', '4', '64', '0', '2234', '24.9388'),
('6035', '4', '69', '0', '2234', '0.0000'),
('6036', '4', '64', '0', '2235', '24.1718'),
('6037', '4', '69', '0', '2235', '0.0000'),
('6038', '4', '64', '0', '2236', '29.1396'),
('6039', '4', '69', '0', '2236', '0.0000'),
('6040', '4', '64', '0', '2237', '34.4260'),
('6041', '4', '69', '0', '2237', '0.0000'),
('6042', '4', '64', '0', '2238', '39.8658'),
('6043', '4', '69', '0', '2238', '0.0000'),
('6044', '4', '64', '0', '2239', '23.9476'),
('6045', '4', '69', '0', '2239', '0.0000'),
('6046', '4', '64', '0', '2240', '28.8682'),
('6047', '4', '69', '0', '2240', '0.0000'),
('6048', '4', '64', '0', '2241', '20.7380'),
('6049', '4', '69', '0', '2241', '0.0000'),
('6050', '4', '64', '0', '2242', '18.6848'),
('6051', '4', '69', '0', '2242', '0.0000'),
('6052', '4', '64', '0', '2243', '18.6848'),
('6053', '4', '69', '0', '2243', '0.0000'),
('6054', '4', '64', '0', '2244', '18.6848'),
('6055', '4', '69', '0', '2244', '0.0000'),
('6056', '4', '64', '0', '2245', '18.6848'),
('6057', '4', '69', '0', '2245', '0.0000'),
('6058', '4', '64', '0', '2246', '19.1000'),
('6059', '4', '69', '0', '2246', '0.0000'),
('6060', '4', '64', '0', '2247', '18.6848'),
('6061', '4', '69', '0', '2247', '0.0000'),
('6062', '4', '64', '0', '2248', '19.1000'),
('6063', '4', '69', '0', '2248', '0.0000'),
('6064', '4', '64', '0', '2249', '18.6848'),
('6065', '4', '69', '0', '2249', '0.0000'),
('6066', '4', '64', '0', '2250', '17.7644'),
('6067', '4', '69', '0', '2250', '0.0000'),
('6068', '4', '64', '0', '2251', '15.4634'),
('6069', '4', '69', '0', '2251', '0.0000'),
('6070', '4', '64', '0', '2252', '15.8800'),
('6071', '4', '69', '0', '2252', '0.0000'),
('6072', '4', '64', '0', '2253', '15.4634'),
('6073', '4', '69', '0', '2253', '0.0000'),
('6074', '4', '64', '0', '2254', '15.4634'),
('6075', '4', '69', '0', '2254', '0.0000'),
('6076', '4', '64', '0', '2255', '15.4600'),
('6077', '4', '69', '0', '2255', '0.0000'),
('6078', '4', '64', '0', '2256', '18.2000'),
('6079', '4', '69', '0', '2256', '0.0000'),
('6080', '4', '64', '0', '2257', '15.6994'),
('6081', '4', '69', '0', '2257', '0.0000'),
('6082', '4', '64', '0', '2258', '15.6994'),
('6083', '4', '69', '0', '2258', '0.0000'),
('6084', '4', '64', '0', '2259', '15.6994'),
('6085', '4', '69', '0', '2259', '0.0000'),
('6086', '4', '64', '0', '2260', '15.6994'),
('6087', '4', '69', '0', '2260', '0.0000'),
('6088', '4', '64', '0', '2261', '15.6994'),
('6089', '4', '69', '0', '2261', '0.0000'),
('6090', '4', '64', '0', '2262', '20.9032'),
('6091', '4', '69', '0', '2262', '0.0000'),
('6092', '4', '64', '0', '2263', '17.3278'),
('6093', '4', '69', '0', '2263', '0.0000'),
('6094', '4', '64', '0', '2264', '17.3278'),
('6095', '4', '69', '0', '2264', '0.0000'),
('6096', '4', '64', '0', '2265', '17.3278'),
('6097', '4', '69', '0', '2265', '0.0000'),
('6098', '4', '64', '0', '2266', '17.3278'),
('6099', '4', '69', '0', '2266', '0.0000'),
('6100', '4', '64', '0', '2267', '17.3278'),
('6101', '4', '69', '0', '2267', '0.0000'),
('6102', '4', '64', '0', '2268', '17.3278'),
('6103', '4', '69', '0', '2268', '0.0000'),
('6104', '4', '64', '0', '2269', '17.3278'),
('6105', '4', '69', '0', '2269', '0.0000'),
('6106', '4', '64', '0', '2270', '17.3278'),
('6107', '4', '69', '0', '2270', '0.0000'),
('6108', '4', '64', '0', '2271', '17.3278'),
('6109', '4', '69', '0', '2271', '0.0000'),
('6110', '4', '64', '0', '2272', '17.3278'),
('6111', '4', '69', '0', '2272', '0.0000'),
('6112', '4', '64', '0', '2273', '18.4000'),
('6113', '4', '69', '0', '2273', '0.0000'),
('10083', '4', '64', '0', '6216', '463.9996'),
('10084', '4', '69', '0', '6216', '540.0000'),
('10097', '4', '64', '0', '6223', '16.2800'),
('10098', '4', '69', '0', '6223', '40.0000'),
('10111', '4', '64', '0', '6230', '122.0000'),
('10112', '4', '69', '0', '6230', '5700.0000'),
('10115', '4', '64', '0', '6232', '500.0000'),
('10116', '4', '69', '0', '6232', '0.0000'),
('10117', '4', '64', '0', '6233', '596.0000'),
('10118', '4', '69', '0', '6233', '15200.0000'),
('10119', '4', '64', '0', '6234', '888.0000'),
('10120', '4', '69', '0', '6234', '15200.0000'),
('10137', '4', '64', '0', '6243', '109.0000'),
('10138', '4', '69', '0', '6243', '0.0000'),
('10143', '4', '64', '0', '6246', '104.2400'),
('10144', '4', '69', '0', '6246', '5940.0000'),
('10145', '4', '64', '0', '6247', '432.2000'),
('10146', '4', '69', '0', '6247', '17400.0000'),
('10149', '4', '64', '0', '6249', '202.5400'),
('10150', '4', '69', '0', '6249', '12400.0000'),
('10151', '4', '64', '0', '6250', '244.9200'),
('10152', '4', '69', '0', '6250', '12750.0000'),
('10153', '4', '64', '0', '6251', '333.9000'),
('10154', '4', '69', '0', '6251', '15150.0000'),
('10163', '4', '64', '0', '6256', '57.1410'),
('10164', '4', '69', '0', '6256', '0.0000'),
('10165', '4', '64', '0', '6257', '40.5502'),
('10166', '4', '69', '0', '6257', '0.0000'),
('10175', '4', '64', '0', '6262', '20.0000'),
('10176', '4', '69', '0', '6262', '0.0000'),
('10197', '4', '64', '0', '6273', '2042.0000'),
('10198', '4', '69', '0', '6273', '0.0000'),
('10219', '4', '64', '0', '6284', '86.9200'),
('10220', '4', '69', '0', '6284', '0.0000'),
('10249', '4', '64', '0', '6299', '815.0024'),
('10250', '4', '69', '0', '6299', '0.0000'),
('10251', '4', '64', '0', '6300', '1020.9950'),
('10252', '4', '69', '0', '6300', '0.0000'),
('10253', '4', '64', '0', '6301', '230.0000'),
('10254', '4', '69', '0', '6301', '0.0000'),
('10289', '4', '64', '0', '6319', '56.1900'),
('10290', '4', '69', '0', '6319', '0.0000'),
('10309', '4', '64', '0', '6329', '21.0000'),
('10310', '4', '69', '0', '6329', '0.0000'),
('10523', '4', '64', '0', '6436', '120.9062'),
('10524', '4', '69', '0', '6436', '0.0000'),
('10543', '4', '64', '0', '6446', '74.8980'),
('10544', '4', '69', '0', '6446', '0.0000'),
('10545', '4', '64', '0', '6447', '183.9064'),
('10546', '4', '69', '0', '6447', '0.0000'),
('10547', '4', '64', '0', '6448', '385.0000'),
('10548', '4', '69', '0', '6448', '0.0000'),
('10549', '4', '64', '0', '6449', '236.9002'),
('10550', '4', '69', '0', '6449', '0.0000'),
('10553', '4', '64', '0', '6451', '107.9026'),
('10554', '4', '69', '0', '6451', '0.0000'),
('10555', '4', '64', '0', '6452', '139.0000'),
('10556', '4', '69', '0', '6452', '0.0000'),
('10557', '4', '64', '0', '6453', '276.9022'),
('10558', '4', '69', '0', '6453', '0.0000'),
('11018', '4', '64', '0', '6910', '84.4880'),
('11019', '4', '69', '0', '6910', '0.0000'),
('11020', '4', '64', '0', '6911', '84.4880'),
('11021', '4', '69', '0', '6911', '0.0000'),
('11022', '4', '64', '0', '6912', '84.4880'),
('11023', '4', '69', '0', '6912', '0.0000'),
('11024', '4', '64', '0', '6913', '84.4880'),
('11025', '4', '69', '0', '6913', '0.0000'),
('11026', '4', '64', '0', '6914', '96.2054'),
('11027', '4', '69', '0', '6914', '0.0000'),
('11028', '4', '64', '0', '6915', '36.2786'),
('11029', '4', '69', '0', '6915', '0.0000'),
('11030', '4', '64', '0', '6916', '11.8236'),
('11031', '4', '69', '0', '6916', '0.0000'),
('11032', '4', '64', '0', '6917', '463.3894'),
('11033', '4', '69', '0', '6917', '0.0000'),
('11034', '4', '64', '0', '6918', '602.6176'),
('11035', '4', '69', '0', '6918', '0.0000'),
('11036', '4', '64', '0', '6919', '41.7774'),
('11037', '4', '69', '0', '6919', '0.0000'),
('11038', '4', '64', '0', '6920', '107.0550'),
('11039', '4', '69', '0', '6920', '0.0000'),
('11040', '4', '64', '0', '6921', '21.2454'),
('11041', '4', '69', '0', '6921', '0.0000'),
('11042', '4', '64', '0', '6922', '71.0414'),
('11043', '4', '69', '0', '6922', '0.0000'),
('11044', '4', '64', '0', '6923', '88.9184'),
('11045', '4', '69', '0', '6923', '0.0000'),
('11046', '4', '64', '0', '6924', '122.8080'),
('11047', '4', '69', '0', '6924', '0.0000'),
('11048', '4', '64', '0', '6925', '122.8080'),
('11049', '4', '69', '0', '6925', '0.0000'),
('11050', '4', '64', '0', '6926', '122.8080'),
('11051', '4', '69', '0', '6926', '0.0000'),
('11052', '4', '64', '0', '6927', '122.8080'),
('11053', '4', '69', '0', '6927', '0.0000'),
('11054', '4', '64', '0', '6928', '120.4126'),
('11055', '4', '69', '0', '6928', '0.0000'),
('11056', '4', '64', '0', '6929', '1607.9624'),
('11057', '4', '69', '0', '6929', '0.0000'),
('11058', '4', '64', '0', '6930', '203.6144'),
('11059', '4', '69', '0', '6930', '0.0000'),
('11060', '4', '64', '0', '6931', '163.2918'),
('11061', '4', '69', '0', '6931', '0.0000'),
('11062', '4', '64', '0', '6932', '247.1308'),
('11063', '4', '69', '0', '6932', '0.0000'),
('11064', '4', '64', '0', '6933', '128.7650'),
('11065', '4', '69', '0', '6933', '0.0000'),
('11066', '4', '64', '0', '6934', '12.6176'),
('11067', '4', '69', '0', '6934', '0.0000'),
('11068', '4', '64', '0', '6935', '12.6176'),
('11069', '4', '69', '0', '6935', '0.0000'),
('11070', '4', '64', '0', '6936', '49.3648'),
('11071', '4', '69', '0', '6936', '0.0000'),
('11072', '4', '64', '0', '6937', '54.5568'),
('11073', '4', '69', '0', '6937', '0.0000'),
('11074', '4', '64', '0', '6938', '206.7178'),
('11075', '4', '69', '0', '6938', '0.0000'),
('11076', '4', '64', '0', '6939', '206.7178'),
('11077', '4', '69', '0', '6939', '0.0000'),
('11078', '4', '64', '0', '6940', '721.5228'),
('11079', '4', '69', '0', '6940', '0.0000'),
('11080', '4', '64', '0', '6941', '15.9944'),
('11081', '4', '69', '0', '6941', '0.0000'),
('11082', '4', '64', '0', '6942', '15.9944'),
('11083', '4', '69', '0', '6942', '0.0000'),
('11084', '4', '64', '0', '6943', '56.1498'),
('11085', '4', '69', '0', '6943', '0.0000'),
('11086', '4', '64', '0', '6944', '53.7072'),
('11087', '4', '69', '0', '6944', '0.0000'),
('11088', '4', '64', '0', '6945', '99.4912'),
('11089', '4', '69', '0', '6945', '0.0000'),
('11090', '4', '64', '0', '6946', '219.7450'),
('11091', '4', '69', '0', '6946', '0.0000'),
('11092', '4', '64', '0', '6947', '219.7450'),
('11093', '4', '69', '0', '6947', '0.0000'),
('11094', '4', '64', '0', '6948', '219.7450'),
('11095', '4', '69', '0', '6948', '0.0000'),
('11096', '4', '64', '0', '6949', '144.7088'),
('11097', '4', '69', '0', '6949', '0.0000'),
('11098', '4', '64', '0', '6950', '148.2016'),
('11099', '4', '69', '0', '6950', '0.0000'),
('11100', '4', '64', '0', '6951', '74.1212'),
('11101', '4', '69', '0', '6951', '0.0000'),
('11102', '4', '64', '0', '6952', '13.7500'),
('11103', '4', '69', '0', '6952', '0.0000'),
('11106', '4', '64', '0', '6954', '56.5456'),
('11107', '4', '69', '0', '6954', '0.0000'),
('11108', '4', '64', '0', '6955', '33.9486'),
('11109', '4', '69', '0', '6955', '0.0000'),
('11110', '4', '64', '0', '6956', '57.1946'),
('11111', '4', '69', '0', '6956', '0.0000'),
('11112', '4', '64', '0', '6957', '75.0008'),
('11113', '4', '69', '0', '6957', '0.0000'),
('11114', '4', '64', '0', '6958', '67.9916'),
('11115', '4', '69', '0', '6958', '0.0000'),
('11116', '4', '64', '0', '6959', '60.9824'),
('11117', '4', '69', '0', '6959', '0.0000'),
('11118', '4', '64', '0', '6960', '74.1094'),
('11119', '4', '69', '0', '6960', '0.0000'),
('11120', '4', '64', '0', '6961', '119.6874'),
('11121', '4', '69', '0', '6961', '0.0000'),
('11122', '4', '64', '0', '6962', '181.6846'),
('11123', '4', '69', '0', '6962', '0.0000'),
('11124', '4', '64', '0', '6963', '79.2960'),
('11125', '4', '69', '0', '6963', '0.0000'),
('11126', '4', '64', '0', '6964', '61.8438'),
('11127', '4', '69', '0', '6964', '0.0000'),
('11128', '4', '64', '0', '6965', '69.2070'),
('11129', '4', '69', '0', '6965', '0.0000'),
('11130', '4', '64', '0', '6966', '120.9062'),
('11131', '4', '69', '0', '6966', '0.0000'),
('11132', '4', '64', '0', '6967', '10.9976'),
('11133', '4', '69', '0', '6967', '0.0000'),
('11134', '4', '64', '0', '6968', '46.6572'),
('11135', '4', '69', '0', '6968', '0.0000'),
('11136', '4', '64', '0', '6969', '725.8030'),
('11137', '4', '69', '0', '6969', '0.0000'),
('11138', '4', '64', '0', '6970', '9.7586'),
('11139', '4', '69', '0', '6970', '0.0000'),
('11140', '4', '64', '0', '6971', '114.4836'),
('11141', '4', '69', '0', '6971', '0.0000'),
('11142', '4', '64', '0', '6972', '391.9050'),
('11143', '4', '69', '0', '6972', '0.0000'),
('11144', '4', '64', '0', '6973', '74.8980'),
('11145', '4', '69', '0', '6973', '0.0000'),
('11146', '4', '64', '0', '6974', '60.9032'),
('11147', '4', '69', '0', '6974', '0.0000'),
('11148', '4', '64', '0', '6975', '254.0000'),
('11149', '4', '69', '0', '6975', '0.0000'),
('11150', '4', '64', '0', '6976', '34.6920'),
('11151', '4', '69', '0', '6976', '0.0000'),
('11154', '4', '64', '0', '6978', '2.7494'),
('11155', '4', '69', '0', '6978', '0.0000'),
('11156', '4', '64', '0', '6979', '975.7996'),
('11157', '4', '69', '0', '6979', '0.0000'),
('11158', '4', '64', '0', '6980', '55.5126'),
('11159', '4', '69', '0', '6980', '0.0000'),
('11160', '4', '64', '0', '6981', '55.5126'),
('11161', '4', '69', '0', '6981', '0.0000'),
('11162', '4', '64', '0', '6982', '55.5126'),
('11163', '4', '69', '0', '6982', '0.0000'),
('11164', '4', '64', '0', '6983', '570.8000'),
('11165', '4', '69', '0', '6983', '0.0000'),
('11166', '4', '64', '0', '6984', '331.6070'),
('11167', '4', '69', '0', '6984', '0.0000'),
('11168', '4', '64', '0', '6985', '92.6300'),
('11169', '4', '69', '0', '6985', '0.0000'),
('11170', '4', '64', '0', '6986', '58.1150'),
('11171', '4', '69', '0', '6986', '0.0000'),
('11172', '4', '64', '0', '6987', '226.5364'),
('11173', '4', '69', '0', '6987', '0.0000'),
('11174', '4', '64', '0', '6988', '60.9032'),
('11175', '4', '69', '0', '6988', '0.0000'),
('11182', '4', '64', '0', '6992', '454.6000'),
('11183', '4', '69', '0', '6992', '0.0000'),
('11184', '4', '64', '0', '6993', '1272.9958'),
('11185', '4', '69', '0', '6993', '0.0000'),
('11186', '4', '64', '0', '6994', '365.5100'),
('11187', '4', '69', '0', '6994', '0.0000'),
('11190', '4', '64', '0', '6996', '119.9032'),
('11191', '4', '69', '0', '6996', '0.0000'),
('11192', '4', '64', '0', '6997', '499.9900'),
('11193', '4', '69', '0', '6997', '0.0000'),
('11194', '4', '64', '0', '6998', '88.9956'),
('11195', '4', '69', '0', '6998', '0.0000'),
('11196', '4', '64', '0', '6999', '122.4958'),
('11197', '4', '69', '0', '6999', '0.0000'),
('11198', '4', '64', '0', '7000', '122.4958'),
('11199', '4', '69', '0', '7000', '0.0000'),
('11200', '4', '64', '0', '7001', '219.9992'),
('11201', '4', '69', '0', '7001', '0.0000'),
('11202', '4', '64', '0', '7002', '1500.0000'),
('11203', '4', '69', '0', '7002', '0.0000'),
('11204', '4', '64', '0', '7003', '816.5000'),
('11205', '4', '69', '0', '7003', '0.0000'),
('11206', '4', '64', '0', '7004', '183.9856'),
('11207', '4', '69', '0', '7004', '0.0000'),
('11208', '4', '64', '0', '7005', '17.7762'),
('11209', '4', '69', '0', '7005', '0.0000'),
('11210', '4', '64', '0', '7006', '16.5962'),
('11211', '4', '69', '0', '7006', '0.0000'),
('11212', '4', '64', '0', '7007', '16.5962'),
('11213', '4', '69', '0', '7007', '0.0000'),
('11214', '4', '64', '0', '7008', '16.5962'),
('11215', '4', '69', '0', '7008', '0.0000'),
('11216', '4', '64', '0', '7009', '21.0448'),
('11217', '4', '69', '0', '7009', '0.0000'),
('11218', '4', '64', '0', '7010', '17.2334'),
('11219', '4', '69', '0', '7010', '0.0000'),
('11220', '4', '64', '0', '7011', '17.2334'),
('11221', '4', '69', '0', '7011', '0.0000'),
('11222', '4', '64', '0', '7012', '17.2334'),
('11223', '4', '69', '0', '7012', '0.0000'),
('11224', '4', '64', '0', '7013', '77.3662'),
('11225', '4', '69', '0', '7013', '0.0000'),
('11226', '4', '64', '0', '7014', '17.3278'),
('11227', '4', '69', '0', '7014', '0.0000'),
('11228', '4', '64', '0', '7015', '19.8058'),
('11229', '4', '69', '0', '7015', '0.0000'),
('11230', '4', '64', '0', '7016', '310.1802'),
('11231', '4', '69', '0', '7016', '0.0000'),
('11232', '4', '64', '0', '7017', '310.1802'),
('11233', '4', '69', '0', '7017', '0.0000'),
('11234', '4', '64', '0', '7018', '310.1802'),
('11235', '4', '69', '0', '7018', '0.0000'),
('11236', '4', '64', '0', '7019', '310.1802'),
('11237', '4', '69', '0', '7019', '0.0000'),
('11238', '4', '64', '0', '7020', '310.1802'),
('11239', '4', '69', '0', '7020', '0.0000'),
('11240', '4', '64', '0', '7021', '310.1802'),
('11241', '4', '69', '0', '7021', '0.0000'),
('11242', '4', '64', '0', '7022', '310.1802'),
('11243', '4', '69', '0', '7022', '0.0000'),
('11244', '4', '64', '0', '7023', '310.1802'),
('11245', '4', '69', '0', '7023', '0.0000'),
('11246', '4', '64', '0', '7024', '310.1802'),
('11247', '4', '69', '0', '7024', '0.0000'),
('11248', '4', '64', '0', '7025', '310.1802'),
('11249', '4', '69', '0', '7025', '0.0000'),
('11250', '4', '64', '0', '7026', '310.1802'),
('11251', '4', '69', '0', '7026', '0.0000'),
('11252', '4', '64', '0', '7027', '73.0474'),
('11253', '4', '69', '0', '7027', '0.0000'),
('11254', '4', '64', '0', '7028', '73.0474'),
('11255', '4', '69', '0', '7028', '0.0000'),
('11256', '4', '64', '0', '7029', '73.0474'),
('11257', '4', '69', '0', '7029', '0.0000'),
('11258', '4', '64', '0', '7030', '73.0474'),
('11259', '4', '69', '0', '7030', '0.0000'),
('11260', '4', '64', '0', '7031', '73.0474'),
('11261', '4', '69', '0', '7031', '0.0000'),
('11262', '4', '64', '0', '7032', '73.0474'),
('11263', '4', '69', '0', '7032', '0.0000'),
('11264', '4', '64', '0', '7033', '449.9930'),
('11265', '4', '69', '0', '7033', '0.0000'),
('11266', '4', '64', '0', '7034', '792.4408'),
('11267', '4', '69', '0', '7034', '0.0000'),
('11268', '4', '64', '0', '7035', '79.5846'),
('11269', '4', '69', '0', '7035', '0.0000'),
('11270', '4', '64', '0', '7036', '79.5846'),
('11271', '4', '69', '0', '7036', '0.0000'),
('11272', '4', '64', '0', '7037', '79.5846'),
('11273', '4', '69', '0', '7037', '0.0000'),
('11274', '4', '64', '0', '7038', '79.5846'),
('11275', '4', '69', '0', '7038', '0.0000'),
('11276', '4', '64', '0', '7039', '79.5846'),
('11277', '4', '69', '0', '7039', '0.0000'),
('11278', '4', '64', '0', '7040', '79.5846'),
('11279', '4', '69', '0', '7040', '0.0000'),
('11280', '4', '64', '0', '7041', '79.5846'),
('11281', '4', '69', '0', '7041', '0.0000'),
('11282', '4', '64', '0', '7042', '79.5846'),
('11283', '4', '69', '0', '7042', '0.0000'),
('11284', '4', '64', '0', '7043', '79.5846'),
('11285', '4', '69', '0', '7043', '0.0000'),
('11286', '4', '64', '0', '7044', '79.5846'),
('11287', '4', '69', '0', '7044', '0.0000'),
('11288', '4', '64', '0', '7045', '79.5846'),
('11289', '4', '69', '0', '7045', '0.0000'),
('11290', '4', '64', '0', '7046', '173.4300'),
('11291', '4', '69', '0', '7046', '0.0000'),
('11292', '4', '64', '0', '7047', '206.7178'),
('11293', '4', '69', '0', '7047', '0.0000'),
('11294', '4', '64', '0', '7048', '206.7178'),
('11295', '4', '69', '0', '7048', '0.0000'),
('11296', '4', '64', '0', '7049', '206.7178'),
('11297', '4', '69', '0', '7049', '0.0000'),
('11298', '4', '64', '0', '7050', '94.2402'),
('11299', '4', '69', '0', '7050', '0.0000'),
('11300', '4', '64', '0', '7051', '94.2402'),
('11301', '4', '69', '0', '7051', '0.0000'),
('11302', '4', '64', '0', '7052', '94.2402'),
('11303', '4', '69', '0', '7052', '0.0000'),
('11304', '4', '64', '0', '7053', '9.6524'),
('11305', '4', '69', '0', '7053', '0.0000'),
('11306', '4', '64', '0', '7054', '8.0830'),
('11307', '4', '69', '0', '7054', '0.0000'),
('11308', '4', '64', '0', '7055', '14.1010'),
('11309', '4', '69', '0', '7055', '0.0000'),
('11310', '4', '64', '0', '7056', '46.2560'),
('11311', '4', '69', '0', '7056', '0.0000'),
('11312', '4', '64', '0', '7057', '54.2800'),
('11313', '4', '69', '0', '7057', '0.0000'),
('11314', '4', '64', '0', '7058', '229.9938'),
('11315', '4', '69', '0', '7058', '0.0000'),
('11316', '4', '64', '0', '7059', '289.9850'),
('11317', '4', '69', '0', '7059', '0.0000'),
('11318', '4', '64', '0', '7060', '146.2664'),
('11319', '4', '69', '0', '7060', '0.0000'),
('11320', '4', '64', '0', '7061', '102.5710'),
('11321', '4', '69', '0', '7061', '0.0000'),
('11322', '4', '64', '0', '7062', '102.5710'),
('11323', '4', '69', '0', '7062', '0.0000'),
('11324', '4', '64', '0', '7063', '102.5710'),
('11325', '4', '69', '0', '7063', '0.0000'),
('11326', '4', '64', '0', '7064', '85.8386'),
('11327', '4', '69', '0', '7064', '0.0000'),
('11328', '4', '64', '0', '7065', '140.7204'),
('11329', '4', '69', '0', '7065', '0.0000'),
('11330', '4', '64', '0', '7066', '77.5078'),
('11331', '4', '69', '0', '7066', '0.0000'),
('11332', '4', '64', '0', '7067', '134.5844'),
('11333', '4', '69', '0', '7067', '0.0000'),
('11334', '4', '64', '0', '7068', '134.5844'),
('11335', '4', '69', '0', '7068', '0.0000'),
('11336', '4', '64', '0', '7069', '57.2354'),
('11337', '4', '69', '0', '7069', '0.0000'),
('11338', '4', '64', '0', '7070', '61.3182'),
('11339', '4', '69', '0', '7070', '0.0000'),
('11340', '4', '64', '0', '7071', '40.1844'),
('11341', '4', '69', '0', '7071', '0.0000'),
('11342', '4', '64', '0', '7072', '73.5784'),
('11343', '4', '69', '0', '7072', '0.0000'),
('11344', '4', '64', '0', '7073', '53.7308'),
('11345', '4', '69', '0', '7073', '0.0000'),
('11346', '4', '64', '0', '7074', '83.5848'),
('11347', '4', '69', '0', '7074', '0.0000'),
('11348', '4', '64', '0', '7075', '147.4700'),
('11349', '4', '69', '0', '7075', '0.0000'),
('11350', '4', '64', '0', '7076', '99.4912'),
('11351', '4', '69', '0', '7076', '0.0000'),
('11352', '4', '64', '0', '7077', '40.1136'),
('11353', '4', '69', '0', '7077', '0.0000'),
('11354', '4', '64', '0', '7078', '39.5826'),
('11355', '4', '69', '0', '7078', '0.0000'),
('11356', '4', '64', '0', '7079', '134.5844'),
('11357', '4', '69', '0', '7079', '0.0000'),
('11358', '4', '64', '0', '7080', '64.5750'),
('11359', '4', '69', '0', '7080', '0.0000'),
('11360', '4', '64', '0', '7081', '47.7364'),
('11361', '4', '69', '0', '7081', '0.0000'),
('11362', '4', '64', '0', '7082', '54.9108'),
('11363', '4', '69', '0', '7082', '0.0000'),
('11364', '4', '64', '0', '7083', '121.4900'),
('11365', '4', '69', '0', '7083', '0.0000'),
('11366', '4', '64', '0', '7084', '121.4864'),
('11367', '4', '69', '0', '7084', '0.0000'),
('11368', '4', '64', '0', '7085', '121.4864'),
('11369', '4', '69', '0', '7085', '0.0000'),
('11370', '4', '64', '0', '7086', '66.6046'),
('11371', '4', '69', '0', '7086', '0.0000'),
('11372', '4', '64', '0', '7087', '54.9762'),
('11373', '4', '69', '0', '7087', '0.0000'),
('11374', '4', '64', '0', '7088', '321.5028'),
('11375', '4', '69', '0', '7088', '0.0000'),
('11376', '4', '64', '0', '7089', '49.5654'),
('11377', '4', '69', '0', '7089', '0.0000'),
('11378', '4', '64', '0', '7090', '28.3018'),
('11379', '4', '69', '0', '7090', '0.0000'),
('11380', '4', '64', '0', '7091', '43.1880'),
('11381', '4', '69', '0', '7091', '0.0000'),
('11382', '4', '64', '0', '7092', '41.6000'),
('11383', '4', '69', '0', '7092', '0.0000'),
('11384', '4', '64', '0', '7093', '85.8686'),
('11385', '4', '69', '0', '7093', '0.0000'),
('11386', '4', '64', '0', '7094', '149.6900'),
('11387', '4', '69', '0', '7094', '0.0000'),
('11388', '4', '64', '0', '7095', '119.6900'),
('11389', '4', '69', '0', '7095', '0.0000'),
('11390', '4', '64', '0', '7096', '80.1810'),
('11391', '4', '69', '0', '7096', '0.0000'),
('11392', '4', '64', '0', '7097', '61.5842'),
('11393', '4', '69', '0', '7097', '0.0000'),
('11394', '4', '64', '0', '7098', '91.9338'),
('11395', '4', '69', '0', '7098', '0.0000'),
('11396', '4', '64', '0', '7099', '61.5842'),
('11397', '4', '69', '0', '7099', '0.0000'),
('11398', '4', '64', '0', '7100', '71.1200'),
('11399', '4', '69', '0', '7100', '0.0000'),
('11400', '4', '64', '0', '7101', '75.1000'),
('11401', '4', '69', '0', '7101', '0.0000'),
('11402', '4', '64', '0', '7102', '28.4434'),
('11403', '4', '69', '0', '7102', '0.0000'),
('11404', '4', '64', '0', '7103', '16.5962'),
('11405', '4', '69', '0', '7103', '0.0000'),
('11406', '4', '64', '0', '7104', '22.9400'),
('11407', '4', '69', '0', '7104', '0.0000'),
('11408', '4', '64', '0', '7105', '38.7448'),
('11409', '4', '69', '0', '7105', '0.0000'),
('11410', '4', '64', '0', '7106', '47.9488'),
('11411', '4', '69', '0', '7106', '0.0000'),
('11412', '4', '64', '0', '7107', '310.1802'),
('11413', '4', '69', '0', '7107', '0.0000'),
('11414', '4', '64', '0', '7108', '310.1802'),
('11415', '4', '69', '0', '7108', '0.0000'),
('11416', '4', '64', '0', '7109', '74.1094'),
('11417', '4', '69', '0', '7109', '0.0000'),
('11418', '4', '64', '0', '7110', '74.1094'),
('11419', '4', '69', '0', '7110', '0.0000'),
('11420', '4', '64', '0', '7111', '74.1100'),
('11421', '4', '69', '0', '7111', '0.0000'),
('11422', '4', '64', '0', '7112', '79.5846'),
('11423', '4', '69', '0', '7112', '0.0000'),
('11424', '4', '64', '0', '7113', '74.1212'),
('11425', '4', '69', '0', '7113', '0.0000'),
('11426', '4', '64', '0', '7114', '74.1212'),
('11427', '4', '69', '0', '7114', '0.0000'),
('11428', '4', '64', '0', '7115', '74.1200'),
('11429', '4', '69', '0', '7115', '0.0000'),
('11430', '4', '64', '0', '7116', '74.1212'),
('11431', '4', '69', '0', '7116', '0.0000'),
('11432', '4', '64', '0', '7117', '74.1212'),
('11433', '4', '69', '0', '7117', '0.0000'),
('11434', '4', '64', '0', '7118', '74.1200'),
('11435', '4', '69', '0', '7118', '0.0000'),
('11436', '4', '64', '0', '7119', '74.1212'),
('11437', '4', '69', '0', '7119', '0.0000'),
('11438', '4', '64', '0', '7120', '74.1212'),
('11439', '4', '69', '0', '7120', '0.0000'),
('11440', '4', '64', '0', '7121', '74.1212'),
('11441', '4', '69', '0', '7121', '0.0000'),
('11442', '4', '64', '0', '7122', '74.1212'),
('11443', '4', '69', '0', '7122', '0.0000'),
('11444', '4', '64', '0', '7123', '74.1212'),
('11445', '4', '69', '0', '7123', '0.0000'),
('11446', '4', '64', '0', '7124', '206.7200'),
('11447', '4', '69', '0', '7124', '0.0000'),
('11448', '4', '64', '0', '7125', '18.4134'),
('11449', '4', '69', '0', '7125', '0.0000'),
('11450', '4', '64', '0', '7126', '94.2400'),
('11451', '4', '69', '0', '7126', '0.0000'),
('11452', '4', '64', '0', '7127', '94.2402'),
('11453', '4', '69', '0', '7127', '0.0000'),
('11454', '4', '64', '0', '7128', '94.2402'),
('11455', '4', '69', '0', '7128', '0.0000'),
('11456', '4', '64', '0', '7129', '94.2402'),
('11457', '4', '69', '0', '7129', '0.0000'),
('11458', '4', '64', '0', '7130', '9.0742'),
('11459', '4', '69', '0', '7130', '0.0000'),
('11460', '4', '64', '0', '7131', '60.5930'),
('11461', '4', '69', '0', '7131', '0.0000'),
('11462', '4', '64', '0', '7132', '24.9216'),
('11463', '4', '69', '0', '7132', '0.0000'),
('11464', '4', '64', '0', '7133', '94.1050'),
('11465', '4', '69', '0', '7133', '0.0000'),
('11466', '4', '64', '0', '7134', '52.9938'),
('11467', '4', '69', '0', '7134', '0.0000'),
('11468', '4', '64', '0', '7135', '12.9328'),
('11469', '4', '69', '0', '7135', '0.0000'),
('11470', '4', '64', '0', '7136', '10.2660'),
('11471', '4', '69', '0', '7136', '0.0000'),
('11472', '4', '64', '0', '7137', '13.9476'),
('11473', '4', '69', '0', '7137', '0.0000'),
('11474', '4', '64', '0', '7138', '24.3100'),
('11475', '4', '69', '0', '7138', '0.0000'),
('11476', '4', '64', '0', '7139', '137.9238'),
('11477', '4', '69', '0', '7139', '0.0000'),
('11478', '4', '64', '0', '7140', '238.7194'),
('11479', '4', '69', '0', '7140', '0.0000'),
('11480', '4', '65', '0', '2140', NULL),
('11481', '4', '68', '0', '2140', NULL),
('11482', '4', '65', '0', '2114', NULL),
('11483', '4', '68', '0', '2114', NULL),
('11484', '4', '65', '0', '6300', NULL),
('11485', '4', '68', '0', '6300', NULL),
('11486', '4', '65', '0', '6299', NULL),
('11487', '4', '68', '0', '6299', NULL),
('11490', '4', '65', '0', '6301', NULL),
('11491', '4', '68', '0', '6301', NULL),
('11492', '4', '65', '0', '7135', NULL),
('11493', '4', '68', '0', '7135', NULL),
('11494', '4', '65', '0', '7140', NULL),
('11495', '4', '68', '0', '7140', NULL),
('11496', '4', '65', '0', '7138', NULL),
('11497', '4', '68', '0', '7138', NULL),
('11498', '4', '65', '0', '7139', NULL),
('11499', '4', '68', '0', '7139', NULL),
('11500', '4', '65', '0', '7137', NULL),
('11501', '4', '68', '0', '7137', NULL),
('11502', '4', '65', '0', '7134', NULL),
('11503', '4', '68', '0', '7134', NULL),
('11504', '4', '65', '0', '7133', NULL),
('11505', '4', '68', '0', '7133', NULL),
('11506', '4', '65', '0', '2099', NULL),
('11507', '4', '68', '0', '2099', NULL),
('11508', '4', '65', '0', '7132', NULL),
('11509', '4', '68', '0', '7132', NULL),
('11510', '4', '65', '0', '7131', NULL),
('11511', '4', '68', '0', '7131', NULL),
('11512', '4', '65', '0', '7130', NULL),
('11513', '4', '68', '0', '7130', NULL),
('11514', '4', '65', '0', '7129', NULL),
('11515', '4', '68', '0', '7129', NULL),
('11516', '4', '65', '0', '7004', NULL),
('11517', '4', '68', '0', '7004', NULL),
('11518', '4', '65', '0', '7003', NULL),
('11519', '4', '68', '0', '7003', NULL),
('11520', '4', '65', '0', '7002', NULL),
('11521', '4', '68', '0', '7002', NULL),
('11522', '4', '65', '0', '7136', NULL),
('11523', '4', '68', '0', '7136', NULL),
('11524', '4', '65', '0', '7128', NULL),
('11525', '4', '68', '0', '7128', NULL),
('11526', '4', '65', '0', '7127', NULL),
('11527', '4', '68', '0', '7127', NULL),
('11528', '4', '65', '0', '7126', NULL),
('11529', '4', '68', '0', '7126', NULL),
('11530', '4', '65', '0', '7125', NULL),
('11531', '4', '68', '0', '7125', NULL),
('11532', '4', '65', '0', '7124', NULL),
('11533', '4', '68', '0', '7124', NULL),
('11534', '4', '65', '0', '7123', NULL),
('11535', '4', '68', '0', '7123', NULL),
('11536', '4', '65', '0', '7122', NULL),
('11537', '4', '68', '0', '7122', NULL),
('11538', '4', '65', '0', '7121', NULL),
('11539', '4', '68', '0', '7121', NULL),
('11540', '4', '65', '0', '7120', NULL),
('11541', '4', '68', '0', '7120', NULL),
('11542', '4', '65', '0', '7119', NULL),
('11543', '4', '68', '0', '7119', NULL),
('11544', '4', '65', '0', '7118', NULL),
('11545', '4', '68', '0', '7118', NULL),
('11546', '4', '65', '0', '7117', NULL),
('11547', '4', '68', '0', '7117', NULL),
('11548', '4', '65', '0', '7116', NULL),
('11549', '4', '68', '0', '7116', NULL),
('11550', '4', '65', '0', '7115', NULL),
('11551', '4', '68', '0', '7115', NULL),
('11552', '4', '65', '0', '7114', NULL),
('11553', '4', '68', '0', '7114', NULL),
('11554', '4', '65', '0', '7113', NULL),
('11555', '4', '68', '0', '7113', NULL),
('11556', '4', '65', '0', '7112', NULL),
('11557', '4', '68', '0', '7112', NULL),
('11558', '4', '65', '0', '7111', NULL),
('11559', '4', '68', '0', '7111', NULL),
('11560', '4', '65', '0', '7110', NULL),
('11561', '4', '68', '0', '7110', NULL),
('11562', '4', '65', '0', '7109', NULL),
('11563', '4', '68', '0', '7109', NULL),
('11564', '4', '65', '0', '7108', NULL),
('11565', '4', '68', '0', '7108', NULL),
('11566', '4', '65', '0', '7107', NULL),
('11567', '4', '68', '0', '7107', NULL),
('11568', '4', '65', '0', '7106', NULL),
('11569', '4', '68', '0', '7106', NULL),
('11570', '4', '65', '0', '7105', NULL),
('11571', '4', '68', '0', '7105', NULL),
('11572', '4', '65', '0', '7104', NULL),
('11573', '4', '68', '0', '7104', NULL),
('11574', '4', '65', '0', '7103', NULL),
('11575', '4', '68', '0', '7103', NULL),
('11576', '4', '65', '0', '7102', NULL),
('11577', '4', '68', '0', '7102', NULL),
('11578', '4', '65', '0', '7101', NULL),
('11579', '4', '68', '0', '7101', NULL),
('11584', '4', '65', '0', '6453', NULL),
('11585', '4', '68', '0', '6453', NULL),
('11586', '4', '65', '0', '6452', NULL),
('11587', '4', '68', '0', '6452', NULL),
('11588', '4', '65', '0', '6451', NULL),
('11589', '4', '68', '0', '6451', NULL),
('11590', '4', '65', '0', '6448', NULL),
('11591', '4', '68', '0', '6448', NULL),
('11592', '4', '65', '0', '7100', NULL),
('11593', '4', '68', '0', '7100', NULL),
('11594', '4', '65', '0', '7099', NULL),
('11595', '4', '68', '0', '7099', NULL),
('11596', '4', '65', '0', '7098', NULL),
('11597', '4', '68', '0', '7098', NULL),
('11598', '4', '65', '0', '7097', NULL),
('11599', '4', '68', '0', '7097', NULL),
('11600', '4', '65', '0', '7096', NULL),
('11601', '4', '68', '0', '7096', NULL),
('11602', '4', '65', '0', '7095', NULL),
('11603', '4', '68', '0', '7095', NULL),
('11604', '4', '65', '0', '7094', NULL),
('11605', '4', '68', '0', '7094', NULL),
('11606', '4', '65', '0', '7093', NULL),
('11607', '4', '68', '0', '7093', NULL),
('11608', '4', '65', '0', '7092', NULL),
('11609', '4', '68', '0', '7092', NULL),
('11610', '4', '65', '0', '7091', NULL),
('11611', '4', '68', '0', '7091', NULL),
('11612', '4', '65', '0', '7090', NULL),
('11613', '4', '68', '0', '7090', NULL),
('11614', '4', '65', '0', '7089', NULL),
('11615', '4', '68', '0', '7089', NULL),
('11616', '4', '65', '0', '7088', NULL),
('11617', '4', '68', '0', '7088', NULL),
('11618', '4', '65', '0', '7087', NULL),
('11619', '4', '68', '0', '7087', NULL),
('11620', '4', '65', '0', '7086', NULL),
('11621', '4', '68', '0', '7086', NULL),
('11622', '4', '65', '0', '7085', NULL),
('11623', '4', '68', '0', '7085', NULL),
('11624', '4', '65', '0', '7084', NULL),
('11625', '4', '68', '0', '7084', NULL),
('11626', '4', '65', '0', '7083', NULL),
('11627', '4', '68', '0', '7083', NULL),
('11628', '4', '65', '0', '7082', NULL),
('11629', '4', '68', '0', '7082', NULL),
('11630', '4', '65', '0', '7081', NULL),
('11631', '4', '68', '0', '7081', NULL),
('11632', '4', '65', '0', '7001', NULL),
('11633', '4', '68', '0', '7001', NULL),
('11634', '4', '65', '0', '7059', NULL),
('11635', '4', '68', '0', '7059', NULL),
('11636', '4', '65', '0', '7000', NULL),
('11637', '4', '68', '0', '7000', NULL),
('11638', '4', '65', '0', '6999', NULL),
('11639', '4', '68', '0', '6999', NULL),
('11640', '4', '65', '0', '6998', NULL),
('11641', '4', '68', '0', '6998', NULL),
('11646', '4', '65', '0', '2101', NULL),
('11647', '4', '68', '0', '2101', NULL),
('11652', '4', '65', '0', '6273', NULL),
('11653', '4', '68', '0', '6273', NULL),
('11654', '4', '65', '0', '2105', NULL),
('11655', '4', '68', '0', '2105', NULL),
('11660', '4', '65', '0', '2125', NULL),
('11661', '4', '68', '0', '2125', NULL),
('11664', '4', '65', '0', '2122', NULL),
('11665', '4', '68', '0', '2122', NULL),
('11666', '4', '65', '0', '2123', NULL),
('11667', '4', '68', '0', '2123', NULL),
('11668', '4', '65', '0', '6216', NULL),
('11669', '4', '68', '0', '6216', NULL),
('11672', '4', '65', '0', '2128', NULL),
('11673', '4', '68', '0', '2128', NULL),
('11674', '4', '65', '0', '2124', NULL),
('11675', '4', '68', '0', '2124', NULL),
('11676', '4', '65', '0', '2117', NULL),
('11677', '4', '68', '0', '2117', NULL),
('11678', '4', '65', '0', '2118', NULL),
('11679', '4', '68', '0', '2118', NULL),
('11680', '4', '65', '0', '2119', NULL),
('11681', '4', '68', '0', '2119', NULL),
('11682', '4', '65', '0', '2121', NULL),
('11683', '4', '68', '0', '2121', NULL),
('11686', '4', '65', '0', '2126', NULL),
('11687', '4', '68', '0', '2126', NULL),
('11688', '4', '65', '0', '6993', NULL),
('11689', '4', '68', '0', '6993', NULL),
('11690', '4', '65', '0', '6994', NULL),
('11691', '4', '68', '0', '6994', NULL),
('11692', '4', '65', '0', '2127', NULL),
('11693', '4', '68', '0', '2127', NULL),
('11694', '4', '65', '0', '6992', NULL),
('11695', '4', '68', '0', '6992', NULL),
('11696', '4', '65', '0', '6997', NULL),
('11697', '4', '68', '0', '6997', NULL),
('11700', '4', '65', '0', '2156', NULL),
('11701', '4', '68', '0', '2156', NULL),
('11702', '4', '65', '0', '2157', NULL),
('11703', '4', '68', '0', '2157', NULL),
('11704', '4', '65', '0', '2097', NULL),
('11705', '4', '68', '0', '2097', NULL),
('11706', '4', '65', '0', '2094', NULL),
('11707', '4', '68', '0', '2094', NULL),
('11708', '4', '65', '0', '2096', NULL),
('11709', '4', '68', '0', '2096', NULL),
('11710', '4', '65', '0', '2173', NULL),
('11711', '4', '68', '0', '2173', NULL),
('11712', '4', '65', '0', '2155', NULL),
('11713', '4', '68', '0', '2155', NULL),
('11714', '4', '65', '0', '2154', NULL),
('11715', '4', '68', '0', '2154', NULL),
('11716', '4', '65', '0', '2116', NULL),
('11717', '4', '68', '0', '2116', NULL),
('11718', '4', '65', '0', '2115', NULL),
('11719', '4', '68', '0', '2115', NULL),
('11720', '4', '65', '0', '2098', NULL),
('11721', '4', '68', '0', '2098', NULL),
('11722', '4', '65', '0', '2165', NULL),
('11723', '4', '68', '0', '2165', NULL),
('11724', '4', '65', '0', '2158', NULL),
('11725', '4', '68', '0', '2158', NULL),
('11726', '4', '65', '0', '2159', NULL),
('11727', '4', '68', '0', '2159', NULL),
('11728', '4', '65', '0', '2160', NULL),
('11729', '4', '68', '0', '2160', NULL),
('11730', '4', '65', '0', '2161', NULL),
('11731', '4', '68', '0', '2161', NULL),
('11732', '4', '65', '0', '2164', NULL),
('11733', '4', '68', '0', '2164', NULL),
('11734', '4', '65', '0', '2162', NULL),
('11735', '4', '68', '0', '2162', NULL),
('11736', '4', '65', '0', '2163', NULL),
('11737', '4', '68', '0', '2163', NULL),
('11738', '4', '65', '0', '2175', NULL),
('11739', '4', '68', '0', '2175', NULL),
('11740', '4', '65', '0', '2174', NULL),
('11741', '4', '68', '0', '2174', NULL),
('11742', '4', '65', '0', '2176', NULL),
('11743', '4', '68', '0', '2176', NULL),
('11744', '4', '65', '0', '2177', NULL),
('11745', '4', '68', '0', '2177', NULL),
('11746', '4', '65', '0', '2178', NULL),
('11747', '4', '68', '0', '2178', NULL),
('11748', '4', '65', '0', '2179', NULL),
('11749', '4', '68', '0', '2179', NULL),
('11750', '4', '65', '0', '2151', NULL),
('11751', '4', '68', '0', '2151', NULL),
('11752', '4', '65', '0', '2152', NULL),
('11753', '4', '68', '0', '2152', NULL),
('11754', '4', '65', '0', '7058', NULL),
('11755', '4', '68', '0', '7058', NULL),
('11756', '4', '65', '0', '2103', NULL),
('11757', '4', '68', '0', '2103', NULL),
('11758', '4', '65', '0', '2167', NULL),
('11759', '4', '68', '0', '2167', NULL),
('11760', '4', '65', '0', '2168', NULL),
('11761', '4', '68', '0', '2168', NULL),
('11762', '4', '65', '0', '2169', NULL),
('11763', '4', '68', '0', '2169', NULL),
('11764', '4', '65', '0', '2171', NULL),
('11765', '4', '68', '0', '2171', NULL),
('11766', '4', '65', '0', '2170', NULL),
('11767', '4', '68', '0', '2170', NULL),
('11768', '4', '65', '0', '2172', NULL),
('11769', '4', '68', '0', '2172', NULL),
('11770', '4', '65', '0', '2130', NULL),
('11771', '4', '68', '0', '2130', NULL),
('11772', '4', '65', '0', '2131', NULL),
('11773', '4', '68', '0', '2131', NULL),
('11774', '4', '65', '0', '2132', NULL),
('11775', '4', '68', '0', '2132', NULL),
('11776', '4', '65', '0', '2133', NULL),
('11777', '4', '68', '0', '2133', NULL),
('11778', '4', '65', '0', '2147', NULL),
('11779', '4', '68', '0', '2147', NULL),
('11780', '4', '65', '0', '2148', NULL),
('11781', '4', '68', '0', '2148', NULL),
('11782', '4', '65', '0', '2141', NULL),
('11783', '4', '68', '0', '2141', NULL),
('11784', '4', '65', '0', '2143', NULL),
('11785', '4', '68', '0', '2143', NULL),
('11786', '4', '65', '0', '2144', NULL),
('11787', '4', '68', '0', '2144', NULL),
('11788', '4', '65', '0', '2145', NULL),
('11789', '4', '68', '0', '2145', NULL),
('11790', '4', '65', '0', '6319', NULL),
('11791', '4', '68', '0', '6319', NULL),
('11794', '4', '65', '0', '2142', NULL),
('11795', '4', '68', '0', '2142', NULL),
('11796', '4', '65', '0', '2106', NULL),
('11797', '4', '68', '0', '2106', NULL),
('11798', '4', '65', '0', '2107', NULL),
('11799', '4', '68', '0', '2107', NULL),
('11800', '4', '65', '0', '2108', NULL),
('11801', '4', '68', '0', '2108', NULL),
('11802', '4', '65', '0', '2109', NULL),
('11803', '4', '68', '0', '2109', NULL),
('11804', '4', '65', '0', '2110', NULL),
('11805', '4', '68', '0', '2110', NULL),
('11806', '4', '65', '0', '2111', NULL),
('11807', '4', '68', '0', '2111', NULL),
('11808', '4', '65', '0', '2112', NULL),
('11809', '4', '68', '0', '2112', NULL),
('11810', '4', '65', '0', '2113', NULL),
('11811', '4', '68', '0', '2113', NULL),
('11812', '4', '65', '0', '2093', NULL),
('11813', '4', '68', '0', '2093', NULL),
('11814', '4', '65', '0', '2134', NULL),
('11815', '4', '68', '0', '2134', NULL),
('11816', '4', '65', '0', '2135', NULL),
('11817', '4', '68', '0', '2135', NULL),
('11818', '4', '65', '0', '2136', NULL),
('11819', '4', '68', '0', '2136', NULL),
('11820', '4', '65', '0', '2137', NULL),
('11821', '4', '68', '0', '2137', NULL),
('11822', '4', '65', '0', '2138', NULL),
('11823', '4', '68', '0', '2138', NULL),
('11824', '4', '65', '0', '2139', NULL),
('11825', '4', '68', '0', '2139', NULL),
('11826', '4', '65', '0', '2204', NULL),
('11827', '4', '68', '0', '2204', NULL),
('11828', '4', '65', '0', '2208', NULL),
('11829', '4', '68', '0', '2208', NULL),
('11830', '4', '65', '0', '2228', NULL),
('11831', '4', '68', '0', '2228', NULL),
('11832', '4', '65', '0', '2229', NULL),
('11833', '4', '68', '0', '2229', NULL),
('11834', '4', '65', '0', '2230', NULL),
('11835', '4', '68', '0', '2230', NULL),
('11836', '4', '65', '0', '2236', NULL),
('11837', '4', '68', '0', '2236', NULL),
('11838', '4', '65', '0', '2238', NULL),
('11839', '4', '68', '0', '2238', NULL),
('11840', '4', '65', '0', '2240', NULL),
('11841', '4', '68', '0', '2240', NULL),
('11842', '4', '65', '0', '2262', NULL),
('11843', '4', '68', '0', '2262', NULL),
('11844', '4', '65', '0', '2251', NULL),
('11845', '4', '68', '0', '2251', NULL),
('11846', '4', '65', '0', '2252', NULL),
('11847', '4', '68', '0', '2252', NULL),
('11848', '4', '65', '0', '6447', NULL),
('11849', '4', '68', '0', '6447', NULL),
('11850', '4', '65', '0', '2253', NULL),
('11851', '4', '68', '0', '2253', NULL),
('11852', '4', '65', '0', '2254', NULL),
('11853', '4', '68', '0', '2254', NULL),
('11854', '4', '65', '0', '2243', NULL),
('11855', '4', '68', '0', '2243', NULL),
('11856', '4', '65', '0', '2246', NULL),
('11857', '4', '68', '0', '2246', NULL),
('11858', '4', '65', '0', '2248', NULL),
('11859', '4', '68', '0', '2248', NULL),
('11860', '4', '65', '0', '2233', NULL),
('11861', '4', '68', '0', '2233', NULL),
('11862', '4', '65', '0', '2235', NULL),
('11863', '4', '68', '0', '2235', NULL),
('11864', '4', '65', '0', '2237', NULL),
('11865', '4', '68', '0', '2237', NULL),
('11866', '4', '65', '0', '2232', NULL),
('11867', '4', '68', '0', '2232', NULL),
('11868', '4', '65', '0', '2256', NULL),
('11869', '4', '68', '0', '2256', NULL),
('11870', '4', '65', '0', '2153', NULL),
('11871', '4', '68', '0', '2153', NULL),
('11872', '4', '65', '0', '2194', NULL),
('11873', '4', '68', '0', '2194', NULL),
('11874', '4', '65', '0', '2196', NULL),
('11875', '4', '68', '0', '2196', NULL),
('11876', '4', '65', '0', '2191', NULL),
('11877', '4', '68', '0', '2191', NULL),
('11878', '4', '65', '0', '2192', NULL),
('11879', '4', '68', '0', '2192', NULL),
('11880', '4', '65', '0', '2180', NULL),
('11881', '4', '68', '0', '2180', NULL),
('11882', '4', '65', '0', '6988', NULL),
('11883', '4', '68', '0', '6988', NULL),
('11884', '4', '65', '0', '6996', NULL),
('11885', '4', '68', '0', '6996', NULL),
('11886', '4', '65', '0', '6449', NULL),
('11887', '4', '68', '0', '6449', NULL),
('11888', '4', '65', '0', '2273', NULL),
('11889', '4', '68', '0', '2273', NULL),
('11890', '4', '65', '0', '2195', NULL),
('11891', '4', '68', '0', '2195', NULL),
('11892', '4', '65', '0', '2193', NULL),
('11893', '4', '68', '0', '2193', NULL),
('11894', '4', '65', '0', '2261', NULL),
('11895', '4', '68', '0', '2261', NULL),
('11896', '4', '65', '0', '2225', NULL),
('11897', '4', '68', '0', '2225', NULL),
('11898', '4', '65', '0', '2183', NULL),
('11899', '4', '68', '0', '2183', NULL),
('11900', '4', '65', '0', '2184', NULL),
('11901', '4', '68', '0', '2184', NULL),
('11902', '4', '65', '0', '2231', NULL),
('11903', '4', '68', '0', '2231', NULL),
('11904', '4', '65', '0', '7006', NULL),
('11905', '4', '68', '0', '7006', NULL),
('11906', '4', '65', '0', '2200', NULL),
('11907', '4', '68', '0', '2200', NULL),
('11908', '4', '65', '0', '2190', NULL),
('11909', '4', '68', '0', '2190', NULL),
('11910', '4', '65', '0', '2189', NULL),
('11911', '4', '68', '0', '2189', NULL),
('11912', '4', '65', '0', '2255', NULL),
('11913', '4', '68', '0', '2255', NULL),
('11914', '4', '65', '0', '6232', NULL),
('11915', '4', '68', '0', '6232', NULL),
('11916', '4', '65', '0', '6233', NULL),
('11917', '4', '68', '0', '6233', NULL),
('11918', '4', '65', '0', '6234', NULL),
('11919', '4', '68', '0', '6234', NULL),
('11920', '4', '65', '0', '6975', NULL),
('11921', '4', '68', '0', '6975', NULL),
('11922', '4', '65', '0', '6436', NULL),
('11923', '4', '68', '0', '6436', NULL),
('11924', '4', '65', '0', '2234', NULL),
('11925', '4', '68', '0', '2234', NULL),
('11926', '4', '65', '0', '2199', NULL),
('11927', '4', '68', '0', '2199', NULL),
('11928', '4', '65', '0', '2150', NULL),
('11929', '4', '68', '0', '2150', NULL),
('11932', '4', '65', '0', '6257', NULL),
('11933', '4', '68', '0', '6257', NULL),
('11936', '4', '65', '0', '6256', NULL),
('11937', '4', '68', '0', '6256', NULL),
('11938', '4', '69', '0', '7149', '0.0000'),
('11939', '4', '64', '0', '7149', '11.4000'),
('11940', '4', '65', '0', '7149', NULL),
('11941', '4', '68', '0', '7149', NULL),
('11942', '4', '69', '0', '7150', '0.0000'),
('11943', '4', '64', '0', '7150', '16.0700'),
('11944', '4', '65', '0', '7150', NULL),
('11945', '4', '68', '0', '7150', NULL),
('11946', '4', '69', '0', '7151', '0.0000'),
('11947', '4', '64', '0', '7151', '18.6300'),
('11948', '4', '65', '0', '7151', NULL),
('11949', '4', '68', '0', '7151', NULL),
('11950', '4', '69', '0', '7152', '0.0000'),
('11951', '4', '64', '0', '7152', '18.6600'),
('11952', '4', '65', '0', '7152', NULL),
('11953', '4', '68', '0', '7152', NULL),
('11954', '4', '69', '0', '7153', '0.0000'),
('11955', '4', '64', '0', '7153', '29.9200'),
('11956', '4', '65', '0', '7153', NULL),
('11957', '4', '68', '0', '7153', NULL),
('11958', '4', '69', '0', '7154', '0.0000'),
('11959', '4', '64', '0', '7154', '24.0700'),
('11960', '4', '65', '0', '7154', NULL),
('11961', '4', '68', '0', '7154', NULL),
('11962', '4', '69', '0', '7155', '0.0000'),
('11963', '4', '64', '0', '7155', '89.2000'),
('11964', '4', '65', '0', '7155', NULL),
('11965', '4', '68', '0', '7155', NULL),
('11966', '4', '65', '0', '6230', NULL),
('11967', '4', '68', '0', '6230', NULL),
('11968', '4', '69', '0', '7156', '0.0000'),
('11969', '4', '64', '0', '7156', '320.0000'),
('11970', '4', '65', '0', '7156', NULL),
('11971', '4', '68', '0', '7156', NULL),
('11972', '4', '69', '0', '7157', '0.0000'),
('11973', '4', '64', '0', '7157', '235.0000'),
('11974', '4', '65', '0', '7157', NULL),
('11975', '4', '68', '0', '7157', NULL),
('11976', '4', '69', '0', '7158', '0.0000'),
('11977', '4', '64', '0', '7158', '290.0000'),
('11978', '4', '65', '0', '7158', NULL),
('11979', '4', '68', '0', '7158', NULL),
('11980', '4', '69', '0', '7159', '0.0000'),
('11981', '4', '64', '0', '7159', '11.6500'),
('11982', '4', '65', '0', '7159', NULL),
('11983', '4', '68', '0', '7159', NULL),
('11984', '4', '69', '0', '7160', '0.0000'),
('11985', '4', '64', '0', '7160', '400.0000'),
('11986', '4', '65', '0', '7160', NULL),
('11987', '4', '68', '0', '7160', NULL),
('11988', '4', '69', '0', '7161', '0.0000'),
('11989', '4', '64', '0', '7161', '565.0000'),
('11990', '4', '65', '0', '7161', NULL),
('11991', '4', '68', '0', '7161', NULL),
('11992', '4', '69', '0', '7162', '0.0000'),
('11993', '4', '64', '0', '7162', '731.0000'),
('11994', '4', '65', '0', '7162', NULL),
('11995', '4', '68', '0', '7162', NULL),
('11996', '4', '65', '0', '6446', NULL),
('11997', '4', '68', '0', '6446', NULL),
('11998', '4', '65', '0', '2198', NULL),
('11999', '4', '68', '0', '2198', NULL),
('12000', '4', '65', '0', '2197', NULL),
('12001', '4', '68', '0', '2197', NULL),
('12002', '4', '69', '0', '7163', '0.0000'),
('12003', '4', '64', '0', '7163', '107.0000'),
('12004', '4', '65', '0', '7163', NULL),
('12005', '4', '68', '0', '7163', NULL),
('12006', '4', '69', '0', '7164', '0.0000'),
('12007', '4', '64', '0', '7164', '792.0000'),
('12008', '4', '65', '0', '7164', NULL),
('12009', '4', '68', '0', '7164', NULL),
('12010', '4', '69', '0', '7165', '0.0000'),
('12011', '4', '64', '0', '7165', '695.0000'),
('12012', '4', '65', '0', '7165', NULL),
('12013', '4', '68', '0', '7165', NULL),
('12014', '4', '69', '0', '7166', '0.0000'),
('12015', '4', '64', '0', '7166', '885.0000'),
('12016', '4', '65', '0', '7166', NULL),
('12017', '4', '68', '0', '7166', NULL),
('12018', '4', '69', '0', '7167', '0.0000'),
('12019', '4', '64', '0', '7167', '183.9900'),
('12020', '4', '65', '0', '7167', NULL),
('12021', '4', '68', '0', '7167', NULL),
('12022', '4', '69', '0', '7168', '0.0000'),
('12023', '4', '64', '0', '7168', '122.4958'),
('12024', '4', '65', '0', '7168', NULL),
('12025', '4', '68', '0', '7168', NULL),
('12026', '4', '69', '0', '7169', '0.0000'),
('12027', '4', '64', '0', '7169', '122.5000'),
('12028', '4', '65', '0', '7169', NULL),
('12029', '4', '68', '0', '7169', NULL),
('12030', '4', '69', '0', '7170', '0.0000'),
('12031', '4', '64', '0', '7170', '285.9848'),
('12032', '4', '65', '0', '7170', NULL),
('12033', '4', '68', '0', '7170', NULL),
('12034', '4', '69', '0', '7171', '0.0000'),
('12035', '4', '64', '0', '7171', '198.9952'),
('12036', '4', '65', '0', '7171', NULL),
('12037', '4', '68', '0', '7171', NULL),
('12038', '4', '69', '0', '7172', '0.0000'),
('12039', '4', '64', '0', '7172', '438.9900'),
('12040', '4', '65', '0', '7172', NULL),
('12041', '4', '68', '0', '7172', NULL),
('12042', '4', '69', '0', '7173', '0.0000'),
('12043', '4', '64', '0', '7173', '410.0000'),
('12044', '4', '65', '0', '7173', NULL),
('12045', '4', '68', '0', '7173', NULL),
('12046', '4', '69', '0', '7174', '0.0000'),
('12047', '4', '64', '0', '7174', '914.9956'),
('12048', '4', '65', '0', '7174', NULL),
('12049', '4', '68', '0', '7174', NULL),
('12050', '4', '69', '0', '7175', '0.0000'),
('12051', '4', '64', '0', '7175', '535.0002'),
('12052', '4', '65', '0', '7175', NULL),
('12053', '4', '68', '0', '7175', NULL),
('12054', '4', '69', '0', '7176', '0.0000'),
('12055', '4', '64', '0', '7176', '399.9964'),
('12056', '4', '65', '0', '7176', NULL),
('12057', '4', '68', '0', '7176', NULL),
('12058', '4', '69', '0', '7177', '0.0000'),
('12059', '4', '64', '0', '7177', '260.0012'),
('12060', '4', '65', '0', '7177', NULL),
('12061', '4', '68', '0', '7177', NULL),
('12062', '4', '69', '0', '7178', '0.0000'),
('12063', '4', '64', '0', '7178', '230.0000'),
('12064', '4', '65', '0', '7178', NULL),
('12065', '4', '68', '0', '7178', NULL),
('12066', '4', '69', '0', '7179', '0.0000'),
('12067', '4', '64', '0', '7179', '89.0000'),
('12068', '4', '65', '0', '7179', NULL),
('12069', '4', '68', '0', '7179', NULL),
('12070', '4', '69', '0', '7180', '0.0000'),
('12071', '4', '64', '0', '7180', '89.0000'),
('12072', '4', '65', '0', '7180', NULL),
('12073', '4', '68', '0', '7180', NULL),
('12074', '4', '69', '0', '7181', '0.0000'),
('12075', '4', '64', '0', '7181', '89.0000'),
('12076', '4', '65', '0', '7181', NULL),
('12077', '4', '68', '0', '7181', NULL),
('12078', '4', '69', '0', '7182', '0.0000'),
('12079', '4', '64', '0', '7182', '290.9900'),
('12080', '4', '65', '0', '7182', NULL),
('12081', '4', '68', '0', '7182', NULL),
('12082', '4', '69', '0', '7183', '0.0000'),
('12083', '4', '64', '0', '7183', '321.5000'),
('12084', '4', '65', '0', '7183', NULL),
('12085', '4', '68', '0', '7183', NULL),
('12086', '4', '69', '0', '7184', '0.0000'),
('12087', '4', '64', '0', '7184', '315.0000'),
('12088', '4', '65', '0', '7184', NULL),
('12089', '4', '68', '0', '7184', NULL),
('12090', '4', '69', '0', '7185', '0.0000'),
('12091', '4', '64', '0', '7185', '205.0000'),
('12092', '4', '65', '0', '7185', NULL),
('12093', '4', '68', '0', '7185', NULL),
('12094', '4', '69', '0', '7186', '0.0000'),
('12095', '4', '64', '0', '7186', '655.0000'),
('12096', '4', '65', '0', '7186', NULL),
('12097', '4', '68', '0', '7186', NULL),
('12098', '4', '69', '0', '7187', '0.0000'),
('12099', '4', '64', '0', '7187', '950.0000'),
('12100', '4', '65', '0', '7187', NULL),
('12101', '4', '68', '0', '7187', NULL),
('12102', '4', '69', '0', '7188', '0.0000'),
('12103', '4', '64', '0', '7188', '1000.0000'),
('12104', '4', '65', '0', '7188', NULL),
('12105', '4', '68', '0', '7188', NULL),
('12106', '4', '69', '0', '7189', '0.0000'),
('12107', '4', '64', '0', '7189', '1475.0000'),
('12108', '4', '65', '0', '7189', NULL),
('12109', '4', '68', '0', '7189', NULL),
('12110', '4', '69', '0', '7190', '0.0000'),
('12111', '4', '64', '0', '7190', '750.0000'),
('12112', '4', '65', '0', '7190', NULL),
('12113', '4', '68', '0', '7190', NULL),
('12118', '4', '65', '0', '2102', NULL),
('12119', '4', '68', '0', '2102', NULL),
('12120', '4', '65', '0', '2100', NULL),
('12121', '4', '68', '0', '2100', NULL),
('12122', '4', '69', '0', '7192', '0.0000'),
('12123', '4', '64', '0', '7192', '1542.2300'),
('12124', '4', '65', '0', '7192', NULL),
('12125', '4', '68', '0', '7192', NULL),
('12126', '4', '69', '0', '7193', '0.0000'),
('12127', '4', '64', '0', '7193', '183.9856'),
('12128', '4', '65', '0', '7193', NULL),
('12129', '4', '68', '0', '7193', NULL),
('12130', '4', '69', '0', '7194', '0.0000'),
('12131', '4', '64', '0', '7194', '761.5012'),
('12132', '4', '65', '0', '7194', NULL),
('12133', '4', '68', '0', '7194', NULL),
('12138', '4', '65', '0', '2095', NULL),
('12139', '4', '68', '0', '2095', NULL),
('12148', '4', '69', '0', '7199', '0.0000'),
('12149', '4', '64', '0', '7199', '2402.0000'),
('12150', '4', '65', '0', '7199', NULL),
('12151', '4', '68', '0', '7199', NULL),
('12152', '4', '69', '0', '7200', '0.0000'),
('12153', '4', '64', '0', '7200', '527.1900'),
('12154', '4', '65', '0', '7200', NULL),
('12155', '4', '68', '0', '7200', NULL),
('12156', '4', '65', '0', '6284', NULL),
('12157', '4', '68', '0', '6284', NULL),
('12158', '4', '69', '0', '7201', '0.0000'),
('12159', '4', '64', '0', '7201', '19.8800'),
('12160', '4', '65', '0', '7201', NULL),
('12161', '4', '68', '0', '7201', NULL),
('12162', '4', '69', '0', '7202', '0.0000'),
('12163', '4', '64', '0', '7202', '15.6500'),
('12164', '4', '65', '0', '7202', NULL),
('12165', '4', '68', '0', '7202', NULL),
('12166', '4', '69', '0', '7203', '0.0000'),
('12167', '4', '64', '0', '7203', '15.9772'),
('12168', '4', '65', '0', '7203', NULL),
('12169', '4', '68', '0', '7203', NULL),
('12170', '4', '69', '0', '7204', '0.0000'),
('12171', '4', '64', '0', '7204', '16.3000'),
('12172', '4', '65', '0', '7204', NULL),
('12173', '4', '68', '0', '7204', NULL),
('12174', '4', '69', '0', '7205', '0.0000'),
('12175', '4', '64', '0', '7205', '26.0000'),
('12176', '4', '65', '0', '7205', NULL),
('12177', '4', '68', '0', '7205', NULL),
('12178', '4', '69', '0', '7206', '0.0000'),
('12179', '4', '64', '0', '7206', '26.5382'),
('12180', '4', '65', '0', '7206', NULL),
('12181', '4', '68', '0', '7206', NULL),
('12182', '4', '69', '0', '7207', '0.0000'),
('12183', '4', '64', '0', '7207', '23.1100'),
('12184', '4', '65', '0', '7207', NULL),
('12185', '4', '68', '0', '7207', NULL),
('12186', '4', '69', '0', '7208', '0.0000'),
('12187', '4', '64', '0', '7208', '18.8800'),
('12188', '4', '65', '0', '7208', NULL),
('12189', '4', '68', '0', '7208', NULL),
('12190', '4', '69', '0', '7209', '0.0000'),
('12191', '4', '64', '0', '7209', '18.8800'),
('12192', '4', '65', '0', '7209', NULL),
('12193', '4', '68', '0', '7209', NULL),
('12194', '4', '64', '0', '7210', '100.0000'),
('12195', '4', '65', '0', '7210', NULL),
('12196', '4', '69', '0', '7211', '0.0000'),
('12197', '4', '64', '0', '7211', '100.0000'),
('12198', '4', '65', '0', '7211', NULL),
('12199', '4', '68', '0', '7211', NULL),
('12200', '4', '88', '0', '7211', NULL),
('12201', '4', '69', '0', '7212', '0.0000'),
('12202', '4', '64', '0', '7212', '42.6800'),
('12203', '4', '65', '0', '7212', NULL),
('12204', '4', '68', '0', '7212', NULL),
('12205', '4', '69', '0', '7213', '0.0000'),
('12206', '4', '64', '0', '7213', '50.5000'),
('12207', '4', '65', '0', '7213', NULL),
('12208', '4', '68', '0', '7213', NULL),
('12209', '4', '69', '0', '7214', '0.0000'),
('12210', '4', '64', '0', '7214', '26.3200'),
('12211', '4', '65', '0', '7214', NULL),
('12212', '4', '68', '0', '7214', NULL),
('12213', '4', '69', '0', '7215', '0.0000'),
('12214', '4', '64', '0', '7215', '26.3200'),
('12215', '4', '65', '0', '7215', NULL),
('12216', '4', '68', '0', '7215', NULL),
('12217', '4', '69', '0', '7216', '0.0000'),
('12218', '4', '64', '0', '7216', '139.2700'),
('12219', '4', '65', '0', '7216', NULL),
('12220', '4', '68', '0', '7216', NULL),
('12221', '4', '69', '0', '7217', '0.0000'),
('12222', '4', '64', '0', '7217', '42.3100'),
('12223', '4', '65', '0', '7217', NULL),
('12224', '4', '68', '0', '7217', NULL),
('12225', '4', '69', '0', '7218', '0.0000'),
('12226', '4', '64', '0', '7218', '357.2000'),
('12227', '4', '65', '0', '7218', NULL),
('12228', '4', '68', '0', '7218', NULL),
('12229', '4', '69', '0', '7219', '0.0000'),
('12230', '4', '64', '0', '7219', '48.5100'),
('12231', '4', '65', '0', '7219', NULL),
('12232', '4', '68', '0', '7219', NULL),
('12233', '4', '69', '0', '7220', '0.0000'),
('12234', '4', '64', '0', '7220', '58.6500'),
('12235', '4', '65', '0', '7220', NULL),
('12236', '4', '68', '0', '7220', NULL),
('12237', '4', '65', '0', '2166', NULL),
('12238', '4', '68', '0', '2166', NULL),
('12239', '4', '69', '0', '7221', '0.0000'),
('12240', '4', '64', '0', '7221', '62.6600'),
('12241', '4', '65', '0', '7221', NULL),
('12242', '4', '68', '0', '7221', NULL),
('12243', '4', '65', '0', '2224', NULL),
('12244', '4', '68', '0', '2224', NULL),
('12245', '4', '65', '0', '6952', NULL),
('12246', '4', '68', '0', '6952', NULL),
('12247', '4', '65', '0', '2223', NULL),
('12248', '4', '68', '0', '2223', NULL),
('12249', '4', '65', '0', '2222', NULL),
('12250', '4', '68', '0', '2222', NULL),
('12251', '4', '65', '0', '2220', NULL),
('12252', '4', '68', '0', '2220', NULL),
('12253', '4', '65', '0', '6329', NULL),
('12254', '4', '68', '0', '6329', NULL),
('12257', '4', '65', '0', '6250', NULL),
('12258', '4', '68', '0', '6250', NULL),
('12259', '4', '65', '0', '6249', NULL),
('12260', '4', '68', '0', '6249', NULL),
('12261', '4', '65', '0', '6251', NULL),
('12262', '4', '68', '0', '6251', NULL);

-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_product_entity_gallery`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_product_entity_gallery` (
  `value_id` int(11) NOT NULL auto_increment,
  `entity_type_id` smallint(5) unsigned NOT NULL default '0',
  `attribute_id` smallint(5) unsigned NOT NULL default '0',
  `store_id` smallint(5) unsigned NOT NULL default '0',
  `entity_id` int(10) unsigned NOT NULL default '0',
  `position` int(11) NOT NULL default '0',
  `value` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`value_id`),
  UNIQUE KEY `IDX_BASE` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`),
  KEY `FK_ATTRIBUTE_GALLERY_ENTITY` (`entity_id`),
  KEY `FK_CATALOG_CATEGORY_ENTITY_GALLERY_ATTRIBUTE` (`attribute_id`),
  KEY `FK_CATALOG_CATEGORY_ENTITY_GALLERY_STORE` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `catalog_product_entity_gallery`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_product_entity_int`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_product_entity_int` (
  `value_id` int(11) NOT NULL auto_increment,
  `entity_type_id` mediumint(8) unsigned NOT NULL default '0',
  `attribute_id` smallint(5) unsigned NOT NULL default '0',
  `store_id` smallint(5) unsigned NOT NULL default '0',
  `entity_id` int(10) unsigned NOT NULL default '0',
  `value` int(11) default NULL,
  PRIMARY KEY  (`value_id`),
  UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`),
  KEY `FK_CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE` (`attribute_id`),
  KEY `FK_CATALOG_PRODUCT_ENTITY_INT_STORE` (`store_id`),
  KEY `FK_CATALOG_PRODUCT_ENTITY_INT_PRODUCT_ENTITY` (`entity_id`)
) ENGINE=InnoDB AUTO_INCREMENT=26250 DEFAULT CHARSET=utf8 AUTO_INCREMENT=26250 ;

-- 
-- Dumping data for table `catalog_product_entity_int`
-- 

INSERT INTO `catalog_product_entity_int` VALUES ('12341', '4', '143', '0', '2093', '78'),
('12342', '4', '85', '0', '2093', '2'),
('12343', '4', '84', '0', '2093', '1'),
('12344', '4', '109', '0', '2093', '1'),
('12345', '4', '91', '0', '2093', '4'),
('12346', '4', '121', '0', '2093', '1'),
('12347', '4', '122', '0', '2093', '0'),
('12348', '4', '85', '0', '2094', '2'),
('12349', '4', '84', '0', '2094', '1'),
('12350', '4', '109', '0', '2094', '1'),
('12351', '4', '91', '0', '2094', '4'),
('12352', '4', '121', '0', '2094', '1'),
('12353', '4', '122', '0', '2094', '0'),
('12354', '4', '85', '0', '2095', '2'),
('12355', '4', '84', '0', '2095', '1'),
('12356', '4', '109', '0', '2095', '1'),
('12357', '4', '91', '0', '2095', '4'),
('12358', '4', '121', '0', '2095', '1'),
('12359', '4', '122', '0', '2095', '0'),
('12360', '4', '85', '0', '2096', '2'),
('12361', '4', '84', '0', '2096', '1'),
('12362', '4', '109', '0', '2096', '1'),
('12363', '4', '91', '0', '2096', '4'),
('12364', '4', '121', '0', '2096', '1'),
('12365', '4', '122', '0', '2096', '0'),
('12366', '4', '85', '0', '2097', '2'),
('12367', '4', '84', '0', '2097', '1'),
('12368', '4', '109', '0', '2097', '1'),
('12369', '4', '91', '0', '2097', '4'),
('12370', '4', '121', '0', '2097', '1'),
('12371', '4', '122', '0', '2097', '0'),
('12372', '4', '85', '0', '2098', '2'),
('12373', '4', '84', '0', '2098', '1'),
('12374', '4', '109', '0', '2098', '1'),
('12375', '4', '91', '0', '2098', '4'),
('12376', '4', '121', '0', '2098', '1'),
('12377', '4', '122', '0', '2098', '0'),
('12378', '4', '173', '0', '2099', '178'),
('12379', '4', '143', '0', '2099', '78'),
('12380', '4', '85', '0', '2099', '2'),
('12381', '4', '84', '0', '2099', '1'),
('12382', '4', '109', '0', '2099', '1'),
('12383', '4', '91', '0', '2099', '4'),
('12384', '4', '121', '0', '2099', '1'),
('12385', '4', '122', '0', '2099', '0'),
('12386', '4', '146', '0', '2100', '0'),
('12387', '4', '85', '0', '2100', '2'),
('12388', '4', '84', '0', '2100', '1'),
('12389', '4', '109', '0', '2100', '1'),
('12390', '4', '91', '0', '2100', '4'),
('12391', '4', '121', '0', '2100', '1'),
('12392', '4', '122', '0', '2100', '1'),
('12393', '4', '173', '0', '2101', '178'),
('12394', '4', '143', '0', '2101', '78'),
('12395', '4', '85', '0', '2101', '2'),
('12396', '4', '84', '0', '2101', '1'),
('12397', '4', '109', '0', '2101', '1'),
('12398', '4', '91', '0', '2101', '4'),
('12399', '4', '121', '0', '2101', '1'),
('12400', '4', '122', '0', '2101', '0'),
('12401', '4', '146', '0', '2102', '0'),
('12402', '4', '85', '0', '2102', '2'),
('12403', '4', '84', '0', '2102', '1'),
('12404', '4', '109', '0', '2102', '1'),
('12405', '4', '91', '0', '2102', '4'),
('12406', '4', '121', '0', '2102', '1'),
('12407', '4', '122', '0', '2102', '0'),
('12408', '4', '146', '0', '2103', '1'),
('12409', '4', '85', '0', '2103', '2'),
('12410', '4', '84', '0', '2103', '1'),
('12411', '4', '109', '0', '2103', '1'),
('12412', '4', '91', '0', '2103', '4'),
('12413', '4', '121', '0', '2103', '1'),
('12414', '4', '122', '0', '2103', '0'),
('12421', '4', '85', '0', '2105', '2'),
('12422', '4', '84', '0', '2105', '1'),
('12423', '4', '109', '0', '2105', '1'),
('12424', '4', '91', '0', '2105', '4'),
('12425', '4', '121', '0', '2105', '1'),
('12426', '4', '122', '0', '2105', '0'),
('12427', '4', '143', '0', '2106', '78'),
('12428', '4', '85', '0', '2106', '2'),
('12429', '4', '84', '0', '2106', '1'),
('12430', '4', '109', '0', '2106', '1'),
('12431', '4', '91', '0', '2106', '4'),
('12432', '4', '121', '0', '2106', '1'),
('12433', '4', '122', '0', '2106', '0'),
('12434', '4', '143', '0', '2107', '78'),
('12435', '4', '85', '0', '2107', '2'),
('12436', '4', '84', '0', '2107', '1'),
('12437', '4', '109', '0', '2107', '1'),
('12438', '4', '91', '0', '2107', '4'),
('12439', '4', '121', '0', '2107', '1'),
('12440', '4', '122', '0', '2107', '0'),
('12441', '4', '143', '0', '2108', '78'),
('12442', '4', '85', '0', '2108', '2'),
('12443', '4', '84', '0', '2108', '1'),
('12444', '4', '109', '0', '2108', '1'),
('12445', '4', '91', '0', '2108', '4'),
('12446', '4', '121', '0', '2108', '1'),
('12447', '4', '122', '0', '2108', '0'),
('12448', '4', '143', '0', '2109', '78'),
('12449', '4', '85', '0', '2109', '2'),
('12450', '4', '84', '0', '2109', '1'),
('12451', '4', '109', '0', '2109', '1'),
('12452', '4', '91', '0', '2109', '4'),
('12453', '4', '121', '0', '2109', '1'),
('12454', '4', '122', '0', '2109', '0'),
('12455', '4', '143', '0', '2110', '78'),
('12456', '4', '85', '0', '2110', '2'),
('12457', '4', '84', '0', '2110', '1'),
('12458', '4', '109', '0', '2110', '1'),
('12459', '4', '91', '0', '2110', '4'),
('12460', '4', '121', '0', '2110', '1'),
('12461', '4', '122', '0', '2110', '0'),
('12462', '4', '143', '0', '2111', '78'),
('12463', '4', '85', '0', '2111', '2'),
('12464', '4', '84', '0', '2111', '1'),
('12465', '4', '109', '0', '2111', '1'),
('12466', '4', '91', '0', '2111', '4'),
('12467', '4', '121', '0', '2111', '1'),
('12468', '4', '122', '0', '2111', '0'),
('12469', '4', '143', '0', '2112', '78'),
('12470', '4', '85', '0', '2112', '2'),
('12471', '4', '84', '0', '2112', '1'),
('12472', '4', '109', '0', '2112', '1'),
('12473', '4', '91', '0', '2112', '4'),
('12474', '4', '121', '0', '2112', '1'),
('12475', '4', '122', '0', '2112', '0'),
('12476', '4', '143', '0', '2113', '78'),
('12477', '4', '85', '0', '2113', '2'),
('12478', '4', '84', '0', '2113', '1'),
('12479', '4', '109', '0', '2113', '1'),
('12480', '4', '91', '0', '2113', '4'),
('12481', '4', '121', '0', '2113', '1'),
('12482', '4', '122', '0', '2113', '0'),
('12483', '4', '143', '0', '2114', '78'),
('12484', '4', '85', '0', '2114', '2'),
('12485', '4', '84', '0', '2114', '1'),
('12486', '4', '109', '0', '2114', '1'),
('12487', '4', '91', '0', '2114', '4'),
('12488', '4', '121', '0', '2114', '1'),
('12489', '4', '122', '0', '2114', '0'),
('12490', '4', '85', '0', '2115', '2'),
('12491', '4', '84', '0', '2115', '1'),
('12492', '4', '109', '0', '2115', '1'),
('12493', '4', '91', '0', '2115', '4'),
('12494', '4', '121', '0', '2115', '1'),
('12495', '4', '122', '0', '2115', '0'),
('12496', '4', '85', '0', '2116', '2'),
('12497', '4', '84', '0', '2116', '1'),
('12498', '4', '109', '0', '2116', '1'),
('12499', '4', '91', '0', '2116', '4'),
('12500', '4', '121', '0', '2116', '1'),
('12501', '4', '122', '0', '2116', '0'),
('12502', '4', '144', '0', '2117', '80'),
('12503', '4', '85', '0', '2117', '2'),
('12504', '4', '84', '0', '2117', '1'),
('12505', '4', '109', '0', '2117', '1'),
('12506', '4', '91', '0', '2117', '4'),
('12507', '4', '121', '0', '2117', '1'),
('12508', '4', '122', '0', '2117', '0'),
('12509', '4', '144', '0', '2118', '81'),
('12510', '4', '85', '0', '2118', '2'),
('12511', '4', '84', '0', '2118', '1'),
('12512', '4', '109', '0', '2118', '1'),
('12513', '4', '91', '0', '2118', '4'),
('12514', '4', '121', '0', '2118', '1'),
('12515', '4', '122', '0', '2118', '0'),
('12516', '4', '144', '0', '2119', '81'),
('12517', '4', '85', '0', '2119', '2'),
('12518', '4', '84', '0', '2119', '1'),
('12519', '4', '109', '0', '2119', '1'),
('12520', '4', '91', '0', '2119', '4'),
('12521', '4', '121', '0', '2119', '1'),
('12522', '4', '122', '0', '2119', '0'),
('12530', '4', '144', '0', '2121', '80'),
('12531', '4', '85', '0', '2121', '2'),
('12532', '4', '84', '0', '2121', '1'),
('12533', '4', '109', '0', '2121', '1'),
('12534', '4', '91', '0', '2121', '4'),
('12535', '4', '121', '0', '2121', '1'),
('12536', '4', '122', '0', '2121', '0'),
('12537', '4', '144', '0', '2122', '90'),
('12538', '4', '85', '0', '2122', '2'),
('12539', '4', '84', '0', '2122', '1'),
('12540', '4', '109', '0', '2122', '1'),
('12541', '4', '91', '0', '2122', '4'),
('12542', '4', '121', '0', '2122', '1'),
('12543', '4', '122', '0', '2122', '0'),
('12544', '4', '144', '0', '2123', '81'),
('12545', '4', '85', '0', '2123', '2'),
('12546', '4', '84', '0', '2123', '1'),
('12547', '4', '109', '0', '2123', '1'),
('12548', '4', '91', '0', '2123', '4'),
('12549', '4', '121', '0', '2123', '1'),
('12550', '4', '122', '0', '2123', '0'),
('12551', '4', '144', '0', '2124', '80'),
('12552', '4', '85', '0', '2124', '2'),
('12553', '4', '84', '0', '2124', '1'),
('12554', '4', '109', '0', '2124', '1'),
('12555', '4', '91', '0', '2124', '4'),
('12556', '4', '121', '0', '2124', '1'),
('12557', '4', '122', '0', '2124', '0'),
('12558', '4', '144', '0', '2125', '80'),
('12559', '4', '85', '0', '2125', '2'),
('12560', '4', '84', '0', '2125', '1'),
('12561', '4', '109', '0', '2125', '1'),
('12562', '4', '91', '0', '2125', '4'),
('12563', '4', '121', '0', '2125', '1'),
('12564', '4', '122', '0', '2125', '0'),
('12565', '4', '144', '0', '2126', '196'),
('12566', '4', '85', '0', '2126', '2'),
('12567', '4', '84', '0', '2126', '1'),
('12568', '4', '109', '0', '2126', '1'),
('12569', '4', '91', '0', '2126', '4'),
('12570', '4', '121', '0', '2126', '1'),
('12571', '4', '122', '0', '2126', '0'),
('12572', '4', '144', '0', '2127', '85'),
('12573', '4', '85', '0', '2127', '2'),
('12574', '4', '84', '0', '2127', '1'),
('12575', '4', '109', '0', '2127', '1'),
('12576', '4', '91', '0', '2127', '4'),
('12577', '4', '121', '0', '2127', '1'),
('12578', '4', '122', '0', '2127', '0'),
('12579', '4', '144', '0', '2128', '91'),
('12580', '4', '85', '0', '2128', '2'),
('12581', '4', '84', '0', '2128', '1'),
('12582', '4', '109', '0', '2128', '1'),
('12583', '4', '91', '0', '2128', '4'),
('12584', '4', '121', '0', '2128', '1'),
('12585', '4', '122', '0', '2128', '0'),
('12592', '4', '143', '0', '2130', '78'),
('12593', '4', '85', '0', '2130', '2'),
('12594', '4', '84', '0', '2130', '1'),
('12595', '4', '109', '0', '2130', '1'),
('12596', '4', '91', '0', '2130', '4'),
('12597', '4', '121', '0', '2130', '1'),
('12598', '4', '122', '0', '2130', '0'),
('12599', '4', '143', '0', '2131', '78'),
('12600', '4', '85', '0', '2131', '2'),
('12601', '4', '84', '0', '2131', '1'),
('12602', '4', '109', '0', '2131', '1'),
('12603', '4', '91', '0', '2131', '4'),
('12604', '4', '121', '0', '2131', '1'),
('12605', '4', '122', '0', '2131', '0'),
('12606', '4', '143', '0', '2132', '78'),
('12607', '4', '85', '0', '2132', '2'),
('12608', '4', '84', '0', '2132', '1'),
('12609', '4', '109', '0', '2132', '1'),
('12610', '4', '91', '0', '2132', '4'),
('12611', '4', '121', '0', '2132', '1'),
('12612', '4', '122', '0', '2132', '0'),
('12613', '4', '143', '0', '2133', '78'),
('12614', '4', '85', '0', '2133', '2'),
('12615', '4', '84', '0', '2133', '1'),
('12616', '4', '109', '0', '2133', '1'),
('12617', '4', '91', '0', '2133', '4'),
('12618', '4', '121', '0', '2133', '1'),
('12619', '4', '122', '0', '2133', '0'),
('12620', '4', '143', '0', '2134', '78'),
('12621', '4', '85', '0', '2134', '2'),
('12622', '4', '84', '0', '2134', '1'),
('12623', '4', '109', '0', '2134', '1'),
('12624', '4', '91', '0', '2134', '4'),
('12625', '4', '121', '0', '2134', '1'),
('12626', '4', '122', '0', '2134', '0'),
('12627', '4', '143', '0', '2135', '78'),
('12628', '4', '85', '0', '2135', '2'),
('12629', '4', '84', '0', '2135', '1'),
('12630', '4', '109', '0', '2135', '1'),
('12631', '4', '91', '0', '2135', '4'),
('12632', '4', '121', '0', '2135', '1'),
('12633', '4', '122', '0', '2135', '0'),
('12634', '4', '143', '0', '2136', '78'),
('12635', '4', '85', '0', '2136', '2'),
('12636', '4', '84', '0', '2136', '1'),
('12637', '4', '109', '0', '2136', '1'),
('12638', '4', '91', '0', '2136', '4'),
('12639', '4', '121', '0', '2136', '1'),
('12640', '4', '122', '0', '2136', '0'),
('12641', '4', '143', '0', '2137', '78'),
('12642', '4', '85', '0', '2137', '2'),
('12643', '4', '84', '0', '2137', '1'),
('12644', '4', '109', '0', '2137', '1'),
('12645', '4', '91', '0', '2137', '4'),
('12646', '4', '121', '0', '2137', '1'),
('12647', '4', '122', '0', '2137', '0'),
('12648', '4', '143', '0', '2138', '78'),
('12649', '4', '85', '0', '2138', '2'),
('12650', '4', '84', '0', '2138', '1'),
('12651', '4', '109', '0', '2138', '1'),
('12652', '4', '91', '0', '2138', '4'),
('12653', '4', '121', '0', '2138', '1'),
('12654', '4', '122', '0', '2138', '0'),
('12655', '4', '143', '0', '2139', '78'),
('12656', '4', '85', '0', '2139', '2'),
('12657', '4', '84', '0', '2139', '1'),
('12658', '4', '109', '0', '2139', '1'),
('12659', '4', '91', '0', '2139', '4'),
('12660', '4', '121', '0', '2139', '1'),
('12661', '4', '122', '0', '2139', '0'),
('12662', '4', '143', '0', '2140', '78'),
('12663', '4', '85', '0', '2140', '2'),
('12664', '4', '84', '0', '2140', '1'),
('12665', '4', '109', '0', '2140', '1'),
('12666', '4', '91', '0', '2140', '4'),
('12667', '4', '121', '0', '2140', '1'),
('12668', '4', '122', '0', '2140', '0'),
('12669', '4', '143', '0', '2141', '78'),
('12670', '4', '85', '0', '2141', '2'),
('12671', '4', '84', '0', '2141', '1'),
('12672', '4', '109', '0', '2141', '1'),
('12673', '4', '91', '0', '2141', '4'),
('12674', '4', '121', '0', '2141', '1'),
('12675', '4', '122', '0', '2141', '0'),
('12676', '4', '143', '0', '2142', '78'),
('12677', '4', '85', '0', '2142', '2'),
('12678', '4', '84', '0', '2142', '1'),
('12679', '4', '109', '0', '2142', '1'),
('12680', '4', '91', '0', '2142', '4'),
('12681', '4', '121', '0', '2142', '1'),
('12682', '4', '122', '0', '2142', '0'),
('12683', '4', '143', '0', '2143', '78'),
('12684', '4', '85', '0', '2143', '2'),
('12685', '4', '84', '0', '2143', '1'),
('12686', '4', '109', '0', '2143', '1'),
('12687', '4', '91', '0', '2143', '4'),
('12688', '4', '121', '0', '2143', '1'),
('12689', '4', '122', '0', '2143', '0'),
('12690', '4', '143', '0', '2144', '78'),
('12691', '4', '85', '0', '2144', '2'),
('12692', '4', '84', '0', '2144', '1'),
('12693', '4', '109', '0', '2144', '1'),
('12694', '4', '91', '0', '2144', '4'),
('12695', '4', '121', '0', '2144', '1'),
('12696', '4', '122', '0', '2144', '0'),
('12697', '4', '143', '0', '2145', '78'),
('12698', '4', '85', '0', '2145', '2'),
('12699', '4', '84', '0', '2145', '1'),
('12700', '4', '109', '0', '2145', '1'),
('12701', '4', '91', '0', '2145', '4'),
('12702', '4', '121', '0', '2145', '1'),
('12703', '4', '122', '0', '2145', '0'),
('12711', '4', '143', '0', '2147', '78'),
('12712', '4', '85', '0', '2147', '2'),
('12713', '4', '84', '0', '2147', '1'),
('12714', '4', '109', '0', '2147', '1'),
('12715', '4', '91', '0', '2147', '4'),
('12716', '4', '121', '0', '2147', '1'),
('12717', '4', '122', '0', '2147', '0'),
('12718', '4', '143', '0', '2148', '78'),
('12719', '4', '85', '0', '2148', '2'),
('12720', '4', '84', '0', '2148', '1'),
('12721', '4', '109', '0', '2148', '1'),
('12722', '4', '91', '0', '2148', '4'),
('12723', '4', '121', '0', '2148', '1'),
('12724', '4', '122', '0', '2148', '0'),
('12733', '4', '85', '0', '2150', '2'),
('12734', '4', '84', '0', '2150', '1'),
('12735', '4', '109', '0', '2150', '1'),
('12736', '4', '91', '0', '2150', '4'),
('12737', '4', '121', '0', '2150', '1'),
('12738', '4', '122', '0', '2150', '0'),
('12739', '4', '85', '0', '2151', '2'),
('12740', '4', '84', '0', '2151', '1'),
('12741', '4', '109', '0', '2151', '1'),
('12742', '4', '91', '0', '2151', '4'),
('12743', '4', '121', '0', '2151', '1'),
('12744', '4', '122', '0', '2151', '0'),
('12745', '4', '85', '0', '2152', '2'),
('12746', '4', '84', '0', '2152', '1'),
('12747', '4', '109', '0', '2152', '1'),
('12748', '4', '91', '0', '2152', '4'),
('12749', '4', '121', '0', '2152', '1'),
('12750', '4', '122', '0', '2152', '0'),
('12751', '4', '85', '0', '2153', '2'),
('12752', '4', '84', '0', '2153', '1'),
('12753', '4', '91', '0', '2153', '4'),
('12754', '4', '109', '0', '2153', '1'),
('12755', '4', '121', '0', '2153', '1'),
('12756', '4', '122', '0', '2153', '0'),
('12757', '4', '85', '0', '2154', '2'),
('12758', '4', '84', '0', '2154', '1'),
('12759', '4', '109', '0', '2154', '1'),
('12760', '4', '91', '0', '2154', '4'),
('12761', '4', '121', '0', '2154', '1'),
('12762', '4', '122', '0', '2154', '0'),
('12763', '4', '85', '0', '2155', '2'),
('12764', '4', '84', '0', '2155', '1'),
('12765', '4', '109', '0', '2155', '1'),
('12766', '4', '91', '0', '2155', '4'),
('12767', '4', '121', '0', '2155', '1'),
('12768', '4', '122', '0', '2155', '0'),
('12769', '4', '85', '0', '2156', '2'),
('12770', '4', '84', '0', '2156', '1'),
('12771', '4', '109', '0', '2156', '1'),
('12772', '4', '91', '0', '2156', '4'),
('12773', '4', '121', '0', '2156', '1'),
('12774', '4', '122', '0', '2156', '0'),
('12775', '4', '85', '0', '2157', '2'),
('12776', '4', '84', '0', '2157', '1'),
('12777', '4', '109', '0', '2157', '1'),
('12778', '4', '91', '0', '2157', '4'),
('12779', '4', '121', '0', '2157', '1'),
('12780', '4', '122', '0', '2157', '0'),
('12781', '4', '85', '0', '2158', '2'),
('12782', '4', '84', '0', '2158', '1'),
('12783', '4', '109', '0', '2158', '1'),
('12784', '4', '91', '0', '2158', '4'),
('12785', '4', '121', '0', '2158', '1'),
('12786', '4', '122', '0', '2158', '0'),
('12787', '4', '85', '0', '2159', '2'),
('12788', '4', '84', '0', '2159', '1'),
('12789', '4', '109', '0', '2159', '1'),
('12790', '4', '91', '0', '2159', '4'),
('12791', '4', '121', '0', '2159', '1'),
('12792', '4', '122', '0', '2159', '0'),
('12793', '4', '85', '0', '2160', '2'),
('12794', '4', '84', '0', '2160', '1'),
('12795', '4', '109', '0', '2160', '1'),
('12796', '4', '91', '0', '2160', '4'),
('12797', '4', '121', '0', '2160', '1'),
('12798', '4', '122', '0', '2160', '0'),
('12799', '4', '85', '0', '2161', '2'),
('12800', '4', '84', '0', '2161', '1'),
('12801', '4', '109', '0', '2161', '1'),
('12802', '4', '91', '0', '2161', '4'),
('12803', '4', '121', '0', '2161', '1'),
('12804', '4', '122', '0', '2161', '0'),
('12805', '4', '85', '0', '2162', '2'),
('12806', '4', '84', '0', '2162', '1'),
('12807', '4', '109', '0', '2162', '1'),
('12808', '4', '91', '0', '2162', '4'),
('12809', '4', '121', '0', '2162', '1'),
('12810', '4', '122', '0', '2162', '0'),
('12811', '4', '85', '0', '2163', '2'),
('12812', '4', '84', '0', '2163', '1'),
('12813', '4', '109', '0', '2163', '1'),
('12814', '4', '91', '0', '2163', '4'),
('12815', '4', '121', '0', '2163', '1'),
('12816', '4', '122', '0', '2163', '0'),
('12817', '4', '85', '0', '2164', '2'),
('12818', '4', '84', '0', '2164', '1'),
('12819', '4', '109', '0', '2164', '1'),
('12820', '4', '91', '0', '2164', '4'),
('12821', '4', '121', '0', '2164', '1'),
('12822', '4', '122', '0', '2164', '0'),
('12823', '4', '85', '0', '2165', '2'),
('12824', '4', '84', '0', '2165', '1'),
('12825', '4', '109', '0', '2165', '1'),
('12826', '4', '91', '0', '2165', '4'),
('12827', '4', '121', '0', '2165', '1'),
('12828', '4', '122', '0', '2165', '0'),
('12829', '4', '85', '0', '2166', '2'),
('12830', '4', '84', '0', '2166', '1'),
('12831', '4', '109', '0', '2166', '1'),
('12832', '4', '91', '0', '2166', '4'),
('12833', '4', '121', '0', '2166', '1'),
('12834', '4', '122', '0', '2166', '0'),
('12835', '4', '85', '0', '2167', '2'),
('12836', '4', '84', '0', '2167', '1'),
('12837', '4', '109', '0', '2167', '1'),
('12838', '4', '91', '0', '2167', '4'),
('12839', '4', '121', '0', '2167', '1'),
('12840', '4', '122', '0', '2167', '0'),
('12841', '4', '85', '0', '2168', '2'),
('12842', '4', '84', '0', '2168', '1'),
('12843', '4', '109', '0', '2168', '1'),
('12844', '4', '91', '0', '2168', '4'),
('12845', '4', '121', '0', '2168', '1'),
('12846', '4', '122', '0', '2168', '0'),
('12847', '4', '85', '0', '2169', '2'),
('12848', '4', '84', '0', '2169', '1'),
('12849', '4', '109', '0', '2169', '1'),
('12850', '4', '91', '0', '2169', '4'),
('12851', '4', '121', '0', '2169', '1'),
('12852', '4', '122', '0', '2169', '0'),
('12853', '4', '85', '0', '2170', '2'),
('12854', '4', '84', '0', '2170', '1'),
('12855', '4', '109', '0', '2170', '1'),
('12856', '4', '91', '0', '2170', '4'),
('12857', '4', '121', '0', '2170', '1'),
('12858', '4', '122', '0', '2170', '0'),
('12859', '4', '85', '0', '2171', '2'),
('12860', '4', '84', '0', '2171', '1'),
('12861', '4', '109', '0', '2171', '1'),
('12862', '4', '91', '0', '2171', '4'),
('12863', '4', '121', '0', '2171', '1'),
('12864', '4', '122', '0', '2171', '0'),
('12865', '4', '85', '0', '2172', '2'),
('12866', '4', '84', '0', '2172', '1'),
('12867', '4', '109', '0', '2172', '1'),
('12868', '4', '91', '0', '2172', '4'),
('12869', '4', '121', '0', '2172', '1'),
('12870', '4', '122', '0', '2172', '0'),
('12871', '4', '85', '0', '2173', '2'),
('12872', '4', '84', '0', '2173', '1'),
('12873', '4', '109', '0', '2173', '1'),
('12874', '4', '91', '0', '2173', '4'),
('12875', '4', '121', '0', '2173', '1'),
('12876', '4', '122', '0', '2173', '0'),
('12877', '4', '85', '0', '2174', '2'),
('12878', '4', '84', '0', '2174', '1'),
('12879', '4', '109', '0', '2174', '1'),
('12880', '4', '91', '0', '2174', '4'),
('12881', '4', '121', '0', '2174', '1'),
('12882', '4', '122', '0', '2174', '0'),
('12883', '4', '85', '0', '2175', '2'),
('12884', '4', '84', '0', '2175', '1'),
('12885', '4', '109', '0', '2175', '1'),
('12886', '4', '91', '0', '2175', '4'),
('12887', '4', '121', '0', '2175', '1'),
('12888', '4', '122', '0', '2175', '0'),
('12889', '4', '85', '0', '2176', '2'),
('12890', '4', '84', '0', '2176', '1'),
('12891', '4', '109', '0', '2176', '1'),
('12892', '4', '91', '0', '2176', '4'),
('12893', '4', '121', '0', '2176', '1'),
('12894', '4', '122', '0', '2176', '0'),
('12895', '4', '85', '0', '2177', '2'),
('12896', '4', '84', '0', '2177', '1'),
('12897', '4', '109', '0', '2177', '1'),
('12898', '4', '91', '0', '2177', '4'),
('12899', '4', '121', '0', '2177', '1'),
('12900', '4', '122', '0', '2177', '0'),
('12901', '4', '85', '0', '2178', '2'),
('12902', '4', '84', '0', '2178', '1'),
('12903', '4', '109', '0', '2178', '1'),
('12904', '4', '91', '0', '2178', '4'),
('12905', '4', '121', '0', '2178', '1'),
('12906', '4', '122', '0', '2178', '0'),
('12907', '4', '85', '0', '2179', '2'),
('12908', '4', '84', '0', '2179', '1'),
('12909', '4', '109', '0', '2179', '1'),
('12910', '4', '91', '0', '2179', '4'),
('12911', '4', '121', '0', '2179', '1'),
('12912', '4', '122', '0', '2179', '0'),
('12913', '4', '148', '0', '2180', '0'),
('12914', '4', '85', '0', '2180', '2'),
('12915', '4', '84', '0', '2180', '1'),
('12916', '4', '109', '0', '2180', '1'),
('12917', '4', '91', '0', '2180', '4'),
('12918', '4', '121', '0', '2180', '1'),
('12919', '4', '122', '0', '2180', '0'),
('12920', '4', '172', '0', '2181', '174'),
('12921', '4', '85', '0', '2181', '2'),
('12922', '4', '84', '0', '2181', '1'),
('12923', '4', '109', '0', '2181', '1'),
('12924', '4', '91', '0', '2181', '4'),
('12925', '4', '121', '0', '2181', '1'),
('12926', '4', '122', '0', '2181', '0'),
('12927', '4', '172', '0', '2182', '174'),
('12928', '4', '85', '0', '2182', '2'),
('12929', '4', '84', '0', '2182', '1'),
('12930', '4', '109', '0', '2182', '1'),
('12931', '4', '91', '0', '2182', '4'),
('12932', '4', '121', '0', '2182', '1'),
('12933', '4', '122', '0', '2182', '0'),
('12934', '4', '172', '0', '2183', '174'),
('12935', '4', '85', '0', '2183', '2'),
('12936', '4', '84', '0', '2183', '1'),
('12937', '4', '109', '0', '2183', '1'),
('12938', '4', '91', '0', '2183', '4'),
('12939', '4', '121', '0', '2183', '1'),
('12940', '4', '122', '0', '2183', '0'),
('12941', '4', '172', '0', '2184', '174'),
('12942', '4', '85', '0', '2184', '2'),
('12943', '4', '84', '0', '2184', '1'),
('12944', '4', '109', '0', '2184', '1'),
('12945', '4', '91', '0', '2184', '4'),
('12946', '4', '121', '0', '2184', '1'),
('12947', '4', '122', '0', '2184', '0'),
('12948', '4', '172', '0', '2185', '174'),
('12949', '4', '85', '0', '2185', '2'),
('12950', '4', '84', '0', '2185', '1'),
('12951', '4', '109', '0', '2185', '1'),
('12952', '4', '91', '0', '2185', '4'),
('12953', '4', '121', '0', '2185', '1'),
('12954', '4', '122', '0', '2185', '0'),
('12955', '4', '172', '0', '2186', '174'),
('12956', '4', '85', '0', '2186', '2'),
('12957', '4', '84', '0', '2186', '1'),
('12958', '4', '109', '0', '2186', '1'),
('12959', '4', '91', '0', '2186', '4'),
('12960', '4', '121', '0', '2186', '1'),
('12961', '4', '122', '0', '2186', '0'),
('12962', '4', '172', '0', '2187', '174'),
('12963', '4', '85', '0', '2187', '2'),
('12964', '4', '84', '0', '2187', '1'),
('12965', '4', '109', '0', '2187', '1'),
('12966', '4', '91', '0', '2187', '4'),
('12967', '4', '121', '0', '2187', '1'),
('12968', '4', '122', '0', '2187', '0'),
('12969', '4', '172', '0', '2188', '174'),
('12970', '4', '85', '0', '2188', '2'),
('12971', '4', '84', '0', '2188', '1'),
('12972', '4', '109', '0', '2188', '1'),
('12973', '4', '91', '0', '2188', '4'),
('12974', '4', '121', '0', '2188', '1'),
('12975', '4', '122', '0', '2188', '0'),
('12976', '4', '172', '0', '2189', '174'),
('12977', '4', '85', '0', '2189', '2'),
('12978', '4', '84', '0', '2189', '1'),
('12979', '4', '109', '0', '2189', '1'),
('12980', '4', '91', '0', '2189', '4'),
('12981', '4', '121', '0', '2189', '1'),
('12982', '4', '122', '0', '2189', '0'),
('12983', '4', '172', '0', '2190', '174'),
('12984', '4', '85', '0', '2190', '2'),
('12985', '4', '84', '0', '2190', '1'),
('12986', '4', '109', '0', '2190', '1'),
('12987', '4', '91', '0', '2190', '4'),
('12988', '4', '121', '0', '2190', '1'),
('12989', '4', '122', '0', '2190', '0'),
('12990', '4', '184', '0', '2191', '1'),
('12991', '4', '185', '0', '2191', '0'),
('12992', '4', '85', '0', '2191', '2'),
('12993', '4', '187', '0', '2191', '0'),
('12994', '4', '84', '0', '2191', '1'),
('12995', '4', '109', '0', '2191', '1'),
('12996', '4', '91', '0', '2191', '4'),
('12997', '4', '121', '0', '2191', '1'),
('12998', '4', '122', '0', '2191', '0'),
('12999', '4', '184', '0', '2192', '1'),
('13000', '4', '185', '0', '2192', '0'),
('13001', '4', '85', '0', '2192', '2'),
('13002', '4', '187', '0', '2192', '0'),
('13003', '4', '84', '0', '2192', '1'),
('13004', '4', '109', '0', '2192', '1'),
('13005', '4', '91', '0', '2192', '4'),
('13006', '4', '121', '0', '2192', '1'),
('13007', '4', '122', '0', '2192', '0'),
('13008', '4', '85', '0', '2193', '2'),
('13009', '4', '84', '0', '2193', '1'),
('13010', '4', '109', '0', '2193', '1'),
('13011', '4', '91', '0', '2193', '4'),
('13012', '4', '121', '0', '2193', '1'),
('13013', '4', '122', '0', '2193', '0'),
('13014', '4', '85', '0', '2194', '2'),
('13015', '4', '84', '0', '2194', '1'),
('13016', '4', '109', '0', '2194', '1'),
('13017', '4', '91', '0', '2194', '4'),
('13018', '4', '121', '0', '2194', '1'),
('13019', '4', '122', '0', '2194', '0'),
('13020', '4', '85', '0', '2195', '2'),
('13021', '4', '84', '0', '2195', '1'),
('13022', '4', '109', '0', '2195', '1'),
('13023', '4', '91', '0', '2195', '4'),
('13024', '4', '121', '0', '2195', '1'),
('13025', '4', '122', '0', '2195', '0'),
('13026', '4', '85', '0', '2196', '2'),
('13027', '4', '84', '0', '2196', '1'),
('13028', '4', '109', '0', '2196', '1'),
('13029', '4', '91', '0', '2196', '4'),
('13030', '4', '121', '0', '2196', '1'),
('13031', '4', '122', '0', '2196', '0'),
('13032', '4', '198', '0', '2197', '1'),
('13033', '4', '85', '0', '2197', '2'),
('13034', '4', '84', '0', '2197', '1'),
('13035', '4', '109', '0', '2197', '1'),
('13036', '4', '91', '0', '2197', '4'),
('13037', '4', '121', '0', '2197', '1'),
('13038', '4', '122', '0', '2197', '0'),
('13039', '4', '198', '0', '2198', '1'),
('13040', '4', '85', '0', '2198', '2'),
('13041', '4', '84', '0', '2198', '1'),
('13042', '4', '109', '0', '2198', '1'),
('13043', '4', '91', '0', '2198', '4'),
('13044', '4', '121', '0', '2198', '1'),
('13045', '4', '122', '0', '2198', '0'),
('13046', '4', '85', '0', '2199', '2'),
('13047', '4', '84', '0', '2199', '1'),
('13048', '4', '109', '0', '2199', '1'),
('13049', '4', '91', '0', '2199', '4'),
('13050', '4', '121', '0', '2199', '1'),
('13051', '4', '122', '0', '2199', '0'),
('13052', '4', '172', '0', '2200', '174'),
('13053', '4', '85', '0', '2200', '2'),
('13054', '4', '84', '0', '2200', '1'),
('13055', '4', '109', '0', '2200', '1'),
('13056', '4', '91', '0', '2200', '4'),
('13057', '4', '121', '0', '2200', '1'),
('13058', '4', '122', '0', '2200', '0'),
('13078', '4', '85', '0', '2204', '2'),
('13079', '4', '84', '0', '2204', '1'),
('13080', '4', '109', '0', '2204', '1'),
('13081', '4', '91', '0', '2204', '4'),
('13082', '4', '121', '0', '2204', '1'),
('13083', '4', '122', '0', '2204', '0'),
('13084', '4', '85', '0', '2205', '2'),
('13085', '4', '84', '0', '2205', '1'),
('13086', '4', '109', '0', '2205', '1'),
('13087', '4', '91', '0', '2205', '4'),
('13088', '4', '121', '0', '2205', '1'),
('13089', '4', '122', '0', '2205', '0'),
('13090', '4', '85', '0', '2206', '2'),
('13091', '4', '84', '0', '2206', '1'),
('13092', '4', '109', '0', '2206', '1'),
('13093', '4', '91', '0', '2206', '4'),
('13094', '4', '121', '0', '2206', '1'),
('13095', '4', '122', '0', '2206', '0'),
('13096', '4', '85', '0', '2207', '2'),
('13097', '4', '84', '0', '2207', '1'),
('13098', '4', '109', '0', '2207', '1'),
('13099', '4', '91', '0', '2207', '4'),
('13100', '4', '121', '0', '2207', '1'),
('13101', '4', '122', '0', '2207', '0'),
('13102', '4', '85', '0', '2208', '2'),
('13103', '4', '84', '0', '2208', '1'),
('13104', '4', '109', '0', '2208', '1'),
('13105', '4', '91', '0', '2208', '4'),
('13106', '4', '121', '0', '2208', '1'),
('13107', '4', '122', '0', '2208', '0'),
('13108', '4', '85', '0', '2209', '2'),
('13109', '4', '84', '0', '2209', '1'),
('13110', '4', '109', '0', '2209', '1'),
('13111', '4', '91', '0', '2209', '4'),
('13112', '4', '121', '0', '2209', '1'),
('13113', '4', '122', '0', '2209', '0'),
('13114', '4', '85', '0', '2210', '2'),
('13115', '4', '84', '0', '2210', '1'),
('13116', '4', '109', '0', '2210', '1'),
('13117', '4', '91', '0', '2210', '4'),
('13118', '4', '121', '0', '2210', '1'),
('13119', '4', '122', '0', '2210', '0'),
('13120', '4', '85', '0', '2211', '2'),
('13121', '4', '84', '0', '2211', '1'),
('13122', '4', '109', '0', '2211', '1'),
('13123', '4', '91', '0', '2211', '4'),
('13124', '4', '121', '0', '2211', '1'),
('13125', '4', '122', '0', '2211', '0'),
('13126', '4', '85', '0', '2212', '2'),
('13127', '4', '84', '0', '2212', '1'),
('13128', '4', '109', '0', '2212', '1'),
('13129', '4', '91', '0', '2212', '4'),
('13130', '4', '121', '0', '2212', '1'),
('13131', '4', '122', '0', '2212', '0'),
('13132', '4', '85', '0', '2213', '2'),
('13133', '4', '84', '0', '2213', '1'),
('13134', '4', '109', '0', '2213', '1'),
('13135', '4', '91', '0', '2213', '4'),
('13136', '4', '121', '0', '2213', '1'),
('13137', '4', '122', '0', '2213', '0'),
('13138', '4', '85', '0', '2214', '2'),
('13139', '4', '84', '0', '2214', '1'),
('13140', '4', '109', '0', '2214', '1'),
('13141', '4', '91', '0', '2214', '4'),
('13142', '4', '121', '0', '2214', '1'),
('13143', '4', '122', '0', '2214', '0'),
('13144', '4', '85', '0', '2215', '2'),
('13145', '4', '84', '0', '2215', '1'),
('13146', '4', '109', '0', '2215', '1'),
('13147', '4', '91', '0', '2215', '4'),
('13148', '4', '121', '0', '2215', '1'),
('13149', '4', '122', '0', '2215', '0'),
('13150', '4', '85', '0', '2216', '2'),
('13151', '4', '84', '0', '2216', '1'),
('13152', '4', '109', '0', '2216', '1'),
('13153', '4', '91', '0', '2216', '4'),
('13154', '4', '121', '0', '2216', '1'),
('13155', '4', '122', '0', '2216', '0'),
('13156', '4', '85', '0', '2217', '2'),
('13157', '4', '84', '0', '2217', '1'),
('13158', '4', '109', '0', '2217', '1'),
('13159', '4', '91', '0', '2217', '4'),
('13160', '4', '121', '0', '2217', '1'),
('13161', '4', '122', '0', '2217', '0'),
('13162', '4', '85', '0', '2218', '2'),
('13163', '4', '84', '0', '2218', '1'),
('13164', '4', '109', '0', '2218', '1'),
('13165', '4', '91', '0', '2218', '4'),
('13166', '4', '121', '0', '2218', '1'),
('13167', '4', '122', '0', '2218', '0'),
('13168', '4', '85', '0', '2219', '2'),
('13169', '4', '84', '0', '2219', '1'),
('13170', '4', '109', '0', '2219', '1'),
('13171', '4', '91', '0', '2219', '4'),
('13172', '4', '121', '0', '2219', '1'),
('13173', '4', '122', '0', '2219', '0'),
('13174', '4', '85', '0', '2220', '2'),
('13175', '4', '84', '0', '2220', '1'),
('13176', '4', '109', '0', '2220', '1'),
('13177', '4', '91', '0', '2220', '4'),
('13178', '4', '121', '0', '2220', '1'),
('13179', '4', '122', '0', '2220', '0'),
('13180', '4', '85', '0', '2221', '2'),
('13181', '4', '84', '0', '2221', '1'),
('13182', '4', '109', '0', '2221', '1'),
('13183', '4', '91', '0', '2221', '4'),
('13184', '4', '121', '0', '2221', '1'),
('13185', '4', '122', '0', '2221', '0'),
('13186', '4', '85', '0', '2222', '2'),
('13187', '4', '84', '0', '2222', '1'),
('13188', '4', '109', '0', '2222', '1'),
('13189', '4', '91', '0', '2222', '4'),
('13190', '4', '121', '0', '2222', '1'),
('13191', '4', '122', '0', '2222', '0'),
('13192', '4', '85', '0', '2223', '2'),
('13193', '4', '84', '0', '2223', '1'),
('13194', '4', '109', '0', '2223', '1'),
('13195', '4', '91', '0', '2223', '4'),
('13196', '4', '121', '0', '2223', '1'),
('13197', '4', '122', '0', '2223', '0'),
('13198', '4', '85', '0', '2224', '2'),
('13199', '4', '84', '0', '2224', '1'),
('13200', '4', '109', '0', '2224', '1'),
('13201', '4', '91', '0', '2224', '4'),
('13202', '4', '121', '0', '2224', '1'),
('13203', '4', '122', '0', '2224', '0'),
('13204', '4', '85', '0', '2225', '2'),
('13205', '4', '84', '0', '2225', '1'),
('13206', '4', '109', '0', '2225', '1'),
('13207', '4', '91', '0', '2225', '4'),
('13208', '4', '121', '0', '2225', '1'),
('13209', '4', '122', '0', '2225', '0'),
('13210', '4', '85', '0', '2226', '2'),
('13211', '4', '84', '0', '2226', '1'),
('13212', '4', '109', '0', '2226', '1'),
('13213', '4', '91', '0', '2226', '4'),
('13214', '4', '121', '0', '2226', '1'),
('13215', '4', '122', '0', '2226', '0'),
('13216', '4', '85', '0', '2227', '2'),
('13217', '4', '84', '0', '2227', '1'),
('13218', '4', '109', '0', '2227', '1'),
('13219', '4', '91', '0', '2227', '4'),
('13220', '4', '121', '0', '2227', '1'),
('13221', '4', '122', '0', '2227', '0'),
('13222', '4', '85', '0', '2228', '2'),
('13223', '4', '84', '0', '2228', '1'),
('13224', '4', '109', '0', '2228', '1'),
('13225', '4', '91', '0', '2228', '4'),
('13226', '4', '121', '0', '2228', '1'),
('13227', '4', '122', '0', '2228', '0'),
('13228', '4', '172', '0', '2229', '174'),
('13229', '4', '85', '0', '2229', '2'),
('13230', '4', '84', '0', '2229', '1'),
('13231', '4', '109', '0', '2229', '1'),
('13232', '4', '91', '0', '2229', '4'),
('13233', '4', '121', '0', '2229', '1'),
('13234', '4', '122', '0', '2229', '0'),
('13235', '4', '172', '0', '2230', '174'),
('13236', '4', '85', '0', '2230', '2'),
('13237', '4', '84', '0', '2230', '1'),
('13238', '4', '109', '0', '2230', '1'),
('13239', '4', '91', '0', '2230', '4'),
('13240', '4', '121', '0', '2230', '1'),
('13241', '4', '122', '0', '2230', '0'),
('13242', '4', '172', '0', '2231', '174'),
('13243', '4', '85', '0', '2231', '2'),
('13244', '4', '84', '0', '2231', '1'),
('13245', '4', '109', '0', '2231', '1'),
('13246', '4', '91', '0', '2231', '4'),
('13247', '4', '121', '0', '2231', '1'),
('13248', '4', '122', '0', '2231', '0'),
('13249', '4', '172', '0', '2232', '174'),
('13250', '4', '85', '0', '2232', '2'),
('13251', '4', '84', '0', '2232', '1'),
('13252', '4', '109', '0', '2232', '1'),
('13253', '4', '91', '0', '2232', '4'),
('13254', '4', '121', '0', '2232', '1'),
('13255', '4', '122', '0', '2232', '0'),
('13256', '4', '172', '0', '2233', '174'),
('13257', '4', '85', '0', '2233', '2'),
('13258', '4', '84', '0', '2233', '1'),
('13259', '4', '109', '0', '2233', '1'),
('13260', '4', '91', '0', '2233', '4'),
('13261', '4', '121', '0', '2233', '1'),
('13262', '4', '122', '0', '2233', '0'),
('13263', '4', '172', '0', '2234', '174'),
('13264', '4', '85', '0', '2234', '2'),
('13265', '4', '84', '0', '2234', '1'),
('13266', '4', '109', '0', '2234', '1'),
('13267', '4', '91', '0', '2234', '4'),
('13268', '4', '121', '0', '2234', '1'),
('13269', '4', '122', '0', '2234', '0'),
('13270', '4', '172', '0', '2235', '174'),
('13271', '4', '85', '0', '2235', '2'),
('13272', '4', '84', '0', '2235', '1'),
('13273', '4', '109', '0', '2235', '1'),
('13274', '4', '91', '0', '2235', '4'),
('13275', '4', '121', '0', '2235', '1'),
('13276', '4', '122', '0', '2235', '0'),
('13277', '4', '172', '0', '2236', '174'),
('13278', '4', '85', '0', '2236', '2'),
('13279', '4', '84', '0', '2236', '1'),
('13280', '4', '109', '0', '2236', '1'),
('13281', '4', '91', '0', '2236', '4'),
('13282', '4', '121', '0', '2236', '1'),
('13283', '4', '122', '0', '2236', '0'),
('13284', '4', '172', '0', '2237', '174'),
('13285', '4', '85', '0', '2237', '2'),
('13286', '4', '84', '0', '2237', '1'),
('13287', '4', '109', '0', '2237', '1'),
('13288', '4', '91', '0', '2237', '4'),
('13289', '4', '121', '0', '2237', '1'),
('13290', '4', '122', '0', '2237', '0'),
('13291', '4', '172', '0', '2238', '174'),
('13292', '4', '85', '0', '2238', '2'),
('13293', '4', '84', '0', '2238', '1'),
('13294', '4', '109', '0', '2238', '1'),
('13295', '4', '91', '0', '2238', '4'),
('13296', '4', '121', '0', '2238', '1'),
('13297', '4', '122', '0', '2238', '0'),
('13298', '4', '172', '0', '2239', '174'),
('13299', '4', '85', '0', '2239', '2'),
('13300', '4', '84', '0', '2239', '1'),
('13301', '4', '109', '0', '2239', '1'),
('13302', '4', '91', '0', '2239', '4'),
('13303', '4', '121', '0', '2239', '1'),
('13304', '4', '122', '0', '2239', '0'),
('13305', '4', '172', '0', '2240', '174'),
('13306', '4', '85', '0', '2240', '2'),
('13307', '4', '84', '0', '2240', '1'),
('13308', '4', '109', '0', '2240', '1'),
('13309', '4', '91', '0', '2240', '4'),
('13310', '4', '121', '0', '2240', '1'),
('13311', '4', '122', '0', '2240', '0'),
('13312', '4', '172', '0', '2241', '174'),
('13313', '4', '85', '0', '2241', '2'),
('13314', '4', '84', '0', '2241', '1'),
('13315', '4', '109', '0', '2241', '1'),
('13316', '4', '91', '0', '2241', '4'),
('13317', '4', '121', '0', '2241', '1'),
('13318', '4', '122', '0', '2241', '0'),
('13319', '4', '172', '0', '2242', '174'),
('13320', '4', '85', '0', '2242', '2'),
('13321', '4', '84', '0', '2242', '1'),
('13322', '4', '109', '0', '2242', '1'),
('13323', '4', '91', '0', '2242', '4'),
('13324', '4', '121', '0', '2242', '1'),
('13325', '4', '122', '0', '2242', '0'),
('13326', '4', '172', '0', '2243', '174'),
('13327', '4', '85', '0', '2243', '2'),
('13328', '4', '84', '0', '2243', '1'),
('13329', '4', '109', '0', '2243', '1'),
('13330', '4', '91', '0', '2243', '4'),
('13331', '4', '121', '0', '2243', '1'),
('13332', '4', '122', '0', '2243', '0'),
('13333', '4', '172', '0', '2244', '174'),
('13334', '4', '85', '0', '2244', '2'),
('13335', '4', '84', '0', '2244', '1'),
('13336', '4', '109', '0', '2244', '1'),
('13337', '4', '91', '0', '2244', '4'),
('13338', '4', '121', '0', '2244', '1'),
('13339', '4', '122', '0', '2244', '0'),
('13340', '4', '172', '0', '2245', '174'),
('13341', '4', '85', '0', '2245', '2'),
('13342', '4', '84', '0', '2245', '1'),
('13343', '4', '109', '0', '2245', '1'),
('13344', '4', '91', '0', '2245', '4'),
('13345', '4', '121', '0', '2245', '1'),
('13346', '4', '122', '0', '2245', '0'),
('13347', '4', '172', '0', '2246', '174'),
('13348', '4', '85', '0', '2246', '2'),
('13349', '4', '84', '0', '2246', '1'),
('13350', '4', '109', '0', '2246', '1'),
('13351', '4', '91', '0', '2246', '4'),
('13352', '4', '121', '0', '2246', '1'),
('13353', '4', '122', '0', '2246', '0'),
('13354', '4', '172', '0', '2247', '174'),
('13355', '4', '85', '0', '2247', '2'),
('13356', '4', '84', '0', '2247', '1'),
('13357', '4', '109', '0', '2247', '1'),
('13358', '4', '91', '0', '2247', '4'),
('13359', '4', '121', '0', '2247', '1'),
('13360', '4', '122', '0', '2247', '0'),
('13361', '4', '172', '0', '2248', '174'),
('13362', '4', '85', '0', '2248', '2'),
('13363', '4', '84', '0', '2248', '1'),
('13364', '4', '109', '0', '2248', '1'),
('13365', '4', '91', '0', '2248', '4'),
('13366', '4', '121', '0', '2248', '1'),
('13367', '4', '122', '0', '2248', '0'),
('13368', '4', '172', '0', '2249', '174'),
('13369', '4', '85', '0', '2249', '2'),
('13370', '4', '84', '0', '2249', '1'),
('13371', '4', '109', '0', '2249', '1'),
('13372', '4', '91', '0', '2249', '4'),
('13373', '4', '121', '0', '2249', '1'),
('13374', '4', '122', '0', '2249', '0'),
('13375', '4', '172', '0', '2250', '174'),
('13376', '4', '85', '0', '2250', '2'),
('13377', '4', '84', '0', '2250', '1'),
('13378', '4', '109', '0', '2250', '1'),
('13379', '4', '91', '0', '2250', '4'),
('13380', '4', '121', '0', '2250', '1'),
('13381', '4', '122', '0', '2250', '0'),
('13382', '4', '172', '0', '2251', '174'),
('13383', '4', '85', '0', '2251', '2'),
('13384', '4', '84', '0', '2251', '1'),
('13385', '4', '109', '0', '2251', '1'),
('13386', '4', '91', '0', '2251', '4'),
('13387', '4', '121', '0', '2251', '1'),
('13388', '4', '122', '0', '2251', '0'),
('13389', '4', '172', '0', '2252', '174'),
('13390', '4', '85', '0', '2252', '2'),
('13391', '4', '84', '0', '2252', '1'),
('13392', '4', '109', '0', '2252', '1'),
('13393', '4', '91', '0', '2252', '4'),
('13394', '4', '121', '0', '2252', '1'),
('13395', '4', '122', '0', '2252', '0'),
('13396', '4', '172', '0', '2253', '174'),
('13397', '4', '85', '0', '2253', '2'),
('13398', '4', '84', '0', '2253', '1'),
('13399', '4', '109', '0', '2253', '1'),
('13400', '4', '91', '0', '2253', '4'),
('13401', '4', '121', '0', '2253', '1'),
('13402', '4', '122', '0', '2253', '0'),
('13403', '4', '172', '0', '2254', '174'),
('13404', '4', '85', '0', '2254', '2'),
('13405', '4', '84', '0', '2254', '1'),
('13406', '4', '109', '0', '2254', '1'),
('13407', '4', '91', '0', '2254', '4'),
('13408', '4', '121', '0', '2254', '1'),
('13409', '4', '122', '0', '2254', '0'),
('13410', '4', '172', '0', '2255', '174'),
('13411', '4', '85', '0', '2255', '2'),
('13412', '4', '84', '0', '2255', '1'),
('13413', '4', '109', '0', '2255', '1'),
('13414', '4', '91', '0', '2255', '4'),
('13415', '4', '121', '0', '2255', '1'),
('13416', '4', '122', '0', '2255', '0'),
('13417', '4', '172', '0', '2256', '174'),
('13418', '4', '85', '0', '2256', '2'),
('13419', '4', '84', '0', '2256', '1'),
('13420', '4', '109', '0', '2256', '1'),
('13421', '4', '91', '0', '2256', '4'),
('13422', '4', '121', '0', '2256', '1'),
('13423', '4', '122', '0', '2256', '0'),
('13424', '4', '172', '0', '2257', '174'),
('13425', '4', '85', '0', '2257', '2'),
('13426', '4', '84', '0', '2257', '1'),
('13427', '4', '109', '0', '2257', '1'),
('13428', '4', '91', '0', '2257', '4'),
('13429', '4', '121', '0', '2257', '1'),
('13430', '4', '122', '0', '2257', '0'),
('13431', '4', '172', '0', '2258', '174'),
('13432', '4', '85', '0', '2258', '2'),
('13433', '4', '84', '0', '2258', '1'),
('13434', '4', '109', '0', '2258', '1'),
('13435', '4', '91', '0', '2258', '4'),
('13436', '4', '121', '0', '2258', '1'),
('13437', '4', '122', '0', '2258', '0'),
('13438', '4', '172', '0', '2259', '174'),
('13439', '4', '85', '0', '2259', '2'),
('13440', '4', '84', '0', '2259', '1'),
('13441', '4', '109', '0', '2259', '1'),
('13442', '4', '91', '0', '2259', '4'),
('13443', '4', '121', '0', '2259', '1'),
('13444', '4', '122', '0', '2259', '0'),
('13445', '4', '172', '0', '2260', '174'),
('13446', '4', '85', '0', '2260', '2'),
('13447', '4', '84', '0', '2260', '1'),
('13448', '4', '109', '0', '2260', '1'),
('13449', '4', '91', '0', '2260', '4'),
('13450', '4', '121', '0', '2260', '1'),
('13451', '4', '122', '0', '2260', '0'),
('13452', '4', '172', '0', '2261', '174'),
('13453', '4', '85', '0', '2261', '2'),
('13454', '4', '84', '0', '2261', '1'),
('13455', '4', '109', '0', '2261', '1'),
('13456', '4', '91', '0', '2261', '4'),
('13457', '4', '121', '0', '2261', '1'),
('13458', '4', '122', '0', '2261', '0'),
('13459', '4', '172', '0', '2262', '174'),
('13460', '4', '85', '0', '2262', '2'),
('13461', '4', '84', '0', '2262', '1'),
('13462', '4', '109', '0', '2262', '1'),
('13463', '4', '91', '0', '2262', '4'),
('13464', '4', '121', '0', '2262', '1'),
('13465', '4', '122', '0', '2262', '0'),
('13466', '4', '172', '0', '2263', '174'),
('13467', '4', '85', '0', '2263', '2'),
('13468', '4', '84', '0', '2263', '1'),
('13469', '4', '109', '0', '2263', '1'),
('13470', '4', '91', '0', '2263', '4'),
('13471', '4', '121', '0', '2263', '1'),
('13472', '4', '122', '0', '2263', '0'),
('13473', '4', '172', '0', '2264', '174'),
('13474', '4', '85', '0', '2264', '2'),
('13475', '4', '84', '0', '2264', '1'),
('13476', '4', '109', '0', '2264', '1'),
('13477', '4', '91', '0', '2264', '4'),
('13478', '4', '121', '0', '2264', '1'),
('13479', '4', '122', '0', '2264', '0'),
('13480', '4', '172', '0', '2265', '174'),
('13481', '4', '85', '0', '2265', '2'),
('13482', '4', '84', '0', '2265', '1'),
('13483', '4', '109', '0', '2265', '1'),
('13484', '4', '91', '0', '2265', '4'),
('13485', '4', '121', '0', '2265', '1'),
('13486', '4', '122', '0', '2265', '0'),
('13487', '4', '172', '0', '2266', '174'),
('13488', '4', '85', '0', '2266', '2'),
('13489', '4', '84', '0', '2266', '1'),
('13490', '4', '109', '0', '2266', '1'),
('13491', '4', '91', '0', '2266', '4'),
('13492', '4', '121', '0', '2266', '1'),
('13493', '4', '122', '0', '2266', '0'),
('13494', '4', '172', '0', '2267', '174'),
('13495', '4', '85', '0', '2267', '2'),
('13496', '4', '84', '0', '2267', '1'),
('13497', '4', '109', '0', '2267', '1'),
('13498', '4', '91', '0', '2267', '4'),
('13499', '4', '121', '0', '2267', '1'),
('13500', '4', '122', '0', '2267', '0'),
('13501', '4', '172', '0', '2268', '174'),
('13502', '4', '85', '0', '2268', '2'),
('13503', '4', '84', '0', '2268', '1'),
('13504', '4', '109', '0', '2268', '1'),
('13505', '4', '91', '0', '2268', '4'),
('13506', '4', '121', '0', '2268', '1'),
('13507', '4', '122', '0', '2268', '0'),
('13508', '4', '172', '0', '2269', '174'),
('13509', '4', '85', '0', '2269', '2'),
('13510', '4', '84', '0', '2269', '1'),
('13511', '4', '109', '0', '2269', '1'),
('13512', '4', '91', '0', '2269', '4'),
('13513', '4', '121', '0', '2269', '1'),
('13514', '4', '122', '0', '2269', '0'),
('13515', '4', '172', '0', '2270', '174'),
('13516', '4', '85', '0', '2270', '2'),
('13517', '4', '84', '0', '2270', '1'),
('13518', '4', '109', '0', '2270', '1'),
('13519', '4', '91', '0', '2270', '4'),
('13520', '4', '121', '0', '2270', '1'),
('13521', '4', '122', '0', '2270', '0'),
('13522', '4', '172', '0', '2271', '174'),
('13523', '4', '85', '0', '2271', '2'),
('13524', '4', '84', '0', '2271', '1'),
('13525', '4', '109', '0', '2271', '1'),
('13526', '4', '91', '0', '2271', '4'),
('13527', '4', '121', '0', '2271', '1'),
('13528', '4', '122', '0', '2271', '0'),
('13529', '4', '172', '0', '2272', '174'),
('13530', '4', '85', '0', '2272', '2'),
('13531', '4', '84', '0', '2272', '1'),
('13532', '4', '109', '0', '2272', '1'),
('13533', '4', '91', '0', '2272', '4'),
('13534', '4', '121', '0', '2272', '1'),
('13535', '4', '122', '0', '2272', '0'),
('13536', '4', '172', '0', '2273', '174'),
('13537', '4', '85', '0', '2273', '2'),
('13538', '4', '84', '0', '2273', '1'),
('13539', '4', '109', '0', '2273', '1'),
('13540', '4', '91', '0', '2273', '4'),
('13541', '4', '121', '0', '2273', '1'),
('13542', '4', '122', '0', '2273', '0'),
('21528', '4', '109', '0', '6216', '1'),
('21529', '4', '122', '0', '6216', '0'),
('21530', '4', '121', '0', '6216', '1'),
('21531', '4', '84', '0', '6216', '1'),
('21532', '4', '85', '0', '6216', '2'),
('21533', '4', '91', '0', '6216', '4'),
('21570', '4', '109', '0', '6223', '1'),
('21571', '4', '122', '0', '6223', '0'),
('21572', '4', '121', '0', '6223', '1'),
('21573', '4', '84', '0', '6223', '1'),
('21574', '4', '85', '0', '6223', '2'),
('21575', '4', '91', '0', '6223', '4'),
('21612', '4', '109', '0', '6230', '1'),
('21613', '4', '122', '0', '6230', '0'),
('21614', '4', '121', '0', '6230', '1'),
('21615', '4', '84', '0', '6230', '1'),
('21616', '4', '85', '0', '6230', '2'),
('21617', '4', '91', '0', '6230', '4'),
('21624', '4', '109', '0', '6232', '1'),
('21625', '4', '122', '0', '6232', '0'),
('21626', '4', '121', '0', '6232', '1'),
('21627', '4', '84', '0', '6232', '1'),
('21628', '4', '85', '0', '6232', '2'),
('21629', '4', '91', '0', '6232', '4'),
('21630', '4', '109', '0', '6233', '1'),
('21631', '4', '122', '0', '6233', '0'),
('21632', '4', '121', '0', '6233', '1'),
('21633', '4', '84', '0', '6233', '1'),
('21634', '4', '85', '0', '6233', '2'),
('21635', '4', '91', '0', '6233', '4'),
('21636', '4', '109', '0', '6234', '1'),
('21637', '4', '122', '0', '6234', '0'),
('21638', '4', '121', '0', '6234', '1'),
('21639', '4', '84', '0', '6234', '1'),
('21640', '4', '85', '0', '6234', '2'),
('21641', '4', '91', '0', '6234', '4'),
('21690', '4', '109', '0', '6243', '1'),
('21691', '4', '122', '0', '6243', '0'),
('21692', '4', '121', '0', '6243', '1'),
('21693', '4', '84', '0', '6243', '1'),
('21694', '4', '85', '0', '6243', '2'),
('21695', '4', '91', '0', '6243', '4'),
('21708', '4', '109', '0', '6246', '1'),
('21709', '4', '122', '0', '6246', '0'),
('21710', '4', '121', '0', '6246', '1'),
('21711', '4', '84', '0', '6246', '2'),
('21712', '4', '85', '0', '6246', '2'),
('21713', '4', '91', '0', '6246', '4'),
('21714', '4', '109', '0', '6247', '1'),
('21715', '4', '122', '0', '6247', '0'),
('21716', '4', '121', '0', '6247', '1'),
('21717', '4', '84', '0', '6247', '2'),
('21718', '4', '85', '0', '6247', '2'),
('21719', '4', '91', '0', '6247', '4'),
('21726', '4', '109', '0', '6249', '1'),
('21727', '4', '122', '0', '6249', '0'),
('21728', '4', '121', '0', '6249', '1'),
('21729', '4', '84', '0', '6249', '1'),
('21730', '4', '85', '0', '6249', '2'),
('21731', '4', '91', '0', '6249', '4'),
('21732', '4', '109', '0', '6250', '1'),
('21733', '4', '122', '0', '6250', '0'),
('21734', '4', '121', '0', '6250', '1'),
('21735', '4', '84', '0', '6250', '1'),
('21736', '4', '85', '0', '6250', '2'),
('21737', '4', '91', '0', '6250', '4'),
('21738', '4', '109', '0', '6251', '1'),
('21739', '4', '122', '0', '6251', '0'),
('21740', '4', '121', '0', '6251', '1'),
('21741', '4', '84', '0', '6251', '1'),
('21742', '4', '85', '0', '6251', '2'),
('21743', '4', '91', '0', '6251', '4'),
('21768', '4', '109', '0', '6256', '1'),
('21769', '4', '122', '0', '6256', '0'),
('21770', '4', '121', '0', '6256', '1'),
('21771', '4', '84', '0', '6256', '1'),
('21772', '4', '85', '0', '6256', '2'),
('21773', '4', '91', '0', '6256', '4'),
('21774', '4', '109', '0', '6257', '1'),
('21775', '4', '122', '0', '6257', '0'),
('21776', '4', '121', '0', '6257', '1'),
('21777', '4', '84', '0', '6257', '1'),
('21778', '4', '85', '0', '6257', '2'),
('21779', '4', '91', '0', '6257', '4'),
('21804', '4', '109', '0', '6262', '1'),
('21805', '4', '122', '0', '6262', '0'),
('21806', '4', '121', '0', '6262', '1'),
('21807', '4', '84', '0', '6262', '1'),
('21808', '4', '85', '0', '6262', '2'),
('21809', '4', '91', '0', '6262', '4'),
('21870', '4', '109', '0', '6273', '1'),
('21871', '4', '122', '0', '6273', '0'),
('21872', '4', '121', '0', '6273', '1'),
('21873', '4', '84', '0', '6273', '1'),
('21874', '4', '85', '0', '6273', '2'),
('21875', '4', '91', '0', '6273', '4'),
('21936', '4', '109', '0', '6284', '1'),
('21937', '4', '122', '0', '6284', '0'),
('21938', '4', '121', '0', '6284', '1'),
('21939', '4', '84', '0', '6284', '1'),
('21940', '4', '85', '0', '6284', '2'),
('21941', '4', '91', '0', '6284', '4'),
('22026', '4', '109', '0', '6299', '1'),
('22027', '4', '122', '0', '6299', '0'),
('22028', '4', '121', '0', '6299', '1'),
('22029', '4', '84', '0', '6299', '1'),
('22030', '4', '85', '0', '6299', '2'),
('22031', '4', '91', '0', '6299', '4'),
('22032', '4', '109', '0', '6300', '1'),
('22033', '4', '122', '0', '6300', '0'),
('22034', '4', '121', '0', '6300', '1'),
('22035', '4', '84', '0', '6300', '1'),
('22036', '4', '85', '0', '6300', '2'),
('22037', '4', '91', '0', '6300', '4'),
('22038', '4', '109', '0', '6301', '1'),
('22039', '4', '122', '0', '6301', '0'),
('22040', '4', '121', '0', '6301', '1'),
('22041', '4', '84', '0', '6301', '1'),
('22042', '4', '85', '0', '6301', '2'),
('22043', '4', '91', '0', '6301', '4'),
('22146', '4', '109', '0', '6319', '1'),
('22147', '4', '122', '0', '6319', '0'),
('22148', '4', '121', '0', '6319', '1'),
('22149', '4', '84', '0', '6319', '1'),
('22150', '4', '85', '0', '6319', '2'),
('22151', '4', '91', '0', '6319', '4'),
('22206', '4', '109', '0', '6329', '1'),
('22207', '4', '122', '0', '6329', '0'),
('22208', '4', '121', '0', '6329', '1'),
('22209', '4', '84', '0', '6329', '1'),
('22210', '4', '85', '0', '6329', '2'),
('22211', '4', '91', '0', '6329', '4'),
('22848', '4', '109', '0', '6436', '1'),
('22849', '4', '122', '0', '6436', '0'),
('22850', '4', '121', '0', '6436', '1'),
('22851', '4', '84', '0', '6436', '1'),
('22852', '4', '85', '0', '6436', '2'),
('22853', '4', '91', '0', '6436', '4'),
('22908', '4', '109', '0', '6446', '1'),
('22909', '4', '122', '0', '6446', '0'),
('22910', '4', '121', '0', '6446', '1'),
('22911', '4', '84', '0', '6446', '1'),
('22912', '4', '85', '0', '6446', '2'),
('22913', '4', '91', '0', '6446', '4'),
('22914', '4', '109', '0', '6447', '1'),
('22915', '4', '122', '0', '6447', '1'),
('22916', '4', '121', '0', '6447', '1'),
('22917', '4', '84', '0', '6447', '1'),
('22918', '4', '85', '0', '6447', '2'),
('22919', '4', '91', '0', '6447', '4'),
('22920', '4', '109', '0', '6448', '1'),
('22921', '4', '122', '0', '6448', '0'),
('22922', '4', '121', '0', '6448', '1'),
('22923', '4', '84', '0', '6448', '1'),
('22924', '4', '85', '0', '6448', '2'),
('22925', '4', '91', '0', '6448', '4'),
('22926', '4', '109', '0', '6449', '1'),
('22927', '4', '122', '0', '6449', '0'),
('22928', '4', '121', '0', '6449', '1'),
('22929', '4', '84', '0', '6449', '1'),
('22930', '4', '85', '0', '6449', '2'),
('22931', '4', '91', '0', '6449', '4'),
('22938', '4', '109', '0', '6451', '1'),
('22939', '4', '122', '0', '6451', '0'),
('22940', '4', '121', '0', '6451', '1'),
('22941', '4', '84', '0', '6451', '1'),
('22942', '4', '85', '0', '6451', '2'),
('22943', '4', '91', '0', '6451', '4'),
('22944', '4', '109', '0', '6452', '1'),
('22945', '4', '122', '0', '6452', '0'),
('22946', '4', '121', '0', '6452', '1'),
('22947', '4', '84', '0', '6452', '1'),
('22948', '4', '85', '0', '6452', '2'),
('22949', '4', '91', '0', '6452', '4'),
('22950', '4', '109', '0', '6453', '1'),
('22951', '4', '122', '0', '6453', '0'),
('22952', '4', '121', '0', '6453', '1'),
('22953', '4', '84', '0', '6453', '1'),
('22954', '4', '85', '0', '6453', '2'),
('22955', '4', '91', '0', '6453', '4'),
('23873', '4', '109', '0', '6910', '1'),
('23874', '4', '121', '0', '6910', '1'),
('23875', '4', '84', '0', '6910', '1'),
('23876', '4', '91', '0', '6910', '4'),
('23877', '4', '109', '0', '6911', '1'),
('23878', '4', '121', '0', '6911', '1'),
('23879', '4', '84', '0', '6911', '1'),
('23880', '4', '91', '0', '6911', '4'),
('23881', '4', '109', '0', '6912', '1'),
('23882', '4', '121', '0', '6912', '1'),
('23883', '4', '84', '0', '6912', '1'),
('23884', '4', '91', '0', '6912', '4'),
('23885', '4', '109', '0', '6913', '1'),
('23886', '4', '121', '0', '6913', '1'),
('23887', '4', '84', '0', '6913', '1'),
('23888', '4', '91', '0', '6913', '4'),
('23889', '4', '109', '0', '6914', '1'),
('23890', '4', '121', '0', '6914', '1'),
('23891', '4', '84', '0', '6914', '1'),
('23892', '4', '91', '0', '6914', '4'),
('23893', '4', '109', '0', '6915', '1'),
('23894', '4', '121', '0', '6915', '1'),
('23895', '4', '84', '0', '6915', '1'),
('23896', '4', '91', '0', '6915', '4'),
('23897', '4', '109', '0', '6916', '1'),
('23898', '4', '121', '0', '6916', '1'),
('23899', '4', '84', '0', '6916', '1'),
('23900', '4', '91', '0', '6916', '4'),
('23901', '4', '109', '0', '6917', '1'),
('23902', '4', '121', '0', '6917', '1'),
('23903', '4', '84', '0', '6917', '1'),
('23904', '4', '91', '0', '6917', '4'),
('23905', '4', '109', '0', '6918', '1'),
('23906', '4', '121', '0', '6918', '1'),
('23907', '4', '84', '0', '6918', '1'),
('23908', '4', '91', '0', '6918', '4'),
('23909', '4', '109', '0', '6919', '1'),
('23910', '4', '121', '0', '6919', '1'),
('23911', '4', '84', '0', '6919', '1'),
('23912', '4', '91', '0', '6919', '4'),
('23913', '4', '109', '0', '6920', '1'),
('23914', '4', '121', '0', '6920', '1'),
('23915', '4', '84', '0', '6920', '1'),
('23916', '4', '91', '0', '6920', '4'),
('23917', '4', '109', '0', '6921', '1'),
('23918', '4', '121', '0', '6921', '1'),
('23919', '4', '84', '0', '6921', '1'),
('23920', '4', '91', '0', '6921', '4'),
('23921', '4', '109', '0', '6922', '1'),
('23922', '4', '121', '0', '6922', '1'),
('23923', '4', '84', '0', '6922', '1'),
('23924', '4', '91', '0', '6922', '4'),
('23925', '4', '109', '0', '6923', '1'),
('23926', '4', '121', '0', '6923', '1'),
('23927', '4', '84', '0', '6923', '1'),
('23928', '4', '91', '0', '6923', '4'),
('23929', '4', '109', '0', '6924', '1'),
('23930', '4', '121', '0', '6924', '1'),
('23931', '4', '84', '0', '6924', '1'),
('23932', '4', '91', '0', '6924', '4'),
('23933', '4', '109', '0', '6925', '1'),
('23934', '4', '121', '0', '6925', '1'),
('23935', '4', '84', '0', '6925', '1'),
('23936', '4', '91', '0', '6925', '4'),
('23937', '4', '109', '0', '6926', '1'),
('23938', '4', '121', '0', '6926', '1'),
('23939', '4', '84', '0', '6926', '1'),
('23940', '4', '91', '0', '6926', '4'),
('23941', '4', '109', '0', '6927', '1'),
('23942', '4', '121', '0', '6927', '1'),
('23943', '4', '84', '0', '6927', '1'),
('23944', '4', '91', '0', '6927', '4'),
('23945', '4', '109', '0', '6928', '1'),
('23946', '4', '121', '0', '6928', '1'),
('23947', '4', '84', '0', '6928', '1'),
('23948', '4', '91', '0', '6928', '4'),
('23949', '4', '109', '0', '6929', '1'),
('23950', '4', '121', '0', '6929', '1'),
('23951', '4', '84', '0', '6929', '1'),
('23952', '4', '91', '0', '6929', '4'),
('23953', '4', '109', '0', '6930', '1'),
('23954', '4', '121', '0', '6930', '1'),
('23955', '4', '84', '0', '6930', '1'),
('23956', '4', '91', '0', '6930', '4'),
('23957', '4', '109', '0', '6931', '1'),
('23958', '4', '121', '0', '6931', '1'),
('23959', '4', '84', '0', '6931', '1'),
('23960', '4', '91', '0', '6931', '4'),
('23961', '4', '109', '0', '6932', '1'),
('23962', '4', '121', '0', '6932', '1'),
('23963', '4', '84', '0', '6932', '1'),
('23964', '4', '91', '0', '6932', '4'),
('23965', '4', '109', '0', '6933', '1'),
('23966', '4', '121', '0', '6933', '1'),
('23967', '4', '84', '0', '6933', '1'),
('23968', '4', '91', '0', '6933', '4'),
('23969', '4', '109', '0', '6934', '1'),
('23970', '4', '121', '0', '6934', '1'),
('23971', '4', '84', '0', '6934', '1'),
('23972', '4', '91', '0', '6934', '4'),
('23973', '4', '109', '0', '6935', '1'),
('23974', '4', '121', '0', '6935', '1'),
('23975', '4', '84', '0', '6935', '1'),
('23976', '4', '91', '0', '6935', '4'),
('23977', '4', '109', '0', '6936', '1'),
('23978', '4', '121', '0', '6936', '1'),
('23979', '4', '84', '0', '6936', '1'),
('23980', '4', '91', '0', '6936', '4'),
('23981', '4', '109', '0', '6937', '1'),
('23982', '4', '121', '0', '6937', '1'),
('23983', '4', '84', '0', '6937', '1'),
('23984', '4', '91', '0', '6937', '4'),
('23985', '4', '109', '0', '6938', '1'),
('23986', '4', '121', '0', '6938', '1'),
('23987', '4', '84', '0', '6938', '1'),
('23988', '4', '91', '0', '6938', '4'),
('23989', '4', '109', '0', '6939', '1'),
('23990', '4', '121', '0', '6939', '1'),
('23991', '4', '84', '0', '6939', '1'),
('23992', '4', '91', '0', '6939', '4'),
('23993', '4', '109', '0', '6940', '1'),
('23994', '4', '121', '0', '6940', '1'),
('23995', '4', '84', '0', '6940', '1'),
('23996', '4', '91', '0', '6940', '4'),
('23997', '4', '109', '0', '6941', '1'),
('23998', '4', '121', '0', '6941', '1'),
('23999', '4', '84', '0', '6941', '1'),
('24000', '4', '91', '0', '6941', '4'),
('24001', '4', '109', '0', '6942', '1'),
('24002', '4', '121', '0', '6942', '1'),
('24003', '4', '84', '0', '6942', '1'),
('24004', '4', '91', '0', '6942', '4'),
('24005', '4', '109', '0', '6943', '1'),
('24006', '4', '121', '0', '6943', '1'),
('24007', '4', '84', '0', '6943', '1'),
('24008', '4', '91', '0', '6943', '4'),
('24009', '4', '109', '0', '6944', '1'),
('24010', '4', '121', '0', '6944', '1'),
('24011', '4', '84', '0', '6944', '1'),
('24012', '4', '91', '0', '6944', '4'),
('24013', '4', '109', '0', '6945', '1'),
('24014', '4', '121', '0', '6945', '1'),
('24015', '4', '84', '0', '6945', '1'),
('24016', '4', '91', '0', '6945', '4'),
('24017', '4', '109', '0', '6946', '1'),
('24018', '4', '121', '0', '6946', '1'),
('24019', '4', '84', '0', '6946', '1'),
('24020', '4', '91', '0', '6946', '4'),
('24021', '4', '109', '0', '6947', '1'),
('24022', '4', '121', '0', '6947', '1'),
('24023', '4', '84', '0', '6947', '1'),
('24024', '4', '91', '0', '6947', '4'),
('24025', '4', '109', '0', '6948', '1'),
('24026', '4', '121', '0', '6948', '1'),
('24027', '4', '84', '0', '6948', '1'),
('24028', '4', '91', '0', '6948', '4'),
('24029', '4', '109', '0', '6949', '1'),
('24030', '4', '121', '0', '6949', '1'),
('24031', '4', '84', '0', '6949', '1'),
('24032', '4', '91', '0', '6949', '4'),
('24033', '4', '109', '0', '6950', '1'),
('24034', '4', '121', '0', '6950', '1'),
('24035', '4', '84', '0', '6950', '1'),
('24036', '4', '91', '0', '6950', '4'),
('24037', '4', '109', '0', '6951', '1'),
('24038', '4', '121', '0', '6951', '1'),
('24039', '4', '84', '0', '6951', '1'),
('24040', '4', '91', '0', '6951', '4'),
('24041', '4', '109', '0', '6952', '1'),
('24042', '4', '121', '0', '6952', '1'),
('24043', '4', '84', '0', '6952', '2'),
('24044', '4', '91', '0', '6952', '4'),
('24049', '4', '109', '0', '6954', '1'),
('24050', '4', '121', '0', '6954', '1'),
('24051', '4', '84', '0', '6954', '1'),
('24052', '4', '91', '0', '6954', '4'),
('24053', '4', '109', '0', '6955', '1'),
('24054', '4', '121', '0', '6955', '1'),
('24055', '4', '84', '0', '6955', '1'),
('24056', '4', '91', '0', '6955', '4'),
('24057', '4', '109', '0', '6956', '1'),
('24058', '4', '121', '0', '6956', '1'),
('24059', '4', '84', '0', '6956', '1'),
('24060', '4', '91', '0', '6956', '4'),
('24061', '4', '109', '0', '6957', '1'),
('24062', '4', '121', '0', '6957', '1'),
('24063', '4', '84', '0', '6957', '1'),
('24064', '4', '91', '0', '6957', '4'),
('24065', '4', '109', '0', '6958', '1'),
('24066', '4', '121', '0', '6958', '1'),
('24067', '4', '84', '0', '6958', '1'),
('24068', '4', '91', '0', '6958', '4'),
('24069', '4', '109', '0', '6959', '1'),
('24070', '4', '121', '0', '6959', '1'),
('24071', '4', '84', '0', '6959', '1'),
('24072', '4', '91', '0', '6959', '4'),
('24073', '4', '109', '0', '6960', '1'),
('24074', '4', '121', '0', '6960', '1'),
('24075', '4', '84', '0', '6960', '1'),
('24076', '4', '91', '0', '6960', '4'),
('24077', '4', '109', '0', '6961', '1'),
('24078', '4', '121', '0', '6961', '1'),
('24079', '4', '84', '0', '6961', '1'),
('24080', '4', '91', '0', '6961', '4'),
('24081', '4', '109', '0', '6962', '1'),
('24082', '4', '121', '0', '6962', '1'),
('24083', '4', '84', '0', '6962', '1'),
('24084', '4', '91', '0', '6962', '4'),
('24085', '4', '109', '0', '6963', '1'),
('24086', '4', '121', '0', '6963', '1'),
('24087', '4', '84', '0', '6963', '1'),
('24088', '4', '91', '0', '6963', '4'),
('24089', '4', '109', '0', '6964', '1'),
('24090', '4', '121', '0', '6964', '1'),
('24091', '4', '84', '0', '6964', '1'),
('24092', '4', '91', '0', '6964', '4'),
('24093', '4', '109', '0', '6965', '1'),
('24094', '4', '121', '0', '6965', '1'),
('24095', '4', '84', '0', '6965', '1'),
('24096', '4', '91', '0', '6965', '4'),
('24097', '4', '109', '0', '6966', '1'),
('24098', '4', '121', '0', '6966', '1'),
('24099', '4', '84', '0', '6966', '1'),
('24100', '4', '91', '0', '6966', '4'),
('24101', '4', '109', '0', '6967', '1'),
('24102', '4', '121', '0', '6967', '1'),
('24103', '4', '84', '0', '6967', '1'),
('24104', '4', '91', '0', '6967', '4'),
('24105', '4', '109', '0', '6968', '1'),
('24106', '4', '121', '0', '6968', '1'),
('24107', '4', '84', '0', '6968', '1'),
('24108', '4', '91', '0', '6968', '4'),
('24109', '4', '109', '0', '6969', '1'),
('24110', '4', '121', '0', '6969', '1'),
('24111', '4', '84', '0', '6969', '1'),
('24112', '4', '91', '0', '6969', '4'),
('24113', '4', '109', '0', '6970', '1'),
('24114', '4', '121', '0', '6970', '1'),
('24115', '4', '84', '0', '6970', '1'),
('24116', '4', '91', '0', '6970', '4'),
('24117', '4', '109', '0', '6971', '1'),
('24118', '4', '121', '0', '6971', '1'),
('24119', '4', '84', '0', '6971', '1'),
('24120', '4', '91', '0', '6971', '4'),
('24121', '4', '109', '0', '6972', '1'),
('24122', '4', '121', '0', '6972', '1'),
('24123', '4', '84', '0', '6972', '1'),
('24124', '4', '91', '0', '6972', '4'),
('24125', '4', '109', '0', '6973', '1'),
('24126', '4', '121', '0', '6973', '1'),
('24127', '4', '84', '0', '6973', '1'),
('24128', '4', '91', '0', '6973', '4'),
('24129', '4', '109', '0', '6974', '1'),
('24130', '4', '121', '0', '6974', '1'),
('24131', '4', '84', '0', '6974', '1'),
('24132', '4', '91', '0', '6974', '4'),
('24133', '4', '109', '0', '6975', '1'),
('24134', '4', '121', '0', '6975', '1'),
('24135', '4', '84', '0', '6975', '1'),
('24136', '4', '91', '0', '6975', '4'),
('24137', '4', '109', '0', '6976', '1'),
('24138', '4', '121', '0', '6976', '1'),
('24139', '4', '84', '0', '6976', '1'),
('24140', '4', '91', '0', '6976', '4'),
('24145', '4', '109', '0', '6978', '1'),
('24146', '4', '121', '0', '6978', '1'),
('24147', '4', '84', '0', '6978', '1'),
('24148', '4', '91', '0', '6978', '4'),
('24149', '4', '109', '0', '6979', '1'),
('24150', '4', '121', '0', '6979', '1'),
('24151', '4', '84', '0', '6979', '1'),
('24152', '4', '91', '0', '6979', '4'),
('24153', '4', '109', '0', '6980', '1'),
('24154', '4', '121', '0', '6980', '1'),
('24155', '4', '84', '0', '6980', '1'),
('24156', '4', '91', '0', '6980', '4'),
('24157', '4', '109', '0', '6981', '1'),
('24158', '4', '121', '0', '6981', '1'),
('24159', '4', '84', '0', '6981', '1'),
('24160', '4', '91', '0', '6981', '4'),
('24161', '4', '109', '0', '6982', '1'),
('24162', '4', '121', '0', '6982', '1'),
('24163', '4', '84', '0', '6982', '1'),
('24164', '4', '91', '0', '6982', '4'),
('24165', '4', '109', '0', '6983', '1'),
('24166', '4', '121', '0', '6983', '1'),
('24167', '4', '84', '0', '6983', '1'),
('24168', '4', '91', '0', '6983', '4'),
('24169', '4', '109', '0', '6984', '1'),
('24170', '4', '121', '0', '6984', '1'),
('24171', '4', '84', '0', '6984', '1'),
('24172', '4', '91', '0', '6984', '4'),
('24173', '4', '109', '0', '6985', '1'),
('24174', '4', '121', '0', '6985', '1'),
('24175', '4', '84', '0', '6985', '1'),
('24176', '4', '91', '0', '6985', '4'),
('24177', '4', '109', '0', '6986', '1'),
('24178', '4', '121', '0', '6986', '1'),
('24179', '4', '84', '0', '6986', '1'),
('24180', '4', '91', '0', '6986', '4'),
('24181', '4', '109', '0', '6987', '1'),
('24182', '4', '121', '0', '6987', '1'),
('24183', '4', '84', '0', '6987', '1'),
('24184', '4', '91', '0', '6987', '4'),
('24185', '4', '109', '0', '6988', '1'),
('24186', '4', '121', '0', '6988', '1'),
('24187', '4', '84', '0', '6988', '1'),
('24188', '4', '91', '0', '6988', '4'),
('24201', '4', '109', '0', '6992', '1'),
('24202', '4', '121', '0', '6992', '1'),
('24203', '4', '84', '0', '6992', '1'),
('24204', '4', '91', '0', '6992', '4'),
('24205', '4', '109', '0', '6993', '1'),
('24206', '4', '121', '0', '6993', '1'),
('24207', '4', '84', '0', '6993', '1'),
('24208', '4', '91', '0', '6993', '4'),
('24209', '4', '109', '0', '6994', '1'),
('24210', '4', '121', '0', '6994', '1'),
('24211', '4', '84', '0', '6994', '1'),
('24212', '4', '91', '0', '6994', '4'),
('24217', '4', '109', '0', '6996', '1'),
('24218', '4', '121', '0', '6996', '1'),
('24219', '4', '84', '0', '6996', '1'),
('24220', '4', '91', '0', '6996', '4'),
('24221', '4', '109', '0', '6997', '1'),
('24222', '4', '121', '0', '6997', '1'),
('24223', '4', '84', '0', '6997', '1'),
('24224', '4', '91', '0', '6997', '4'),
('24225', '4', '109', '0', '6998', '1'),
('24226', '4', '121', '0', '6998', '1'),
('24227', '4', '84', '0', '6998', '1'),
('24228', '4', '91', '0', '6998', '4'),
('24229', '4', '109', '0', '6999', '1'),
('24230', '4', '121', '0', '6999', '1'),
('24231', '4', '84', '0', '6999', '1'),
('24232', '4', '91', '0', '6999', '4'),
('24233', '4', '109', '0', '7000', '1'),
('24234', '4', '121', '0', '7000', '1'),
('24235', '4', '84', '0', '7000', '1'),
('24236', '4', '91', '0', '7000', '4'),
('24237', '4', '109', '0', '7001', '1'),
('24238', '4', '121', '0', '7001', '1'),
('24239', '4', '84', '0', '7001', '1'),
('24240', '4', '91', '0', '7001', '4'),
('24241', '4', '109', '0', '7002', '1'),
('24242', '4', '121', '0', '7002', '1'),
('24243', '4', '84', '0', '7002', '1'),
('24244', '4', '91', '0', '7002', '4'),
('24245', '4', '109', '0', '7003', '1'),
('24246', '4', '121', '0', '7003', '1'),
('24247', '4', '84', '0', '7003', '1'),
('24248', '4', '91', '0', '7003', '4'),
('24249', '4', '109', '0', '7004', '1'),
('24250', '4', '121', '0', '7004', '1'),
('24251', '4', '84', '0', '7004', '1'),
('24252', '4', '91', '0', '7004', '4'),
('24253', '4', '109', '0', '7005', '1'),
('24254', '4', '121', '0', '7005', '1'),
('24255', '4', '84', '0', '7005', '1'),
('24256', '4', '91', '0', '7005', '4'),
('24257', '4', '109', '0', '7006', '1'),
('24258', '4', '121', '0', '7006', '1'),
('24259', '4', '84', '0', '7006', '1'),
('24260', '4', '91', '0', '7006', '4'),
('24261', '4', '109', '0', '7007', '1'),
('24262', '4', '121', '0', '7007', '1'),
('24263', '4', '84', '0', '7007', '1'),
('24264', '4', '91', '0', '7007', '4'),
('24265', '4', '109', '0', '7008', '1'),
('24266', '4', '121', '0', '7008', '1'),
('24267', '4', '84', '0', '7008', '1'),
('24268', '4', '91', '0', '7008', '4'),
('24269', '4', '109', '0', '7009', '1'),
('24270', '4', '121', '0', '7009', '1'),
('24271', '4', '84', '0', '7009', '1'),
('24272', '4', '91', '0', '7009', '4'),
('24273', '4', '109', '0', '7010', '1'),
('24274', '4', '121', '0', '7010', '1'),
('24275', '4', '84', '0', '7010', '1'),
('24276', '4', '91', '0', '7010', '4'),
('24277', '4', '109', '0', '7011', '1'),
('24278', '4', '121', '0', '7011', '1'),
('24279', '4', '84', '0', '7011', '1'),
('24280', '4', '91', '0', '7011', '4'),
('24281', '4', '109', '0', '7012', '1'),
('24282', '4', '121', '0', '7012', '1'),
('24283', '4', '84', '0', '7012', '1'),
('24284', '4', '91', '0', '7012', '4'),
('24285', '4', '109', '0', '7013', '1'),
('24286', '4', '121', '0', '7013', '1'),
('24287', '4', '84', '0', '7013', '1'),
('24288', '4', '91', '0', '7013', '4'),
('24289', '4', '109', '0', '7014', '1'),
('24290', '4', '121', '0', '7014', '1'),
('24291', '4', '84', '0', '7014', '1'),
('24292', '4', '91', '0', '7014', '4'),
('24293', '4', '109', '0', '7015', '1'),
('24294', '4', '121', '0', '7015', '1'),
('24295', '4', '84', '0', '7015', '1'),
('24296', '4', '91', '0', '7015', '4'),
('24297', '4', '109', '0', '7016', '1'),
('24298', '4', '121', '0', '7016', '1'),
('24299', '4', '84', '0', '7016', '1'),
('24300', '4', '91', '0', '7016', '4'),
('24301', '4', '109', '0', '7017', '1'),
('24302', '4', '121', '0', '7017', '1'),
('24303', '4', '84', '0', '7017', '1'),
('24304', '4', '91', '0', '7017', '4'),
('24305', '4', '109', '0', '7018', '1'),
('24306', '4', '121', '0', '7018', '1'),
('24307', '4', '84', '0', '7018', '1'),
('24308', '4', '91', '0', '7018', '4'),
('24309', '4', '109', '0', '7019', '1'),
('24310', '4', '121', '0', '7019', '1'),
('24311', '4', '84', '0', '7019', '1'),
('24312', '4', '91', '0', '7019', '4'),
('24313', '4', '109', '0', '7020', '1'),
('24314', '4', '121', '0', '7020', '1'),
('24315', '4', '84', '0', '7020', '1'),
('24316', '4', '91', '0', '7020', '4'),
('24317', '4', '109', '0', '7021', '1'),
('24318', '4', '121', '0', '7021', '1'),
('24319', '4', '84', '0', '7021', '1'),
('24320', '4', '91', '0', '7021', '4'),
('24321', '4', '109', '0', '7022', '1'),
('24322', '4', '121', '0', '7022', '1'),
('24323', '4', '84', '0', '7022', '1'),
('24324', '4', '91', '0', '7022', '4'),
('24325', '4', '109', '0', '7023', '1'),
('24326', '4', '121', '0', '7023', '1'),
('24327', '4', '84', '0', '7023', '1'),
('24328', '4', '91', '0', '7023', '4'),
('24329', '4', '109', '0', '7024', '1'),
('24330', '4', '121', '0', '7024', '1'),
('24331', '4', '84', '0', '7024', '1'),
('24332', '4', '91', '0', '7024', '4'),
('24333', '4', '109', '0', '7025', '1'),
('24334', '4', '121', '0', '7025', '1'),
('24335', '4', '84', '0', '7025', '1'),
('24336', '4', '91', '0', '7025', '4'),
('24337', '4', '109', '0', '7026', '1'),
('24338', '4', '121', '0', '7026', '1'),
('24339', '4', '84', '0', '7026', '1'),
('24340', '4', '91', '0', '7026', '4'),
('24341', '4', '109', '0', '7027', '1'),
('24342', '4', '121', '0', '7027', '1'),
('24343', '4', '84', '0', '7027', '1'),
('24344', '4', '91', '0', '7027', '4'),
('24345', '4', '109', '0', '7028', '1'),
('24346', '4', '121', '0', '7028', '1'),
('24347', '4', '84', '0', '7028', '1'),
('24348', '4', '91', '0', '7028', '4'),
('24349', '4', '109', '0', '7029', '1'),
('24350', '4', '121', '0', '7029', '1'),
('24351', '4', '84', '0', '7029', '1'),
('24352', '4', '91', '0', '7029', '4'),
('24353', '4', '109', '0', '7030', '1'),
('24354', '4', '121', '0', '7030', '1'),
('24355', '4', '84', '0', '7030', '1'),
('24356', '4', '91', '0', '7030', '4'),
('24357', '4', '109', '0', '7031', '1'),
('24358', '4', '121', '0', '7031', '1'),
('24359', '4', '84', '0', '7031', '1'),
('24360', '4', '91', '0', '7031', '4'),
('24361', '4', '109', '0', '7032', '1'),
('24362', '4', '121', '0', '7032', '1'),
('24363', '4', '84', '0', '7032', '1'),
('24364', '4', '91', '0', '7032', '4'),
('24365', '4', '109', '0', '7033', '1'),
('24366', '4', '121', '0', '7033', '1'),
('24367', '4', '84', '0', '7033', '1'),
('24368', '4', '91', '0', '7033', '4'),
('24369', '4', '109', '0', '7034', '1'),
('24370', '4', '121', '0', '7034', '1'),
('24371', '4', '84', '0', '7034', '1'),
('24372', '4', '91', '0', '7034', '4'),
('24373', '4', '109', '0', '7035', '1'),
('24374', '4', '121', '0', '7035', '1'),
('24375', '4', '84', '0', '7035', '1'),
('24376', '4', '91', '0', '7035', '4'),
('24377', '4', '109', '0', '7036', '1'),
('24378', '4', '121', '0', '7036', '1'),
('24379', '4', '84', '0', '7036', '1'),
('24380', '4', '91', '0', '7036', '4'),
('24381', '4', '109', '0', '7037', '1'),
('24382', '4', '121', '0', '7037', '1'),
('24383', '4', '84', '0', '7037', '1'),
('24384', '4', '91', '0', '7037', '4'),
('24385', '4', '109', '0', '7038', '1'),
('24386', '4', '121', '0', '7038', '1'),
('24387', '4', '84', '0', '7038', '1'),
('24388', '4', '91', '0', '7038', '4'),
('24389', '4', '109', '0', '7039', '1'),
('24390', '4', '121', '0', '7039', '1'),
('24391', '4', '84', '0', '7039', '1'),
('24392', '4', '91', '0', '7039', '4'),
('24393', '4', '109', '0', '7040', '1'),
('24394', '4', '121', '0', '7040', '1'),
('24395', '4', '84', '0', '7040', '1'),
('24396', '4', '91', '0', '7040', '4'),
('24397', '4', '109', '0', '7041', '1'),
('24398', '4', '121', '0', '7041', '1'),
('24399', '4', '84', '0', '7041', '1'),
('24400', '4', '91', '0', '7041', '4'),
('24401', '4', '109', '0', '7042', '1'),
('24402', '4', '121', '0', '7042', '1'),
('24403', '4', '84', '0', '7042', '1'),
('24404', '4', '91', '0', '7042', '4'),
('24405', '4', '109', '0', '7043', '1'),
('24406', '4', '121', '0', '7043', '1'),
('24407', '4', '84', '0', '7043', '1'),
('24408', '4', '91', '0', '7043', '4'),
('24409', '4', '109', '0', '7044', '1'),
('24410', '4', '121', '0', '7044', '1'),
('24411', '4', '84', '0', '7044', '1'),
('24412', '4', '91', '0', '7044', '4'),
('24413', '4', '109', '0', '7045', '1'),
('24414', '4', '121', '0', '7045', '1'),
('24415', '4', '84', '0', '7045', '1'),
('24416', '4', '91', '0', '7045', '4'),
('24417', '4', '109', '0', '7046', '1'),
('24418', '4', '121', '0', '7046', '1'),
('24419', '4', '84', '0', '7046', '1'),
('24420', '4', '91', '0', '7046', '4'),
('24421', '4', '109', '0', '7047', '1'),
('24422', '4', '121', '0', '7047', '1'),
('24423', '4', '84', '0', '7047', '1'),
('24424', '4', '91', '0', '7047', '4'),
('24425', '4', '109', '0', '7048', '1'),
('24426', '4', '121', '0', '7048', '1'),
('24427', '4', '84', '0', '7048', '1'),
('24428', '4', '91', '0', '7048', '4'),
('24429', '4', '109', '0', '7049', '1'),
('24430', '4', '121', '0', '7049', '1'),
('24431', '4', '84', '0', '7049', '1'),
('24432', '4', '91', '0', '7049', '4'),
('24433', '4', '109', '0', '7050', '1'),
('24434', '4', '121', '0', '7050', '1'),
('24435', '4', '84', '0', '7050', '1'),
('24436', '4', '91', '0', '7050', '4'),
('24437', '4', '109', '0', '7051', '1'),
('24438', '4', '121', '0', '7051', '1'),
('24439', '4', '84', '0', '7051', '1'),
('24440', '4', '91', '0', '7051', '4'),
('24441', '4', '109', '0', '7052', '1'),
('24442', '4', '121', '0', '7052', '1'),
('24443', '4', '84', '0', '7052', '1'),
('24444', '4', '91', '0', '7052', '4'),
('24445', '4', '109', '0', '7053', '1'),
('24446', '4', '121', '0', '7053', '1'),
('24447', '4', '84', '0', '7053', '1'),
('24448', '4', '91', '0', '7053', '4'),
('24449', '4', '109', '0', '7054', '1'),
('24450', '4', '121', '0', '7054', '1'),
('24451', '4', '84', '0', '7054', '1'),
('24452', '4', '91', '0', '7054', '4'),
('24453', '4', '109', '0', '7055', '1'),
('24454', '4', '121', '0', '7055', '1'),
('24455', '4', '84', '0', '7055', '1'),
('24456', '4', '91', '0', '7055', '4'),
('24457', '4', '109', '0', '7056', '1'),
('24458', '4', '121', '0', '7056', '1'),
('24459', '4', '84', '0', '7056', '1'),
('24460', '4', '91', '0', '7056', '4'),
('24461', '4', '109', '0', '7057', '1'),
('24462', '4', '121', '0', '7057', '1'),
('24463', '4', '84', '0', '7057', '1'),
('24464', '4', '91', '0', '7057', '4'),
('24465', '4', '109', '0', '7058', '1'),
('24466', '4', '121', '0', '7058', '1'),
('24467', '4', '84', '0', '7058', '1'),
('24468', '4', '91', '0', '7058', '4'),
('24469', '4', '109', '0', '7059', '1'),
('24470', '4', '121', '0', '7059', '1'),
('24471', '4', '84', '0', '7059', '1'),
('24472', '4', '91', '0', '7059', '4'),
('24473', '4', '109', '0', '7060', '1'),
('24474', '4', '121', '0', '7060', '1'),
('24475', '4', '84', '0', '7060', '1'),
('24476', '4', '91', '0', '7060', '4'),
('24477', '4', '109', '0', '7061', '1'),
('24478', '4', '121', '0', '7061', '1'),
('24479', '4', '84', '0', '7061', '1'),
('24480', '4', '91', '0', '7061', '4'),
('24481', '4', '109', '0', '7062', '1'),
('24482', '4', '121', '0', '7062', '1'),
('24483', '4', '84', '0', '7062', '1'),
('24484', '4', '91', '0', '7062', '4'),
('24485', '4', '109', '0', '7063', '1'),
('24486', '4', '121', '0', '7063', '1'),
('24487', '4', '84', '0', '7063', '1'),
('24488', '4', '91', '0', '7063', '4'),
('24489', '4', '109', '0', '7064', '1'),
('24490', '4', '121', '0', '7064', '1'),
('24491', '4', '84', '0', '7064', '1'),
('24492', '4', '91', '0', '7064', '4'),
('24493', '4', '109', '0', '7065', '1'),
('24494', '4', '121', '0', '7065', '1'),
('24495', '4', '84', '0', '7065', '1'),
('24496', '4', '91', '0', '7065', '4'),
('24497', '4', '109', '0', '7066', '1'),
('24498', '4', '121', '0', '7066', '1'),
('24499', '4', '84', '0', '7066', '1'),
('24500', '4', '91', '0', '7066', '4'),
('24501', '4', '109', '0', '7067', '1'),
('24502', '4', '121', '0', '7067', '1'),
('24503', '4', '84', '0', '7067', '1'),
('24504', '4', '91', '0', '7067', '4'),
('24505', '4', '109', '0', '7068', '1'),
('24506', '4', '121', '0', '7068', '1'),
('24507', '4', '84', '0', '7068', '1'),
('24508', '4', '91', '0', '7068', '4'),
('24509', '4', '109', '0', '7069', '1'),
('24510', '4', '121', '0', '7069', '1'),
('24511', '4', '84', '0', '7069', '1'),
('24512', '4', '91', '0', '7069', '4'),
('24513', '4', '109', '0', '7070', '1'),
('24514', '4', '121', '0', '7070', '1'),
('24515', '4', '84', '0', '7070', '1'),
('24516', '4', '91', '0', '7070', '4'),
('24517', '4', '109', '0', '7071', '1'),
('24518', '4', '121', '0', '7071', '1'),
('24519', '4', '84', '0', '7071', '1'),
('24520', '4', '91', '0', '7071', '4'),
('24521', '4', '109', '0', '7072', '1'),
('24522', '4', '121', '0', '7072', '1'),
('24523', '4', '84', '0', '7072', '1'),
('24524', '4', '91', '0', '7072', '4'),
('24525', '4', '109', '0', '7073', '1'),
('24526', '4', '121', '0', '7073', '1'),
('24527', '4', '84', '0', '7073', '1'),
('24528', '4', '91', '0', '7073', '4'),
('24529', '4', '109', '0', '7074', '1'),
('24530', '4', '121', '0', '7074', '1'),
('24531', '4', '84', '0', '7074', '1'),
('24532', '4', '91', '0', '7074', '4'),
('24533', '4', '109', '0', '7075', '1'),
('24534', '4', '121', '0', '7075', '1'),
('24535', '4', '84', '0', '7075', '1'),
('24536', '4', '91', '0', '7075', '4'),
('24537', '4', '109', '0', '7076', '1'),
('24538', '4', '121', '0', '7076', '1'),
('24539', '4', '84', '0', '7076', '1'),
('24540', '4', '91', '0', '7076', '4'),
('24541', '4', '109', '0', '7077', '1'),
('24542', '4', '121', '0', '7077', '1'),
('24543', '4', '84', '0', '7077', '1'),
('24544', '4', '91', '0', '7077', '4'),
('24545', '4', '109', '0', '7078', '1'),
('24546', '4', '121', '0', '7078', '1'),
('24547', '4', '84', '0', '7078', '1'),
('24548', '4', '91', '0', '7078', '4'),
('24549', '4', '109', '0', '7079', '1'),
('24550', '4', '121', '0', '7079', '1'),
('24551', '4', '84', '0', '7079', '1'),
('24552', '4', '91', '0', '7079', '4'),
('24553', '4', '109', '0', '7080', '1'),
('24554', '4', '121', '0', '7080', '1'),
('24555', '4', '84', '0', '7080', '1'),
('24556', '4', '91', '0', '7080', '4'),
('24557', '4', '109', '0', '7081', '1'),
('24558', '4', '121', '0', '7081', '1'),
('24559', '4', '84', '0', '7081', '1'),
('24560', '4', '91', '0', '7081', '4'),
('24561', '4', '109', '0', '7082', '1'),
('24562', '4', '121', '0', '7082', '1'),
('24563', '4', '84', '0', '7082', '1'),
('24564', '4', '91', '0', '7082', '4'),
('24565', '4', '109', '0', '7083', '1'),
('24566', '4', '121', '0', '7083', '1'),
('24567', '4', '84', '0', '7083', '1'),
('24568', '4', '91', '0', '7083', '4'),
('24569', '4', '109', '0', '7084', '1'),
('24570', '4', '121', '0', '7084', '1'),
('24571', '4', '84', '0', '7084', '1'),
('24572', '4', '91', '0', '7084', '4'),
('24573', '4', '109', '0', '7085', '1'),
('24574', '4', '121', '0', '7085', '1'),
('24575', '4', '84', '0', '7085', '1'),
('24576', '4', '91', '0', '7085', '4'),
('24577', '4', '109', '0', '7086', '1'),
('24578', '4', '121', '0', '7086', '1'),
('24579', '4', '84', '0', '7086', '1'),
('24580', '4', '91', '0', '7086', '4'),
('24581', '4', '109', '0', '7087', '1'),
('24582', '4', '121', '0', '7087', '1'),
('24583', '4', '84', '0', '7087', '1'),
('24584', '4', '91', '0', '7087', '4'),
('24585', '4', '109', '0', '7088', '1'),
('24586', '4', '121', '0', '7088', '1'),
('24587', '4', '84', '0', '7088', '1'),
('24588', '4', '91', '0', '7088', '4'),
('24589', '4', '109', '0', '7089', '1'),
('24590', '4', '121', '0', '7089', '1'),
('24591', '4', '84', '0', '7089', '1'),
('24592', '4', '91', '0', '7089', '4'),
('24593', '4', '109', '0', '7090', '1'),
('24594', '4', '121', '0', '7090', '1'),
('24595', '4', '84', '0', '7090', '1'),
('24596', '4', '91', '0', '7090', '4'),
('24597', '4', '109', '0', '7091', '1'),
('24598', '4', '121', '0', '7091', '1'),
('24599', '4', '84', '0', '7091', '1'),
('24600', '4', '91', '0', '7091', '4'),
('24601', '4', '109', '0', '7092', '1'),
('24602', '4', '121', '0', '7092', '1'),
('24603', '4', '84', '0', '7092', '1'),
('24604', '4', '91', '0', '7092', '4'),
('24605', '4', '109', '0', '7093', '1'),
('24606', '4', '121', '0', '7093', '1'),
('24607', '4', '84', '0', '7093', '1'),
('24608', '4', '91', '0', '7093', '4'),
('24609', '4', '109', '0', '7094', '1'),
('24610', '4', '121', '0', '7094', '1'),
('24611', '4', '84', '0', '7094', '1'),
('24612', '4', '91', '0', '7094', '4'),
('24613', '4', '109', '0', '7095', '1'),
('24614', '4', '121', '0', '7095', '1'),
('24615', '4', '84', '0', '7095', '1'),
('24616', '4', '91', '0', '7095', '4'),
('24617', '4', '109', '0', '7096', '1'),
('24618', '4', '121', '0', '7096', '1'),
('24619', '4', '84', '0', '7096', '1'),
('24620', '4', '91', '0', '7096', '4'),
('24621', '4', '109', '0', '7097', '1'),
('24622', '4', '121', '0', '7097', '1'),
('24623', '4', '84', '0', '7097', '1'),
('24624', '4', '91', '0', '7097', '4'),
('24625', '4', '109', '0', '7098', '1'),
('24626', '4', '121', '0', '7098', '1'),
('24627', '4', '84', '0', '7098', '1'),
('24628', '4', '91', '0', '7098', '4'),
('24629', '4', '109', '0', '7099', '1'),
('24630', '4', '121', '0', '7099', '1'),
('24631', '4', '84', '0', '7099', '1'),
('24632', '4', '91', '0', '7099', '4'),
('24633', '4', '109', '0', '7100', '1'),
('24634', '4', '121', '0', '7100', '1'),
('24635', '4', '84', '0', '7100', '1'),
('24636', '4', '91', '0', '7100', '4'),
('24637', '4', '109', '0', '7101', '1'),
('24638', '4', '121', '0', '7101', '1'),
('24639', '4', '84', '0', '7101', '1'),
('24640', '4', '91', '0', '7101', '4'),
('24641', '4', '109', '0', '7102', '1'),
('24642', '4', '121', '0', '7102', '1'),
('24643', '4', '84', '0', '7102', '1'),
('24644', '4', '91', '0', '7102', '4'),
('24645', '4', '109', '0', '7103', '1'),
('24646', '4', '121', '0', '7103', '1'),
('24647', '4', '84', '0', '7103', '1'),
('24648', '4', '91', '0', '7103', '4'),
('24649', '4', '109', '0', '7104', '1'),
('24650', '4', '121', '0', '7104', '1'),
('24651', '4', '84', '0', '7104', '1'),
('24652', '4', '91', '0', '7104', '4'),
('24653', '4', '109', '0', '7105', '1'),
('24654', '4', '121', '0', '7105', '1'),
('24655', '4', '84', '0', '7105', '1'),
('24656', '4', '91', '0', '7105', '4'),
('24657', '4', '109', '0', '7106', '1'),
('24658', '4', '121', '0', '7106', '1'),
('24659', '4', '84', '0', '7106', '1'),
('24660', '4', '91', '0', '7106', '4'),
('24661', '4', '109', '0', '7107', '1'),
('24662', '4', '121', '0', '7107', '1'),
('24663', '4', '84', '0', '7107', '1'),
('24664', '4', '91', '0', '7107', '4'),
('24665', '4', '109', '0', '7108', '1'),
('24666', '4', '121', '0', '7108', '1'),
('24667', '4', '84', '0', '7108', '1'),
('24668', '4', '91', '0', '7108', '4'),
('24669', '4', '109', '0', '7109', '1'),
('24670', '4', '121', '0', '7109', '1'),
('24671', '4', '84', '0', '7109', '1'),
('24672', '4', '91', '0', '7109', '4'),
('24673', '4', '109', '0', '7110', '1'),
('24674', '4', '121', '0', '7110', '1'),
('24675', '4', '84', '0', '7110', '1'),
('24676', '4', '91', '0', '7110', '4'),
('24677', '4', '109', '0', '7111', '1'),
('24678', '4', '121', '0', '7111', '1'),
('24679', '4', '84', '0', '7111', '1'),
('24680', '4', '91', '0', '7111', '4'),
('24681', '4', '109', '0', '7112', '1'),
('24682', '4', '121', '0', '7112', '1'),
('24683', '4', '84', '0', '7112', '1'),
('24684', '4', '91', '0', '7112', '4'),
('24685', '4', '109', '0', '7113', '1'),
('24686', '4', '121', '0', '7113', '1'),
('24687', '4', '84', '0', '7113', '1'),
('24688', '4', '91', '0', '7113', '4'),
('24689', '4', '109', '0', '7114', '1'),
('24690', '4', '121', '0', '7114', '1'),
('24691', '4', '84', '0', '7114', '1'),
('24692', '4', '91', '0', '7114', '4'),
('24693', '4', '109', '0', '7115', '1'),
('24694', '4', '121', '0', '7115', '1'),
('24695', '4', '84', '0', '7115', '1'),
('24696', '4', '91', '0', '7115', '4'),
('24697', '4', '109', '0', '7116', '1'),
('24698', '4', '121', '0', '7116', '1'),
('24699', '4', '84', '0', '7116', '1'),
('24700', '4', '91', '0', '7116', '4'),
('24701', '4', '109', '0', '7117', '1'),
('24702', '4', '121', '0', '7117', '1'),
('24703', '4', '84', '0', '7117', '1'),
('24704', '4', '91', '0', '7117', '4'),
('24705', '4', '109', '0', '7118', '1'),
('24706', '4', '121', '0', '7118', '1'),
('24707', '4', '84', '0', '7118', '1'),
('24708', '4', '91', '0', '7118', '4'),
('24709', '4', '109', '0', '7119', '1'),
('24710', '4', '121', '0', '7119', '1'),
('24711', '4', '84', '0', '7119', '1'),
('24712', '4', '91', '0', '7119', '4'),
('24713', '4', '109', '0', '7120', '1'),
('24714', '4', '121', '0', '7120', '1'),
('24715', '4', '84', '0', '7120', '1'),
('24716', '4', '91', '0', '7120', '4'),
('24717', '4', '109', '0', '7121', '1'),
('24718', '4', '121', '0', '7121', '1'),
('24719', '4', '84', '0', '7121', '1'),
('24720', '4', '91', '0', '7121', '4'),
('24721', '4', '109', '0', '7122', '1'),
('24722', '4', '121', '0', '7122', '1'),
('24723', '4', '84', '0', '7122', '1'),
('24724', '4', '91', '0', '7122', '4'),
('24725', '4', '109', '0', '7123', '1'),
('24726', '4', '121', '0', '7123', '1'),
('24727', '4', '84', '0', '7123', '1'),
('24728', '4', '91', '0', '7123', '4'),
('24729', '4', '109', '0', '7124', '1'),
('24730', '4', '121', '0', '7124', '1'),
('24731', '4', '84', '0', '7124', '1'),
('24732', '4', '91', '0', '7124', '4'),
('24733', '4', '109', '0', '7125', '1'),
('24734', '4', '121', '0', '7125', '1'),
('24735', '4', '84', '0', '7125', '1'),
('24736', '4', '91', '0', '7125', '4'),
('24737', '4', '109', '0', '7126', '1'),
('24738', '4', '121', '0', '7126', '1'),
('24739', '4', '84', '0', '7126', '1'),
('24740', '4', '91', '0', '7126', '4'),
('24741', '4', '109', '0', '7127', '1'),
('24742', '4', '121', '0', '7127', '1'),
('24743', '4', '84', '0', '7127', '1'),
('24744', '4', '91', '0', '7127', '4'),
('24745', '4', '109', '0', '7128', '1'),
('24746', '4', '121', '0', '7128', '1'),
('24747', '4', '84', '0', '7128', '1'),
('24748', '4', '91', '0', '7128', '4'),
('24749', '4', '109', '0', '7129', '1'),
('24750', '4', '121', '0', '7129', '1'),
('24751', '4', '84', '0', '7129', '1'),
('24752', '4', '91', '0', '7129', '4'),
('24753', '4', '109', '0', '7130', '1'),
('24754', '4', '121', '0', '7130', '1'),
('24755', '4', '84', '0', '7130', '1'),
('24756', '4', '91', '0', '7130', '4'),
('24757', '4', '109', '0', '7131', '1'),
('24758', '4', '121', '0', '7131', '1'),
('24759', '4', '84', '0', '7131', '1'),
('24760', '4', '91', '0', '7131', '4'),
('24761', '4', '109', '0', '7132', '1'),
('24762', '4', '121', '0', '7132', '1'),
('24763', '4', '84', '0', '7132', '1'),
('24764', '4', '91', '0', '7132', '4'),
('24765', '4', '109', '0', '7133', '1'),
('24766', '4', '121', '0', '7133', '1'),
('24767', '4', '84', '0', '7133', '1'),
('24768', '4', '91', '0', '7133', '4'),
('24769', '4', '109', '0', '7134', '1'),
('24770', '4', '121', '0', '7134', '1'),
('24771', '4', '84', '0', '7134', '1'),
('24772', '4', '91', '0', '7134', '4'),
('24773', '4', '109', '0', '7135', '1'),
('24774', '4', '121', '0', '7135', '1'),
('24775', '4', '84', '0', '7135', '1'),
('24776', '4', '91', '0', '7135', '4'),
('24777', '4', '109', '0', '7136', '1'),
('24778', '4', '121', '0', '7136', '1'),
('24779', '4', '84', '0', '7136', '1'),
('24780', '4', '91', '0', '7136', '4'),
('24781', '4', '109', '0', '7137', '1'),
('24782', '4', '121', '0', '7137', '1'),
('24783', '4', '84', '0', '7137', '1'),
('24784', '4', '91', '0', '7137', '4'),
('24785', '4', '109', '0', '7138', '1'),
('24786', '4', '121', '0', '7138', '0'),
('24787', '4', '84', '0', '7138', '1'),
('24788', '4', '91', '0', '7138', '4'),
('24789', '4', '109', '0', '7139', '1'),
('24790', '4', '121', '0', '7139', '1'),
('24791', '4', '84', '0', '7139', '1'),
('24792', '4', '91', '0', '7139', '4'),
('24793', '4', '109', '0', '7140', '1'),
('24794', '4', '121', '0', '7140', '1'),
('24795', '4', '84', '0', '7140', '1'),
('24796', '4', '91', '0', '7140', '4'),
('24797', '4', '89', '0', '2140', '0'),
('24798', '4', '173', '0', '2140', NULL),
('24799', '4', '143', '0', '2094', '78'),
('24800', '4', '143', '0', '2095', '78'),
('24801', '4', '143', '0', '2096', '78'),
('24802', '4', '143', '0', '2097', '78'),
('24803', '4', '143', '0', '2098', '78'),
('24804', '4', '143', '0', '2115', '78'),
('24805', '4', '143', '0', '2116', '78'),
('24806', '4', '143', '0', '2154', '78'),
('24807', '4', '143', '0', '2155', '78'),
('24808', '4', '143', '0', '2156', '78'),
('24809', '4', '143', '0', '2157', '78'),
('24810', '4', '143', '0', '2158', '78'),
('24811', '4', '143', '0', '2159', '78'),
('24812', '4', '143', '0', '2160', '78'),
('24813', '4', '143', '0', '2161', '78'),
('24814', '4', '143', '0', '2162', '78'),
('24815', '4', '143', '0', '2163', '78'),
('24816', '4', '143', '0', '2164', '78'),
('24817', '4', '143', '0', '2165', '78'),
('24818', '4', '143', '0', '2166', '78'),
('24819', '4', '143', '0', '2167', '78'),
('24820', '4', '143', '0', '2168', '78'),
('24821', '4', '143', '0', '2169', '78'),
('24822', '4', '143', '0', '2170', '78'),
('24823', '4', '143', '0', '2171', '78'),
('24824', '4', '143', '0', '2172', '78'),
('24825', '4', '143', '0', '2173', '78'),
('24826', '4', '143', '0', '2174', '78'),
('24827', '4', '143', '0', '2175', '78'),
('24828', '4', '143', '0', '2176', '78'),
('24829', '4', '143', '0', '2177', '78'),
('24830', '4', '143', '0', '2178', '78'),
('24831', '4', '143', '0', '2179', '78'),
('24832', '4', '143', '0', '2180', '78'),
('24847', '4', '143', '0', '6284', '78'),
('24869', '4', '143', '0', '6319', '78'),
('24872', '4', '143', '0', '6329', '78'),
('24913', '4', '143', '0', '6998', '78'),
('24914', '4', '143', '0', '6999', '78'),
('24915', '4', '143', '0', '7000', '78'),
('24916', '4', '143', '0', '7001', '78'),
('24917', '4', '143', '0', '7004', '78'),
('24918', '4', '143', '0', '7088', '78'),
('24919', '4', '143', '0', '7059', '78'),
('24920', '4', '143', '0', '7141', '78'),
('24921', '4', '109', '0', '7141', '1'),
('24922', '4', '91', '0', '7141', '4'),
('24923', '4', '143', '0', '7142', '78'),
('24924', '4', '109', '0', '7142', '1'),
('24925', '4', '91', '0', '7142', '4'),
('24926', '4', '143', '0', '7143', '78'),
('24927', '4', '109', '0', '7143', '1'),
('24928', '4', '91', '0', '7143', '4'),
('24929', '4', '143', '0', '7144', '78'),
('24930', '4', '109', '0', '7144', '1'),
('24931', '4', '91', '0', '7144', '4'),
('24932', '4', '143', '0', '7145', '78'),
('24933', '4', '109', '0', '7145', '1'),
('24934', '4', '91', '0', '7145', '4'),
('24935', '4', '89', '0', '2114', '0'),
('24936', '4', '143', '0', '7146', '78'),
('24937', '4', '109', '0', '7146', '1'),
('24938', '4', '91', '0', '7146', '4'),
('24939', '4', '143', '0', '7147', '78'),
('24940', '4', '109', '0', '7147', '1'),
('24941', '4', '91', '0', '7147', '4'),
('24942', '4', '143', '0', '7148', '78'),
('24943', '4', '109', '0', '7148', '1'),
('24944', '4', '91', '0', '7148', '4'),
('24945', '4', '89', '0', '6300', '0'),
('24946', '4', '144', '0', '6300', NULL),
('24947', '4', '89', '0', '6299', '0'),
('24948', '4', '144', '0', '6299', NULL),
('24950', '4', '89', '0', '6301', '0'),
('24951', '4', '144', '0', '6301', NULL),
('24952', '4', '122', '0', '7135', '0'),
('24953', '4', '85', '0', '7135', '2'),
('24954', '4', '89', '0', '7135', '0'),
('24955', '4', '122', '0', '7140', '0'),
('24956', '4', '85', '0', '7140', '2'),
('24957', '4', '89', '0', '7140', '0'),
('24958', '4', '172', '0', '7140', NULL),
('24959', '4', '122', '0', '7138', '0'),
('24960', '4', '85', '0', '7138', '2'),
('24961', '4', '89', '0', '7138', '0'),
('24962', '4', '172', '0', '7138', NULL),
('24963', '4', '85', '0', '6910', '2'),
('24964', '4', '85', '0', '6911', '2'),
('24965', '4', '85', '0', '6912', '2'),
('24966', '4', '85', '0', '6913', '2'),
('24967', '4', '85', '0', '6914', '2'),
('24968', '4', '85', '0', '6915', '2'),
('24969', '4', '85', '0', '6916', '2'),
('24970', '4', '85', '0', '6917', '2'),
('24971', '4', '85', '0', '6918', '2'),
('24972', '4', '85', '0', '6919', '2'),
('24973', '4', '85', '0', '6920', '2'),
('24974', '4', '85', '0', '6921', '2'),
('24975', '4', '85', '0', '6922', '2'),
('24976', '4', '85', '0', '6923', '2'),
('24977', '4', '85', '0', '6924', '2'),
('24978', '4', '85', '0', '6925', '2'),
('24979', '4', '85', '0', '6926', '2'),
('24980', '4', '85', '0', '6927', '2'),
('24981', '4', '85', '0', '6928', '2'),
('24982', '4', '85', '0', '6929', '2'),
('24983', '4', '85', '0', '6930', '2'),
('24984', '4', '85', '0', '6931', '2'),
('24985', '4', '85', '0', '6932', '2'),
('24986', '4', '85', '0', '6933', '2'),
('24987', '4', '85', '0', '6934', '2'),
('24988', '4', '85', '0', '6935', '2'),
('24989', '4', '85', '0', '6936', '2'),
('24990', '4', '85', '0', '6937', '2'),
('24991', '4', '85', '0', '6938', '2'),
('24992', '4', '85', '0', '6939', '2'),
('24993', '4', '85', '0', '6940', '2'),
('24994', '4', '85', '0', '6941', '2'),
('24995', '4', '85', '0', '6942', '2'),
('24996', '4', '85', '0', '6943', '2'),
('24997', '4', '85', '0', '6944', '2'),
('24998', '4', '85', '0', '6945', '2'),
('24999', '4', '85', '0', '6946', '2'),
('25000', '4', '85', '0', '6947', '2'),
('25001', '4', '85', '0', '6948', '2'),
('25002', '4', '85', '0', '6949', '2'),
('25003', '4', '85', '0', '6950', '2'),
('25004', '4', '85', '0', '6951', '2'),
('25005', '4', '85', '0', '6952', '2'),
('25007', '4', '85', '0', '6954', '2'),
('25008', '4', '85', '0', '6955', '2'),
('25009', '4', '85', '0', '6956', '2'),
('25010', '4', '85', '0', '6957', '2'),
('25011', '4', '85', '0', '6958', '2'),
('25012', '4', '85', '0', '6959', '2'),
('25013', '4', '85', '0', '6960', '2'),
('25014', '4', '85', '0', '6961', '2'),
('25015', '4', '85', '0', '6962', '2'),
('25016', '4', '85', '0', '6963', '2'),
('25017', '4', '85', '0', '6964', '2'),
('25018', '4', '85', '0', '6965', '2'),
('25019', '4', '85', '0', '6966', '2'),
('25020', '4', '85', '0', '6967', '2'),
('25021', '4', '85', '0', '6968', '2'),
('25022', '4', '85', '0', '6969', '2'),
('25023', '4', '85', '0', '6970', '2'),
('25024', '4', '85', '0', '6971', '2'),
('25025', '4', '85', '0', '6972', '2'),
('25026', '4', '85', '0', '6973', '2'),
('25027', '4', '85', '0', '6974', '2'),
('25028', '4', '85', '0', '6975', '2'),
('25029', '4', '85', '0', '6976', '2'),
('25031', '4', '85', '0', '6978', '2'),
('25032', '4', '85', '0', '6979', '2'),
('25033', '4', '85', '0', '6980', '2'),
('25034', '4', '85', '0', '6981', '2'),
('25035', '4', '85', '0', '6982', '2'),
('25036', '4', '85', '0', '6983', '2'),
('25037', '4', '85', '0', '6984', '2'),
('25038', '4', '85', '0', '6985', '2'),
('25039', '4', '85', '0', '6986', '2'),
('25040', '4', '85', '0', '6987', '2'),
('25041', '4', '85', '0', '6988', '2'),
('25044', '4', '85', '0', '6992', '2'),
('25045', '4', '85', '0', '6993', '2'),
('25046', '4', '85', '0', '6994', '2'),
('25048', '4', '85', '0', '6996', '2'),
('25049', '4', '85', '0', '6997', '2'),
('25050', '4', '85', '0', '6998', '2'),
('25051', '4', '85', '0', '6999', '2'),
('25052', '4', '85', '0', '7000', '2'),
('25053', '4', '85', '0', '7001', '2'),
('25054', '4', '85', '0', '7002', '2'),
('25055', '4', '85', '0', '7003', '2'),
('25056', '4', '85', '0', '7004', '2'),
('25057', '4', '85', '0', '7005', '2'),
('25058', '4', '85', '0', '7006', '2'),
('25059', '4', '85', '0', '7007', '2'),
('25060', '4', '85', '0', '7008', '2'),
('25061', '4', '85', '0', '7009', '2'),
('25062', '4', '85', '0', '7010', '2'),
('25063', '4', '85', '0', '7011', '2'),
('25064', '4', '85', '0', '7012', '2'),
('25065', '4', '85', '0', '7013', '2'),
('25066', '4', '85', '0', '7014', '2'),
('25067', '4', '85', '0', '7015', '2'),
('25068', '4', '85', '0', '7016', '2'),
('25069', '4', '85', '0', '7017', '2'),
('25070', '4', '85', '0', '7018', '2'),
('25071', '4', '85', '0', '7019', '2'),
('25072', '4', '85', '0', '7020', '2'),
('25073', '4', '85', '0', '7021', '2'),
('25074', '4', '85', '0', '7022', '2'),
('25075', '4', '85', '0', '7023', '2'),
('25076', '4', '85', '0', '7024', '2'),
('25077', '4', '85', '0', '7025', '2'),
('25078', '4', '85', '0', '7026', '2'),
('25079', '4', '85', '0', '7027', '2'),
('25080', '4', '85', '0', '7028', '2'),
('25081', '4', '85', '0', '7029', '2'),
('25082', '4', '85', '0', '7030', '2'),
('25083', '4', '85', '0', '7031', '2'),
('25084', '4', '85', '0', '7032', '2'),
('25085', '4', '85', '0', '7033', '2'),
('25086', '4', '85', '0', '7034', '2'),
('25087', '4', '85', '0', '7035', '2'),
('25088', '4', '85', '0', '7036', '2'),
('25089', '4', '85', '0', '7037', '2'),
('25090', '4', '85', '0', '7038', '2'),
('25091', '4', '85', '0', '7039', '2'),
('25092', '4', '85', '0', '7040', '2'),
('25093', '4', '85', '0', '7041', '2'),
('25094', '4', '85', '0', '7042', '2'),
('25095', '4', '85', '0', '7043', '2'),
('25096', '4', '85', '0', '7044', '2'),
('25097', '4', '85', '0', '7045', '2'),
('25098', '4', '85', '0', '7046', '2'),
('25099', '4', '85', '0', '7047', '2'),
('25100', '4', '85', '0', '7048', '2'),
('25101', '4', '85', '0', '7049', '2'),
('25102', '4', '85', '0', '7050', '2'),
('25103', '4', '85', '0', '7051', '2'),
('25104', '4', '85', '0', '7052', '2'),
('25105', '4', '85', '0', '7053', '2'),
('25106', '4', '85', '0', '7054', '2'),
('25107', '4', '85', '0', '7055', '2'),
('25108', '4', '85', '0', '7056', '2'),
('25109', '4', '85', '0', '7057', '2'),
('25110', '4', '85', '0', '7058', '2'),
('25111', '4', '85', '0', '7059', '2'),
('25112', '4', '85', '0', '7060', '2'),
('25113', '4', '85', '0', '7061', '2'),
('25114', '4', '85', '0', '7062', '2'),
('25115', '4', '85', '0', '7063', '2'),
('25116', '4', '85', '0', '7064', '2'),
('25117', '4', '85', '0', '7065', '2'),
('25118', '4', '85', '0', '7066', '2'),
('25119', '4', '85', '0', '7067', '2'),
('25120', '4', '85', '0', '7068', '2'),
('25121', '4', '85', '0', '7069', '2'),
('25122', '4', '85', '0', '7070', '2'),
('25123', '4', '85', '0', '7071', '2'),
('25124', '4', '85', '0', '7072', '2'),
('25125', '4', '85', '0', '7073', '2'),
('25126', '4', '85', '0', '7074', '2'),
('25127', '4', '85', '0', '7075', '2'),
('25128', '4', '85', '0', '7076', '2'),
('25129', '4', '85', '0', '7077', '2'),
('25130', '4', '85', '0', '7078', '2'),
('25131', '4', '85', '0', '7079', '2'),
('25132', '4', '85', '0', '7080', '2'),
('25133', '4', '85', '0', '7081', '2'),
('25134', '4', '85', '0', '7082', '2'),
('25135', '4', '85', '0', '7083', '2'),
('25136', '4', '85', '0', '7084', '2'),
('25137', '4', '85', '0', '7085', '2'),
('25138', '4', '85', '0', '7086', '2'),
('25139', '4', '85', '0', '7087', '2'),
('25140', '4', '85', '0', '7088', '2'),
('25141', '4', '85', '0', '7089', '2'),
('25142', '4', '85', '0', '7090', '2'),
('25143', '4', '85', '0', '7091', '2'),
('25144', '4', '85', '0', '7092', '2'),
('25145', '4', '85', '0', '7093', '2'),
('25146', '4', '85', '0', '7094', '2'),
('25147', '4', '85', '0', '7095', '2'),
('25148', '4', '85', '0', '7096', '2'),
('25149', '4', '85', '0', '7097', '2'),
('25150', '4', '85', '0', '7098', '2'),
('25151', '4', '85', '0', '7099', '2'),
('25152', '4', '85', '0', '7100', '2'),
('25153', '4', '85', '0', '7101', '2'),
('25154', '4', '85', '0', '7102', '2'),
('25155', '4', '85', '0', '7103', '2'),
('25156', '4', '85', '0', '7104', '2'),
('25157', '4', '85', '0', '7105', '2'),
('25158', '4', '85', '0', '7106', '2'),
('25159', '4', '85', '0', '7107', '2'),
('25160', '4', '85', '0', '7108', '2'),
('25161', '4', '85', '0', '7109', '2'),
('25162', '4', '85', '0', '7110', '2'),
('25163', '4', '85', '0', '7111', '2'),
('25164', '4', '85', '0', '7112', '2'),
('25165', '4', '85', '0', '7113', '2'),
('25166', '4', '85', '0', '7114', '2'),
('25167', '4', '85', '0', '7115', '2'),
('25168', '4', '85', '0', '7116', '2'),
('25169', '4', '85', '0', '7117', '2'),
('25170', '4', '85', '0', '7118', '2'),
('25171', '4', '85', '0', '7119', '2'),
('25172', '4', '85', '0', '7120', '2'),
('25173', '4', '85', '0', '7121', '2'),
('25174', '4', '85', '0', '7122', '2'),
('25175', '4', '85', '0', '7123', '2'),
('25176', '4', '85', '0', '7124', '2'),
('25177', '4', '85', '0', '7125', '2'),
('25178', '4', '85', '0', '7126', '2'),
('25179', '4', '85', '0', '7127', '2'),
('25180', '4', '85', '0', '7128', '2'),
('25181', '4', '85', '0', '7129', '2'),
('25182', '4', '85', '0', '7130', '2'),
('25183', '4', '85', '0', '7131', '2'),
('25184', '4', '85', '0', '7132', '2'),
('25185', '4', '85', '0', '7133', '2'),
('25186', '4', '85', '0', '7134', '2'),
('25187', '4', '85', '0', '7136', '2'),
('25188', '4', '85', '0', '7137', '2'),
('25189', '4', '85', '0', '7139', '2'),
('25190', '4', '171', '0', '7140', NULL),
('25191', '4', '122', '0', '7139', '0'),
('25192', '4', '89', '0', '7139', '0'),
('25193', '4', '171', '0', '7139', NULL),
('25194', '4', '122', '0', '7137', '0'),
('25195', '4', '89', '0', '7137', '0'),
('25196', '4', '172', '0', '7137', NULL),
('25197', '4', '122', '0', '7148', '0'),
('25198', '4', '172', '0', '7135', NULL),
('25199', '4', '122', '0', '7134', '0'),
('25200', '4', '89', '0', '7134', '0'),
('25201', '4', '172', '0', '7134', NULL),
('25202', '4', '122', '0', '7133', '0'),
('25203', '4', '89', '0', '7133', '0'),
('25204', '4', '172', '0', '7133', NULL),
('25205', '4', '89', '0', '2099', '0'),
('25206', '4', '122', '0', '7132', '0'),
('25207', '4', '89', '0', '7132', '0'),
('25208', '4', '172', '0', '7132', NULL),
('25209', '4', '122', '0', '7131', '0'),
('25210', '4', '89', '0', '7131', '0'),
('25211', '4', '172', '0', '7131', NULL),
('25212', '4', '122', '0', '7130', '0'),
('25213', '4', '89', '0', '7130', '0'),
('25214', '4', '172', '0', '7130', NULL),
('25215', '4', '122', '0', '7129', '0'),
('25216', '4', '89', '0', '7129', '0'),
('25217', '4', '172', '0', '7129', NULL),
('25218', '4', '122', '0', '7004', '1'),
('25219', '4', '89', '0', '7004', '0'),
('25220', '4', '173', '0', '7004', NULL),
('25221', '4', '122', '0', '7003', '0'),
('25222', '4', '89', '0', '7003', '0'),
('25223', '4', '144', '0', '7003', NULL),
('25224', '4', '122', '0', '7002', '0'),
('25225', '4', '89', '0', '7002', '0'),
('25226', '4', '144', '0', '7002', NULL),
('25227', '4', '122', '0', '7136', '0'),
('25228', '4', '89', '0', '7136', '0'),
('25229', '4', '172', '0', '7136', NULL),
('25230', '4', '122', '0', '7128', '0'),
('25231', '4', '89', '0', '7128', '0'),
('25232', '4', '172', '0', '7128', NULL),
('25233', '4', '122', '0', '7127', '0'),
('25234', '4', '89', '0', '7127', '0'),
('25235', '4', '172', '0', '7127', NULL),
('25236', '4', '122', '0', '7126', '0'),
('25237', '4', '89', '0', '7126', '0'),
('25238', '4', '172', '0', '7126', NULL),
('25239', '4', '122', '0', '7125', '0'),
('25240', '4', '89', '0', '7125', '0'),
('25241', '4', '172', '0', '7125', NULL),
('25242', '4', '122', '0', '7124', '0'),
('25243', '4', '89', '0', '7124', '0'),
('25244', '4', '172', '0', '7124', NULL),
('25245', '4', '122', '0', '7123', '0'),
('25246', '4', '89', '0', '7123', '0'),
('25247', '4', '172', '0', '7123', NULL),
('25248', '4', '122', '0', '7122', '0'),
('25249', '4', '89', '0', '7122', '0'),
('25250', '4', '172', '0', '7122', NULL),
('25251', '4', '122', '0', '7121', '0'),
('25252', '4', '89', '0', '7121', '0'),
('25253', '4', '172', '0', '7121', NULL),
('25254', '4', '122', '0', '7120', '0'),
('25255', '4', '89', '0', '7120', '0'),
('25256', '4', '172', '0', '7120', NULL),
('25257', '4', '122', '0', '7119', '0'),
('25258', '4', '89', '0', '7119', '0'),
('25259', '4', '172', '0', '7119', NULL),
('25260', '4', '122', '0', '7118', '0'),
('25261', '4', '89', '0', '7118', '0'),
('25262', '4', '172', '0', '7118', NULL),
('25263', '4', '122', '0', '7117', '0'),
('25264', '4', '89', '0', '7117', '0'),
('25265', '4', '172', '0', '7117', NULL),
('25266', '4', '122', '0', '7116', '0'),
('25267', '4', '89', '0', '7116', '0'),
('25268', '4', '172', '0', '7116', NULL),
('25269', '4', '122', '0', '7115', '0'),
('25270', '4', '89', '0', '7115', '0'),
('25271', '4', '172', '0', '7115', NULL),
('25272', '4', '122', '0', '7114', '0'),
('25273', '4', '89', '0', '7114', '0'),
('25274', '4', '172', '0', '7114', NULL),
('25275', '4', '122', '0', '7113', '0'),
('25276', '4', '89', '0', '7113', '0'),
('25277', '4', '172', '0', '7113', NULL),
('25278', '4', '122', '0', '7112', '0'),
('25279', '4', '89', '0', '7112', '0'),
('25280', '4', '172', '0', '7112', NULL),
('25281', '4', '122', '0', '7111', '0'),
('25282', '4', '89', '0', '7111', '0'),
('25283', '4', '172', '0', '7111', NULL),
('25284', '4', '122', '0', '7110', '0'),
('25285', '4', '89', '0', '7110', '0'),
('25286', '4', '172', '0', '7110', NULL),
('25287', '4', '122', '0', '7109', '0'),
('25288', '4', '89', '0', '7109', '0'),
('25289', '4', '172', '0', '7109', NULL),
('25290', '4', '122', '0', '7108', '0'),
('25291', '4', '89', '0', '7108', '0'),
('25292', '4', '172', '0', '7108', NULL),
('25293', '4', '122', '0', '7107', '0'),
('25294', '4', '89', '0', '7107', '0'),
('25295', '4', '172', '0', '7107', NULL),
('25296', '4', '122', '0', '7106', '0'),
('25297', '4', '89', '0', '7106', '0'),
('25298', '4', '172', '0', '7106', NULL),
('25299', '4', '122', '0', '7105', '0'),
('25300', '4', '89', '0', '7105', '0'),
('25301', '4', '172', '0', '7105', NULL),
('25302', '4', '122', '0', '7104', '0'),
('25303', '4', '89', '0', '7104', '0'),
('25304', '4', '172', '0', '7104', NULL),
('25305', '4', '122', '0', '7103', '0'),
('25306', '4', '89', '0', '7103', '0'),
('25307', '4', '172', '0', '7103', NULL),
('25308', '4', '122', '0', '7102', '0'),
('25309', '4', '89', '0', '7102', '0'),
('25310', '4', '172', '0', '7102', NULL),
('25311', '4', '122', '0', '7101', '0'),
('25312', '4', '89', '0', '7101', '0'),
('25313', '4', '209', '0', '7101', '0'),
('25318', '4', '89', '0', '6453', '0'),
('25319', '4', '185', '0', '6453', '0'),
('25320', '4', '203', '0', '6453', '0'),
('25321', '4', '89', '0', '6452', '0'),
('25322', '4', '185', '0', '6452', '0'),
('25323', '4', '203', '0', '6452', '0'),
('25324', '4', '89', '0', '6451', '0'),
('25325', '4', '185', '0', '6451', '0'),
('25326', '4', '203', '0', '6451', '0'),
('25327', '4', '89', '0', '6448', '0'),
('25328', '4', '185', '0', '6448', '0'),
('25329', '4', '203', '0', '6448', '0'),
('25330', '4', '122', '0', '7100', '0'),
('25331', '4', '89', '0', '7100', '0'),
('25332', '4', '172', '0', '7100', NULL),
('25333', '4', '122', '0', '7099', '0'),
('25334', '4', '89', '0', '7099', '0'),
('25335', '4', '172', '0', '7099', NULL),
('25336', '4', '122', '0', '7098', '0'),
('25337', '4', '89', '0', '7098', '0'),
('25338', '4', '172', '0', '7098', NULL),
('25339', '4', '122', '0', '7097', '0'),
('25340', '4', '89', '0', '7097', '0'),
('25341', '4', '172', '0', '7097', NULL),
('25342', '4', '122', '0', '7096', '0'),
('25343', '4', '89', '0', '7096', '0'),
('25344', '4', '172', '0', '7096', NULL),
('25345', '4', '122', '0', '7095', '1'),
('25346', '4', '89', '0', '7095', '0'),
('25347', '4', '172', '0', '7095', NULL),
('25348', '4', '122', '0', '7094', '0'),
('25349', '4', '89', '0', '7094', '0'),
('25350', '4', '172', '0', '7094', NULL),
('25351', '4', '122', '0', '7093', '0'),
('25352', '4', '89', '0', '7093', '0'),
('25353', '4', '172', '0', '7093', NULL),
('25354', '4', '122', '0', '7092', '0'),
('25355', '4', '89', '0', '7092', '0'),
('25356', '4', '172', '0', '7092', NULL),
('25357', '4', '122', '0', '7091', '0'),
('25358', '4', '89', '0', '7091', '0'),
('25359', '4', '172', '0', '7091', NULL),
('25360', '4', '122', '0', '7090', '0'),
('25361', '4', '89', '0', '7090', '0'),
('25362', '4', '171', '0', '7090', NULL),
('25363', '4', '122', '0', '7089', '0'),
('25364', '4', '89', '0', '7089', '0'),
('25365', '4', '172', '0', '7089', NULL),
('25366', '4', '122', '0', '7088', '0'),
('25367', '4', '89', '0', '7088', '0'),
('25368', '4', '173', '0', '7088', NULL),
('25369', '4', '122', '0', '7087', '0'),
('25370', '4', '89', '0', '7087', '0'),
('25371', '4', '122', '0', '7086', '0'),
('25372', '4', '89', '0', '7086', '0'),
('25373', '4', '171', '0', '7086', NULL),
('25374', '4', '122', '0', '7085', '0'),
('25375', '4', '89', '0', '7085', '0'),
('25376', '4', '171', '0', '7085', NULL),
('25377', '4', '122', '0', '7084', '0'),
('25378', '4', '89', '0', '7084', '0'),
('25379', '4', '171', '0', '7084', NULL),
('25380', '4', '122', '0', '7083', '0'),
('25381', '4', '89', '0', '7083', '0'),
('25382', '4', '171', '0', '7083', NULL),
('25383', '4', '122', '0', '7082', '0'),
('25384', '4', '89', '0', '7082', '0'),
('25385', '4', '171', '0', '7082', NULL),
('25386', '4', '122', '0', '7081', '0'),
('25387', '4', '89', '0', '7081', '0'),
('25388', '4', '171', '0', '7081', NULL),
('25389', '4', '122', '0', '7001', '0'),
('25390', '4', '89', '0', '7001', '0'),
('25391', '4', '173', '0', '7001', NULL),
('25392', '4', '122', '0', '7059', '0'),
('25393', '4', '89', '0', '7059', '0'),
('25394', '4', '173', '0', '7059', NULL),
('25395', '4', '122', '0', '7000', '0'),
('25396', '4', '89', '0', '7000', '0'),
('25397', '4', '173', '0', '7000', NULL),
('25398', '4', '122', '0', '6999', '0'),
('25399', '4', '89', '0', '6999', '0'),
('25400', '4', '173', '0', '6999', NULL),
('25401', '4', '122', '0', '6998', '0'),
('25402', '4', '89', '0', '6998', '0'),
('25403', '4', '173', '0', '6998', NULL),
('25408', '4', '89', '0', '2101', '0'),
('25412', '4', '89', '0', '6273', '0'),
('25413', '4', '89', '0', '2105', '0'),
('25417', '4', '89', '0', '2125', '0'),
('25420', '4', '89', '0', '2122', '0'),
('25421', '4', '89', '0', '2123', '0'),
('25422', '4', '89', '0', '6216', '0'),
('25423', '4', '144', '0', '6216', NULL),
('25425', '4', '89', '0', '2128', '0'),
('25426', '4', '89', '0', '2124', '0'),
('25427', '4', '89', '0', '2117', '0'),
('25428', '4', '89', '0', '2118', '0'),
('25429', '4', '89', '0', '2119', '0'),
('25430', '4', '89', '0', '2121', '0'),
('25433', '4', '89', '0', '2126', '0'),
('25434', '4', '122', '0', '6993', '0'),
('25435', '4', '89', '0', '6993', '0'),
('25436', '4', '144', '0', '6993', NULL),
('25437', '4', '122', '0', '6994', '0'),
('25438', '4', '89', '0', '6994', '0'),
('25439', '4', '144', '0', '6994', NULL),
('25440', '4', '89', '0', '2127', '0'),
('25441', '4', '122', '0', '6992', '0'),
('25442', '4', '89', '0', '6992', '0'),
('25443', '4', '144', '0', '6992', NULL),
('25444', '4', '122', '0', '6997', '1'),
('25445', '4', '89', '0', '6997', '0'),
('25446', '4', '144', '0', '6997', NULL),
('25449', '4', '89', '0', '2156', '0'),
('25450', '4', '89', '0', '2157', '0'),
('25451', '4', '89', '0', '2097', '0'),
('25452', '4', '89', '0', '2094', '0'),
('25453', '4', '89', '0', '2096', '0'),
('25454', '4', '89', '0', '2173', '0'),
('25455', '4', '89', '0', '2155', '0'),
('25456', '4', '89', '0', '2154', '0'),
('25457', '4', '89', '0', '2116', '0'),
('25458', '4', '89', '0', '2115', '0'),
('25459', '4', '89', '0', '2098', '0'),
('25460', '4', '89', '0', '2165', '0'),
('25461', '4', '89', '0', '2158', '0'),
('25462', '4', '89', '0', '2159', '0'),
('25463', '4', '89', '0', '2160', '0'),
('25464', '4', '89', '0', '2161', '0'),
('25465', '4', '89', '0', '2164', '0'),
('25466', '4', '89', '0', '2162', '0'),
('25467', '4', '89', '0', '2163', '0'),
('25468', '4', '89', '0', '2175', '0'),
('25469', '4', '89', '0', '2174', '0'),
('25470', '4', '89', '0', '2176', '0'),
('25471', '4', '89', '0', '2177', '0'),
('25472', '4', '89', '0', '2178', '0'),
('25473', '4', '89', '0', '2179', '0'),
('25474', '4', '89', '0', '2151', '0'),
('25475', '4', '89', '0', '2152', '0'),
('25476', '4', '122', '0', '7058', '0'),
('25477', '4', '89', '0', '7058', '0'),
('25478', '4', '146', '0', '7058', '0'),
('25479', '4', '89', '0', '2103', '0'),
('25480', '4', '89', '0', '2167', '0'),
('25481', '4', '89', '0', '2168', '0'),
('25482', '4', '89', '0', '2169', '0'),
('25483', '4', '89', '0', '2171', '0'),
('25484', '4', '89', '0', '2170', '0'),
('25485', '4', '89', '0', '2172', '0'),
('25486', '4', '89', '0', '2130', '0'),
('25487', '4', '89', '0', '2131', '0'),
('25488', '4', '89', '0', '2132', '0'),
('25489', '4', '89', '0', '2133', '0'),
('25490', '4', '89', '0', '2147', '0'),
('25491', '4', '89', '0', '2148', '0'),
('25492', '4', '89', '0', '2141', '0'),
('25493', '4', '89', '0', '2143', '0'),
('25494', '4', '89', '0', '2144', '0'),
('25495', '4', '89', '0', '2145', '0'),
('25496', '4', '89', '0', '6319', '0'),
('25498', '4', '89', '0', '2142', '0'),
('25499', '4', '89', '0', '2106', '0'),
('25500', '4', '89', '0', '2107', '0'),
('25501', '4', '89', '0', '2108', '0'),
('25502', '4', '89', '0', '2109', '0'),
('25503', '4', '89', '0', '2110', '0'),
('25504', '4', '89', '0', '2111', '0'),
('25505', '4', '89', '0', '2112', '0'),
('25506', '4', '89', '0', '2113', '0'),
('25507', '4', '89', '0', '2093', '0'),
('25508', '4', '89', '0', '2134', '0'),
('25509', '4', '89', '0', '2135', '0'),
('25510', '4', '89', '0', '2136', '0'),
('25511', '4', '89', '0', '2137', '0'),
('25512', '4', '89', '0', '2138', '0'),
('25513', '4', '89', '0', '2139', '0'),
('25514', '4', '89', '0', '2204', '0'),
('25515', '4', '171', '0', '2204', NULL),
('25516', '4', '89', '0', '2208', '0'),
('25517', '4', '171', '0', '2208', NULL),
('25518', '4', '89', '0', '2228', '0'),
('25519', '4', '171', '0', '2228', NULL),
('25520', '4', '89', '0', '2229', '0'),
('25521', '4', '89', '0', '2230', '0'),
('25522', '4', '89', '0', '2236', '0'),
('25523', '4', '89', '0', '2238', '0'),
('25524', '4', '89', '0', '2240', '0'),
('25525', '4', '89', '0', '2262', '0'),
('25526', '4', '89', '0', '2251', '0'),
('25527', '4', '89', '0', '2252', '0'),
('25528', '4', '89', '0', '6447', '0'),
('25529', '4', '185', '0', '6447', '0'),
('25530', '4', '203', '0', '6447', '0'),
('25531', '4', '89', '0', '2253', '0'),
('25532', '4', '89', '0', '2254', '0'),
('25533', '4', '89', '0', '2243', '0'),
('25534', '4', '89', '0', '2246', '0'),
('25535', '4', '89', '0', '2248', '0'),
('25536', '4', '89', '0', '2233', '0'),
('25537', '4', '89', '0', '2235', '0'),
('25538', '4', '89', '0', '2237', '0'),
('25539', '4', '89', '0', '2232', '0'),
('25540', '4', '89', '0', '2256', '0'),
('25541', '4', '89', '0', '2153', '0'),
('25542', '4', '172', '0', '2153', NULL),
('25543', '4', '89', '0', '2194', '0'),
('25544', '4', '166', '0', '2194', NULL),
('25545', '4', '89', '0', '2196', '0'),
('25546', '4', '166', '0', '2196', NULL),
('25547', '4', '89', '0', '2191', '0'),
('25548', '4', '89', '0', '2192', '0'),
('25549', '4', '89', '0', '2180', '0'),
('25550', '4', '148', '0', '6301', '0'),
('25551', '4', '122', '0', '6988', '0'),
('25552', '4', '89', '0', '6988', '0'),
('25553', '4', '184', '0', '6988', '0'),
('25554', '4', '185', '0', '6988', '0'),
('25555', '4', '187', '0', '6988', '0'),
('25556', '4', '122', '0', '6996', '0'),
('25557', '4', '89', '0', '6996', '0'),
('25558', '4', '184', '0', '6996', '0'),
('25559', '4', '185', '0', '6996', '0'),
('25560', '4', '187', '0', '6996', '0'),
('25561', '4', '89', '0', '6449', '0'),
('25562', '4', '185', '0', '6449', '0'),
('25563', '4', '203', '0', '6449', '0'),
('25564', '4', '89', '0', '2273', '0'),
('25565', '4', '89', '0', '2195', '0'),
('25566', '4', '166', '0', '2195', NULL),
('25567', '4', '89', '0', '2193', '0'),
('25568', '4', '166', '0', '2193', NULL),
('25569', '4', '89', '0', '2261', '0'),
('25570', '4', '89', '0', '2225', '0'),
('25571', '4', '171', '0', '2225', NULL),
('25572', '4', '89', '0', '2183', '0'),
('25573', '4', '89', '0', '2184', '0'),
('25574', '4', '89', '0', '2231', '0'),
('25575', '4', '122', '0', '7006', '0'),
('25576', '4', '89', '0', '7006', '0'),
('25577', '4', '172', '0', '7006', NULL),
('25578', '4', '89', '0', '2200', '0'),
('25579', '4', '89', '0', '2190', '0'),
('25580', '4', '89', '0', '2189', '0'),
('25581', '4', '89', '0', '2255', '0'),
('25582', '4', '89', '0', '6232', '0'),
('25583', '4', '184', '0', '6232', '0'),
('25584', '4', '185', '0', '6232', '0'),
('25585', '4', '187', '0', '6232', '0'),
('25586', '4', '89', '0', '6233', '0'),
('25587', '4', '187', '0', '6233', '0'),
('25588', '4', '185', '0', '6233', '0'),
('25589', '4', '194', '0', '6233', NULL),
('25590', '4', '89', '0', '6234', '0'),
('25591', '4', '187', '0', '6234', '0'),
('25592', '4', '185', '0', '6234', '0'),
('25593', '4', '194', '0', '6234', NULL),
('25594', '4', '122', '0', '6975', '0'),
('25595', '4', '89', '0', '6975', '0'),
('25596', '4', '187', '0', '6975', '0'),
('25597', '4', '166', '0', '6975', NULL),
('25598', '4', '89', '0', '6436', '0'),
('25599', '4', '187', '0', '6436', '0'),
('25600', '4', '166', '0', '6436', NULL),
('25601', '4', '89', '0', '2234', '0'),
('25602', '4', '89', '0', '2199', '0'),
('25603', '4', '164', '0', '2199', NULL),
('25604', '4', '89', '0', '2150', '0'),
('25607', '4', '89', '0', '6257', '0'),
('25608', '4', '172', '0', '6257', NULL),
('25611', '4', '89', '0', '6256', '0'),
('25612', '4', '172', '0', '6256', NULL),
('25613', '4', '84', '0', '7149', '1'),
('25614', '4', '91', '0', '7149', '4'),
('25615', '4', '121', '0', '7149', '1'),
('25616', '4', '122', '0', '7149', '0'),
('25617', '4', '85', '0', '7149', '2'),
('25618', '4', '109', '0', '7149', '1'),
('25619', '4', '89', '0', '7149', '0'),
('25620', '4', '84', '0', '7150', '1'),
('25621', '4', '91', '0', '7150', '4'),
('25622', '4', '121', '0', '7150', '1'),
('25623', '4', '122', '0', '7150', '0'),
('25624', '4', '85', '0', '7150', '2'),
('25625', '4', '109', '0', '7150', '1'),
('25626', '4', '89', '0', '7150', '0'),
('25627', '4', '84', '0', '7151', '1'),
('25628', '4', '91', '0', '7151', '4'),
('25629', '4', '121', '0', '7151', '1'),
('25630', '4', '122', '0', '7151', '0'),
('25631', '4', '85', '0', '7151', '2'),
('25632', '4', '109', '0', '7151', '1'),
('25633', '4', '89', '0', '7151', '0'),
('25634', '4', '209', '0', '7151', '1'),
('25635', '4', '84', '0', '7152', '1'),
('25636', '4', '91', '0', '7152', '4'),
('25637', '4', '121', '0', '7152', '1'),
('25638', '4', '122', '0', '7152', '0'),
('25639', '4', '85', '0', '7152', '2'),
('25640', '4', '109', '0', '7152', '1'),
('25641', '4', '89', '0', '7152', '0'),
('25642', '4', '209', '0', '7152', '0'),
('25643', '4', '84', '0', '7153', '1'),
('25644', '4', '91', '0', '7153', '4'),
('25645', '4', '121', '0', '7153', '1'),
('25646', '4', '122', '0', '7153', '0'),
('25647', '4', '85', '0', '7153', '2'),
('25648', '4', '109', '0', '7153', '1'),
('25649', '4', '89', '0', '7153', '0'),
('25650', '4', '218', '0', '7153', '0'),
('25651', '4', '84', '0', '7154', '1'),
('25652', '4', '91', '0', '7154', '4'),
('25653', '4', '121', '0', '7154', '1'),
('25654', '4', '122', '0', '7154', '0'),
('25655', '4', '85', '0', '7154', '2'),
('25656', '4', '109', '0', '7154', '1'),
('25657', '4', '89', '0', '7154', '0'),
('25658', '4', '218', '0', '7154', '0'),
('25659', '4', '84', '0', '7155', '1'),
('25660', '4', '91', '0', '7155', '4'),
('25661', '4', '121', '0', '7155', '1'),
('25662', '4', '122', '0', '7155', '0'),
('25663', '4', '85', '0', '7155', '2'),
('25664', '4', '109', '0', '7155', '1'),
('25665', '4', '89', '0', '7155', '0'),
('25666', '4', '209', '0', '7155', '0'),
('25667', '4', '89', '0', '6230', '0'),
('25668', '4', '184', '0', '6230', '0'),
('25669', '4', '185', '0', '6230', '0'),
('25670', '4', '187', '0', '6230', '0'),
('25671', '4', '84', '0', '7156', '1'),
('25672', '4', '91', '0', '7156', '4'),
('25673', '4', '121', '0', '7156', '1'),
('25674', '4', '122', '0', '7156', '0'),
('25675', '4', '85', '0', '7156', '2'),
('25676', '4', '109', '0', '7156', '1'),
('25677', '4', '89', '0', '7156', '0'),
('25678', '4', '184', '0', '7156', '0'),
('25679', '4', '185', '0', '7156', '0'),
('25680', '4', '187', '0', '7156', '0'),
('25681', '4', '84', '0', '7157', '1'),
('25682', '4', '91', '0', '7157', '4'),
('25683', '4', '121', '0', '7157', '1'),
('25684', '4', '122', '0', '7157', '0'),
('25685', '4', '85', '0', '7157', '2'),
('25686', '4', '109', '0', '7157', '1'),
('25687', '4', '89', '0', '7157', '0'),
('25688', '4', '187', '0', '7157', '0'),
('25689', '4', '166', '0', '7157', NULL),
('25690', '4', '84', '0', '7158', '1'),
('25691', '4', '91', '0', '7158', '4'),
('25692', '4', '121', '0', '7158', '1'),
('25693', '4', '122', '0', '7158', '0'),
('25694', '4', '85', '0', '7158', '2'),
('25695', '4', '109', '0', '7158', '1'),
('25696', '4', '89', '0', '7158', '0'),
('25697', '4', '187', '0', '7158', '0'),
('25698', '4', '166', '0', '7158', NULL),
('25699', '4', '84', '0', '7159', '1'),
('25700', '4', '91', '0', '7159', '4'),
('25701', '4', '121', '0', '7159', '1'),
('25702', '4', '122', '0', '7159', '0'),
('25703', '4', '85', '0', '7159', '2'),
('25704', '4', '109', '0', '7159', '1'),
('25705', '4', '89', '0', '7159', '0'),
('25706', '4', '187', '0', '7159', '0'),
('25707', '4', '166', '0', '7159', NULL),
('25708', '4', '84', '0', '7160', '1'),
('25709', '4', '91', '0', '7160', '4'),
('25710', '4', '121', '0', '7160', '1'),
('25711', '4', '122', '0', '7160', '0'),
('25712', '4', '85', '0', '7160', '2'),
('25713', '4', '109', '0', '7160', '1'),
('25714', '4', '89', '0', '7160', '0'),
('25715', '4', '187', '0', '7160', '0'),
('25716', '4', '166', '0', '7160', NULL),
('25717', '4', '84', '0', '7161', '1'),
('25718', '4', '91', '0', '7161', '4'),
('25719', '4', '121', '0', '7161', '1'),
('25720', '4', '122', '0', '7161', '0'),
('25721', '4', '85', '0', '7161', '2'),
('25722', '4', '109', '0', '7161', '1'),
('25723', '4', '89', '0', '7161', '0'),
('25724', '4', '187', '0', '7161', '0'),
('25725', '4', '166', '0', '7161', NULL),
('25726', '4', '84', '0', '7162', '1'),
('25727', '4', '91', '0', '7162', '4'),
('25728', '4', '121', '0', '7162', '1'),
('25729', '4', '122', '0', '7162', '0'),
('25730', '4', '85', '0', '7162', '2'),
('25731', '4', '109', '0', '7162', '1'),
('25732', '4', '89', '0', '7162', '0'),
('25733', '4', '187', '0', '7162', '0'),
('25734', '4', '166', '0', '7162', NULL),
('25735', '4', '89', '0', '6446', '0'),
('25736', '4', '185', '0', '6446', '0'),
('25737', '4', '203', '0', '6446', '0'),
('25738', '4', '89', '0', '2198', '0'),
('25739', '4', '89', '0', '2197', '0'),
('25740', '4', '84', '0', '7163', '1'),
('25741', '4', '91', '0', '7163', '4'),
('25742', '4', '121', '0', '7163', '1'),
('25743', '4', '122', '0', '7163', '0'),
('25744', '4', '85', '0', '7163', '2'),
('25745', '4', '109', '0', '7163', '1'),
('25746', '4', '89', '0', '7163', '0'),
('25747', '4', '198', '0', '7163', '0'),
('25748', '4', '84', '0', '7164', '1'),
('25749', '4', '91', '0', '7164', '4'),
('25750', '4', '121', '0', '7164', '1'),
('25751', '4', '122', '0', '7164', '0'),
('25752', '4', '85', '0', '7164', '2'),
('25753', '4', '109', '0', '7164', '1'),
('25754', '4', '89', '0', '7164', '0'),
('25755', '4', '166', '0', '7164', NULL),
('25756', '4', '84', '0', '7165', '1'),
('25757', '4', '91', '0', '7165', '4'),
('25758', '4', '121', '0', '7165', '1'),
('25759', '4', '122', '0', '7165', '0'),
('25760', '4', '85', '0', '7165', '2'),
('25761', '4', '109', '0', '7165', '1'),
('25762', '4', '89', '0', '7165', '0'),
('25763', '4', '166', '0', '7165', NULL),
('25764', '4', '84', '0', '7166', '1'),
('25765', '4', '91', '0', '7166', '4'),
('25766', '4', '121', '0', '7166', '1'),
('25767', '4', '122', '0', '7166', '0'),
('25768', '4', '85', '0', '7166', '2'),
('25769', '4', '109', '0', '7166', '1'),
('25770', '4', '89', '0', '7166', '0'),
('25771', '4', '164', '0', '7166', NULL),
('25772', '4', '84', '0', '7167', '1'),
('25773', '4', '91', '0', '7167', '4'),
('25774', '4', '121', '0', '7167', '1'),
('25775', '4', '122', '0', '7167', '0'),
('25776', '4', '85', '0', '7167', '2'),
('25777', '4', '109', '0', '7167', '1'),
('25778', '4', '89', '0', '7167', '0'),
('25779', '4', '173', '0', '7167', '178'),
('25780', '4', '143', '0', '7167', '78'),
('25781', '4', '84', '0', '7168', '1'),
('25782', '4', '91', '0', '7168', '4'),
('25783', '4', '121', '0', '7168', '1'),
('25784', '4', '122', '0', '7168', '0'),
('25785', '4', '85', '0', '7168', '2'),
('25786', '4', '109', '0', '7168', '1'),
('25787', '4', '89', '0', '7168', '0'),
('25788', '4', '173', '0', '7168', NULL),
('25789', '4', '143', '0', '7168', '78'),
('25790', '4', '84', '0', '7169', '1'),
('25791', '4', '91', '0', '7169', '4'),
('25792', '4', '121', '0', '7169', '1'),
('25793', '4', '122', '0', '7169', '0'),
('25794', '4', '85', '0', '7169', '2'),
('25795', '4', '109', '0', '7169', '1'),
('25796', '4', '89', '0', '7169', '0'),
('25797', '4', '173', '0', '7169', NULL),
('25798', '4', '143', '0', '7169', '78'),
('25799', '4', '84', '0', '7170', '1'),
('25800', '4', '91', '0', '7170', '4'),
('25801', '4', '121', '0', '7170', '1'),
('25802', '4', '122', '0', '7170', '1'),
('25803', '4', '85', '0', '7170', '2'),
('25804', '4', '109', '0', '7170', '1'),
('25805', '4', '89', '0', '7170', '0'),
('25806', '4', '173', '0', '7170', NULL),
('25807', '4', '143', '0', '7170', '78'),
('25808', '4', '84', '0', '7171', '1'),
('25809', '4', '91', '0', '7171', '4'),
('25810', '4', '121', '0', '7171', '1'),
('25811', '4', '122', '0', '7171', '0'),
('25812', '4', '85', '0', '7171', '2'),
('25813', '4', '109', '0', '7171', '1'),
('25814', '4', '89', '0', '7171', '0'),
('25815', '4', '173', '0', '7171', NULL),
('25816', '4', '143', '0', '7171', '78'),
('25817', '4', '84', '0', '7172', '1'),
('25818', '4', '91', '0', '7172', '4'),
('25819', '4', '121', '0', '7172', '1'),
('25820', '4', '122', '0', '7172', '0'),
('25821', '4', '85', '0', '7172', '2'),
('25822', '4', '109', '0', '7172', '1'),
('25823', '4', '89', '0', '7172', '0'),
('25824', '4', '173', '0', '7172', NULL),
('25825', '4', '143', '0', '7172', '78'),
('25826', '4', '84', '0', '7173', '1'),
('25827', '4', '91', '0', '7173', '4'),
('25828', '4', '121', '0', '7173', '1'),
('25829', '4', '122', '0', '7173', '0'),
('25830', '4', '85', '0', '7173', '2'),
('25831', '4', '109', '0', '7173', '1'),
('25832', '4', '89', '0', '7173', '0'),
('25833', '4', '173', '0', '7173', NULL),
('25834', '4', '143', '0', '7173', '78'),
('25835', '4', '84', '0', '7174', '1'),
('25836', '4', '91', '0', '7174', '4'),
('25837', '4', '121', '0', '7174', '1'),
('25838', '4', '122', '0', '7174', '0'),
('25839', '4', '85', '0', '7174', '2'),
('25840', '4', '109', '0', '7174', '1'),
('25841', '4', '89', '0', '7174', '0'),
('25842', '4', '84', '0', '7175', '1'),
('25843', '4', '91', '0', '7175', '4'),
('25844', '4', '121', '0', '7175', '1'),
('25845', '4', '122', '0', '7175', '0'),
('25846', '4', '85', '0', '7175', '2'),
('25847', '4', '109', '0', '7175', '1'),
('25848', '4', '89', '0', '7175', '0'),
('25849', '4', '84', '0', '7176', '1'),
('25850', '4', '91', '0', '7176', '4'),
('25851', '4', '121', '0', '7176', '1'),
('25852', '4', '122', '0', '7176', '0'),
('25853', '4', '85', '0', '7176', '2'),
('25854', '4', '109', '0', '7176', '1'),
('25855', '4', '89', '0', '7176', '0'),
('25856', '4', '148', '0', '7176', '0'),
('25857', '4', '84', '0', '7177', '1'),
('25858', '4', '91', '0', '7177', '4'),
('25859', '4', '121', '0', '7177', '1'),
('25860', '4', '122', '0', '7177', '1'),
('25861', '4', '85', '0', '7177', '2'),
('25862', '4', '109', '0', '7177', '1'),
('25863', '4', '89', '0', '7177', '0'),
('25864', '4', '148', '0', '7177', '0'),
('25865', '4', '84', '0', '7178', '2'),
('25866', '4', '91', '0', '7178', '4'),
('25867', '4', '121', '0', '7178', '1'),
('25868', '4', '122', '0', '7178', '0'),
('25869', '4', '85', '0', '7178', '2'),
('25870', '4', '109', '0', '7178', '1'),
('25871', '4', '89', '0', '7178', '0'),
('25872', '4', '148', '0', '7178', '0'),
('25873', '4', '84', '0', '7179', '1'),
('25874', '4', '91', '0', '7179', '4'),
('25875', '4', '121', '0', '7179', '1'),
('25876', '4', '122', '0', '7179', '0'),
('25877', '4', '85', '0', '7179', '2'),
('25878', '4', '109', '0', '7179', '1'),
('25879', '4', '89', '0', '7179', '0'),
('25880', '4', '173', '0', '7179', NULL),
('25881', '4', '143', '0', '7179', '78'),
('25882', '4', '84', '0', '7180', '1'),
('25883', '4', '91', '0', '7180', '4'),
('25884', '4', '121', '0', '7180', '0'),
('25885', '4', '122', '0', '7180', '0'),
('25886', '4', '85', '0', '7180', '2'),
('25887', '4', '109', '0', '7180', '1'),
('25888', '4', '89', '0', '7180', '0'),
('25889', '4', '173', '0', '7180', NULL),
('25890', '4', '143', '0', '7180', '78'),
('25891', '4', '84', '0', '7181', '1'),
('25892', '4', '91', '0', '7181', '4'),
('25893', '4', '121', '0', '7181', '1'),
('25894', '4', '122', '0', '7181', '0'),
('25895', '4', '85', '0', '7181', '2'),
('25896', '4', '109', '0', '7181', '1'),
('25897', '4', '89', '0', '7181', '0'),
('25898', '4', '173', '0', '7181', NULL),
('25899', '4', '143', '0', '7181', '78'),
('25900', '4', '84', '0', '7182', '1'),
('25901', '4', '91', '0', '7182', '4'),
('25902', '4', '121', '0', '7182', '1'),
('25903', '4', '122', '0', '7182', '0'),
('25904', '4', '85', '0', '7182', '2'),
('25905', '4', '109', '0', '7182', '1'),
('25906', '4', '89', '0', '7182', '0'),
('25907', '4', '173', '0', '7182', NULL),
('25908', '4', '143', '0', '7182', '78'),
('25909', '4', '84', '0', '7183', '1'),
('25910', '4', '91', '0', '7183', '4'),
('25911', '4', '121', '0', '7183', '1'),
('25912', '4', '122', '0', '7183', '0'),
('25913', '4', '85', '0', '7183', '2'),
('25914', '4', '109', '0', '7183', '1'),
('25915', '4', '89', '0', '7183', '0'),
('25916', '4', '173', '0', '7183', NULL),
('25917', '4', '143', '0', '7183', '78'),
('25918', '4', '84', '0', '7184', '1'),
('25919', '4', '91', '0', '7184', '4'),
('25920', '4', '121', '0', '7184', '1'),
('25921', '4', '122', '0', '7184', '0'),
('25922', '4', '85', '0', '7184', '2'),
('25923', '4', '109', '0', '7184', '1'),
('25924', '4', '89', '0', '7184', '0'),
('25925', '4', '173', '0', '7184', NULL),
('25926', '4', '143', '0', '7184', '78'),
('25927', '4', '84', '0', '7185', '1'),
('25928', '4', '91', '0', '7185', '4'),
('25929', '4', '121', '0', '7185', '1'),
('25930', '4', '122', '0', '7185', '0'),
('25931', '4', '85', '0', '7185', '2'),
('25932', '4', '109', '0', '7185', '1'),
('25933', '4', '89', '0', '7185', '0'),
('25934', '4', '173', '0', '7185', NULL),
('25935', '4', '143', '0', '7185', '78'),
('25936', '4', '84', '0', '7186', '2'),
('25937', '4', '91', '0', '7186', '4'),
('25938', '4', '121', '0', '7186', '1'),
('25939', '4', '122', '0', '7186', '0'),
('25940', '4', '85', '0', '7186', '2'),
('25941', '4', '109', '0', '7186', '1'),
('25942', '4', '89', '0', '7186', '0'),
('25943', '4', '84', '0', '7187', '2'),
('25944', '4', '91', '0', '7187', '4'),
('25945', '4', '121', '0', '7187', '1'),
('25946', '4', '122', '0', '7187', '0'),
('25947', '4', '85', '0', '7187', '2'),
('25948', '4', '109', '0', '7187', '1'),
('25949', '4', '89', '0', '7187', '0'),
('25950', '4', '84', '0', '7188', '2'),
('25951', '4', '91', '0', '7188', '4'),
('25952', '4', '121', '0', '7188', '1'),
('25953', '4', '122', '0', '7188', '0'),
('25954', '4', '85', '0', '7188', '2'),
('25955', '4', '109', '0', '7188', '1'),
('25956', '4', '89', '0', '7188', '0'),
('25957', '4', '84', '0', '7189', '2'),
('25958', '4', '91', '0', '7189', '4'),
('25959', '4', '121', '0', '7189', '1'),
('25960', '4', '122', '0', '7189', '0'),
('25961', '4', '85', '0', '7189', '2'),
('25962', '4', '109', '0', '7189', '1'),
('25963', '4', '89', '0', '7189', '0'),
('25964', '4', '148', '0', '7189', '0'),
('25965', '4', '84', '0', '7190', '2'),
('25966', '4', '91', '0', '7190', '4'),
('25967', '4', '121', '0', '7190', '1'),
('25968', '4', '122', '0', '7190', '0'),
('25969', '4', '85', '0', '7190', '2'),
('25970', '4', '109', '0', '7190', '1'),
('25971', '4', '89', '0', '7190', '0'),
('25972', '4', '148', '0', '7190', '0'),
('25981', '4', '89', '0', '2102', '0'),
('25982', '4', '89', '0', '2100', '0'),
('25983', '4', '84', '0', '7192', '1'),
('25984', '4', '91', '0', '7192', '4'),
('25985', '4', '121', '0', '7192', '1'),
('25986', '4', '122', '0', '7192', '0'),
('25987', '4', '85', '0', '7192', '2'),
('25988', '4', '109', '0', '7192', '1'),
('25989', '4', '89', '0', '7192', '0'),
('25990', '4', '144', '0', '7192', NULL),
('25991', '4', '84', '0', '7193', '1'),
('25992', '4', '91', '0', '7193', '4'),
('25993', '4', '121', '0', '7193', '1'),
('25994', '4', '122', '0', '7193', '0'),
('25995', '4', '85', '0', '7193', '2'),
('25996', '4', '109', '0', '7193', '1'),
('25997', '4', '89', '0', '7193', '0'),
('25998', '4', '144', '0', '7193', NULL),
('25999', '4', '84', '0', '7194', '1'),
('26000', '4', '91', '0', '7194', '4'),
('26001', '4', '121', '0', '7194', '1'),
('26002', '4', '122', '0', '7194', '0'),
('26003', '4', '85', '0', '7194', '2'),
('26004', '4', '109', '0', '7194', '1'),
('26005', '4', '89', '0', '7194', '0'),
('26006', '4', '144', '0', '7194', NULL),
('26016', '4', '89', '0', '2095', '0'),
('26017', '4', '222', '0', '7169', '204'),
('26018', '4', '222', '0', '7000', '201'),
('26047', '4', '84', '0', '7199', '1'),
('26048', '4', '91', '0', '7199', '4'),
('26049', '4', '121', '0', '7199', '1'),
('26050', '4', '122', '0', '7199', '1'),
('26051', '4', '85', '0', '7199', '2'),
('26052', '4', '109', '0', '7199', '1'),
('26053', '4', '89', '0', '7199', '0'),
('26054', '4', '144', '0', '7199', '80'),
('26055', '4', '84', '0', '7200', '1'),
('26056', '4', '91', '0', '7200', '4'),
('26057', '4', '121', '0', '7200', '1'),
('26058', '4', '122', '0', '7200', '0'),
('26059', '4', '85', '0', '7200', '2'),
('26060', '4', '109', '0', '7200', '1'),
('26061', '4', '89', '0', '7200', '0'),
('26062', '4', '144', '0', '7200', '80'),
('26063', '4', '89', '0', '6284', '0'),
('26064', '4', '84', '0', '7201', '1'),
('26065', '4', '91', '0', '7201', '4'),
('26066', '4', '121', '0', '7201', '1'),
('26067', '4', '122', '0', '7201', '0'),
('26068', '4', '85', '0', '7201', '2'),
('26069', '4', '109', '0', '7201', '1'),
('26070', '4', '89', '0', '7201', '0'),
('26071', '4', '84', '0', '7202', '1'),
('26072', '4', '91', '0', '7202', '4'),
('26073', '4', '121', '0', '7202', '1'),
('26074', '4', '122', '0', '7202', '0'),
('26075', '4', '85', '0', '7202', '2'),
('26076', '4', '109', '0', '7202', '1'),
('26077', '4', '89', '0', '7202', '0'),
('26078', '4', '84', '0', '7203', '1'),
('26079', '4', '91', '0', '7203', '4'),
('26080', '4', '121', '0', '7203', '1'),
('26081', '4', '122', '0', '7203', '0'),
('26082', '4', '85', '0', '7203', '2'),
('26083', '4', '109', '0', '7203', '1'),
('26084', '4', '89', '0', '7203', '0'),
('26085', '4', '84', '0', '7204', '1'),
('26086', '4', '91', '0', '7204', '4'),
('26087', '4', '121', '0', '7204', '1'),
('26088', '4', '122', '0', '7204', '0'),
('26089', '4', '85', '0', '7204', '2'),
('26090', '4', '109', '0', '7204', '1'),
('26091', '4', '89', '0', '7204', '0'),
('26092', '4', '84', '0', '7205', '1'),
('26093', '4', '91', '0', '7205', '4'),
('26094', '4', '121', '0', '7205', '1'),
('26095', '4', '122', '0', '7205', '0'),
('26096', '4', '85', '0', '7205', '2'),
('26097', '4', '109', '0', '7205', '1'),
('26098', '4', '89', '0', '7205', '0'),
('26099', '4', '84', '0', '7206', '1'),
('26100', '4', '91', '0', '7206', '4'),
('26101', '4', '121', '0', '7206', '1'),
('26102', '4', '122', '0', '7206', '0'),
('26103', '4', '85', '0', '7206', '2'),
('26104', '4', '109', '0', '7206', '1'),
('26105', '4', '89', '0', '7206', '0'),
('26106', '4', '84', '0', '7207', '1'),
('26107', '4', '91', '0', '7207', '4'),
('26108', '4', '121', '0', '7207', '1'),
('26109', '4', '122', '0', '7207', '0'),
('26110', '4', '85', '0', '7207', '2'),
('26111', '4', '109', '0', '7207', '1'),
('26112', '4', '89', '0', '7207', '0'),
('26113', '4', '84', '0', '7208', '1'),
('26114', '4', '91', '0', '7208', '4'),
('26115', '4', '121', '0', '7208', '1'),
('26116', '4', '122', '0', '7208', '0'),
('26117', '4', '85', '0', '7208', '2'),
('26118', '4', '109', '0', '7208', '1'),
('26119', '4', '89', '0', '7208', '0'),
('26120', '4', '84', '0', '7209', '1'),
('26121', '4', '91', '0', '7209', '4'),
('26122', '4', '121', '0', '7209', '1'),
('26123', '4', '122', '0', '7209', '0'),
('26124', '4', '85', '0', '7209', '2'),
('26125', '4', '109', '0', '7209', '1'),
('26126', '4', '89', '0', '7209', '0'),
('26127', '4', '223', '0', '6300', '226'),
('26128', '4', '223', '0', '6299', '226'),
('26129', '4', '84', '0', '7210', '1'),
('26130', '4', '91', '0', '7210', '2'),
('26131', '4', '121', '0', '7210', '0'),
('26132', '4', '122', '0', '7210', '0'),
('26133', '4', '85', '0', '7210', '2'),
('26134', '4', '109', '0', '7210', '1'),
('26135', '4', '173', '0', '7210', NULL),
('26136', '4', '143', '0', '7210', '78'),
('26137', '4', '222', '0', '7210', '205'),
('26138', '4', '78', '0', '7211', NULL),
('26139', '4', '84', '0', '7211', '1'),
('26140', '4', '91', '0', '7211', '1'),
('26141', '4', '121', '0', '7211', '0'),
('26142', '4', '122', '0', '7211', '0'),
('26143', '4', '85', '0', '7211', '2'),
('26144', '4', '109', '0', '7211', '1'),
('26145', '4', '89', '0', '7211', '0'),
('26146', '4', '173', '0', '7211', NULL),
('26147', '4', '143', '0', '7211', '78'),
('26148', '4', '222', '0', '7211', '212'),
('26149', '4', '223', '0', '7210', '226'),
('26150', '4', '84', '0', '7212', '1'),
('26151', '4', '91', '0', '7212', '4'),
('26152', '4', '121', '0', '7212', '1'),
('26153', '4', '122', '0', '7212', '0'),
('26154', '4', '85', '0', '7212', '2'),
('26155', '4', '109', '0', '7212', '1'),
('26156', '4', '89', '0', '7212', '0'),
('26157', '4', '84', '0', '7213', '1'),
('26158', '4', '91', '0', '7213', '4'),
('26159', '4', '121', '0', '7213', '1'),
('26160', '4', '122', '0', '7213', '0'),
('26161', '4', '85', '0', '7213', '2'),
('26162', '4', '109', '0', '7213', '1'),
('26163', '4', '89', '0', '7213', '0'),
('26164', '4', '84', '0', '7214', '1'),
('26165', '4', '91', '0', '7214', '4'),
('26166', '4', '121', '0', '7214', '1'),
('26167', '4', '122', '0', '7214', '0'),
('26168', '4', '85', '0', '7214', '2'),
('26169', '4', '109', '0', '7214', '1'),
('26170', '4', '89', '0', '7214', '0'),
('26171', '4', '84', '0', '7215', '1'),
('26172', '4', '91', '0', '7215', '4'),
('26173', '4', '121', '0', '7215', '1'),
('26174', '4', '122', '0', '7215', '0'),
('26175', '4', '85', '0', '7215', '2'),
('26176', '4', '109', '0', '7215', '1'),
('26177', '4', '89', '0', '7215', '0'),
('26178', '4', '84', '0', '7216', '1'),
('26179', '4', '91', '0', '7216', '4'),
('26180', '4', '121', '0', '7216', '1'),
('26181', '4', '122', '0', '7216', '0'),
('26182', '4', '85', '0', '7216', '2'),
('26183', '4', '109', '0', '7216', '1'),
('26184', '4', '89', '0', '7216', '0'),
('26185', '4', '84', '0', '7217', '1'),
('26186', '4', '91', '0', '7217', '4'),
('26187', '4', '121', '0', '7217', '1'),
('26188', '4', '122', '0', '7217', '0'),
('26189', '4', '85', '0', '7217', '2'),
('26190', '4', '109', '0', '7217', '1'),
('26191', '4', '89', '0', '7217', '0'),
('26192', '4', '84', '0', '7218', '2'),
('26193', '4', '91', '0', '7218', '4'),
('26194', '4', '121', '0', '7218', '1'),
('26195', '4', '122', '0', '7218', '0'),
('26196', '4', '85', '0', '7218', '2'),
('26197', '4', '109', '0', '7218', '1'),
('26198', '4', '89', '0', '7218', '0'),
('26199', '4', '84', '0', '7219', '1'),
('26200', '4', '91', '0', '7219', '4'),
('26201', '4', '121', '0', '7219', '1'),
('26202', '4', '122', '0', '7219', '0'),
('26203', '4', '85', '0', '7219', '2'),
('26204', '4', '109', '0', '7219', '1'),
('26205', '4', '89', '0', '7219', '0'),
('26206', '4', '84', '0', '7220', '1'),
('26207', '4', '91', '0', '7220', '4'),
('26208', '4', '121', '0', '7220', '1'),
('26209', '4', '122', '0', '7220', '0'),
('26210', '4', '85', '0', '7220', '2'),
('26211', '4', '109', '0', '7220', '1'),
('26212', '4', '89', '0', '7220', '0'),
('26213', '4', '89', '0', '2166', '0'),
('26214', '4', '84', '0', '7221', '1'),
('26215', '4', '91', '0', '7221', '4'),
('26216', '4', '121', '0', '7221', '1'),
('26217', '4', '122', '0', '7221', '0'),
('26218', '4', '85', '0', '7221', '2'),
('26219', '4', '109', '0', '7221', '1'),
('26220', '4', '89', '0', '7221', '0'),
('26221', '4', '89', '0', '2224', '0'),
('26222', '4', '171', '0', '2224', NULL),
('26223', '4', '122', '0', '6952', '0'),
('26224', '4', '89', '0', '6952', '0'),
('26225', '4', '184', '0', '6952', '0'),
('26226', '4', '185', '0', '6952', '0'),
('26227', '4', '187', '0', '6952', '0'),
('26228', '4', '89', '0', '2223', '0'),
('26229', '4', '171', '0', '2223', NULL),
('26230', '4', '89', '0', '2222', '0'),
('26231', '4', '171', '0', '2222', NULL),
('26232', '4', '89', '0', '2220', '0'),
('26233', '4', '171', '0', '2220', NULL),
('26234', '4', '89', '0', '6329', '0'),
('26237', '4', '89', '0', '6250', '0'),
('26238', '4', '166', '0', '6250', NULL),
('26239', '4', '89', '0', '6249', '0'),
('26240', '4', '166', '0', '6249', NULL),
('26241', '4', '222', '0', '7170', NULL),
('26242', '4', '222', '0', '7167', NULL),
('26243', '4', '222', '0', '7185', NULL),
('26244', '4', '222', '0', '7182', NULL),
('26245', '4', '222', '0', '7183', NULL),
('26246', '4', '222', '0', '7172', NULL),
('26247', '4', '222', '0', '7168', NULL),
('26248', '4', '89', '0', '6251', '0'),
('26249', '4', '166', '0', '6251', NULL);

-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_product_entity_media_gallery`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_product_entity_media_gallery` (
  `value_id` int(11) unsigned NOT NULL auto_increment,
  `attribute_id` smallint(5) unsigned NOT NULL default '0',
  `entity_id` int(10) unsigned NOT NULL default '0',
  `value` varchar(255) default NULL,
  PRIMARY KEY  (`value_id`),
  KEY `FK_CATALOG_PRODUCT_MEDIA_GALLERY_ATTRIBUTE` (`attribute_id`),
  KEY `FK_CATALOG_PRODUCT_MEDIA_GALLERY_ENTITY` (`entity_id`),
  KEY `MAGMI_CPEM_OPTIMIZATION_IDX` (`value`)
) ENGINE=InnoDB AUTO_INCREMENT=330 DEFAULT CHARSET=utf8 COMMENT='Catalog product media gallery' AUTO_INCREMENT=330 ;

-- 
-- Dumping data for table `catalog_product_entity_media_gallery`
-- 

INSERT INTO `catalog_product_entity_media_gallery` VALUES ('2', '77', '7140', '/e/p/ep-65.jpg'),
('3', '77', '7139', '/1/6/1657b002aa-cc.jpg'),
('4', '77', '7137', '/s/g/sg201a4.jpg'),
('5', '77', '7138', '/m/p/mp101a3.jpg'),
('6', '77', '7135', '/p/p/pp201a4.jpg'),
('7', '77', '7134', '/f/i/fina_art.jpg'),
('8', '77', '7133', '/p/h/photo_rag.jpg'),
('9', '77', '7132', '/g/p/gp501.jpg'),
('10', '77', '7131', '/p/h/photo_rag_a3.jpg'),
('11', '77', '7130', '/c/p/cp13.jpg'),
('12', '77', '7129', '/b/c/bci1431m.jpg'),
('13', '77', '7004', '/i/x/ixus_115_hs.jpg'),
('14', '77', '7003', '/e/f/ef-s_10-22_is_usm.jpg'),
('15', '77', '7002', '/e/f/ef_70-300mm_1-4.0-5.6_l_is_usm.jpg'),
('16', '77', '7136', '/s/g/sg-201-4x6.jpg'),
('17', '77', '7128', '/b/c/bci1431y.jpg'),
('18', '77', '7127', '/8/9/8971a001aa.jpg'),
('19', '77', '7126', '/b/c/bci1431b.jpg'),
('20', '77', '7125', '/c/j/cj3a.jpg'),
('21', '77', '7124', '/b/c/bci1421b.jpg'),
('22', '77', '7123', '/p/f/pfi101.jpg'),
('23', '77', '7122', '/p/f/pfi101_matte_b.jpg'),
('24', '77', '7121', '/p/f/pfi101_grey.jpg'),
('25', '77', '7120', '/p/f/pfi101_grey_02.jpg'),
('26', '77', '7119', '/p/f/pfi101_green.jpg'),
('27', '77', '7118', '/p/f/pfi101_photo_magenta.jpg'),
('28', '77', '7117', '/p/f/pfp_101_photo_cyan.jpg'),
('29', '77', '7116', '/p/f/pfi_101_yelow.jpg'),
('30', '77', '7115', '/p/f/pfi_101_magenta.jpg'),
('31', '77', '7114', '/p/f/pfi_101_cyan.jpg'),
('32', '77', '7113', '/p/f/pfi_101_blue.jpg'),
('33', '77', '7112', '/c/a/canon-pfi-105pm-photo-magenta.jpg'),
('34', '77', '7111', '/p/f/pfi_103_hp_black.jpg'),
('35', '77', '7110', '/p/f/pfi_103matte_black.jpg'),
('36', '77', '7109', '/p/f/pfi_103_grey.jpg'),
('37', '77', '7108', '/p/f/pfi_792_matte_blk.jpg'),
('38', '77', '7107', '/p/f/pfi-701_grey.jpg'),
('40', '77', '7106', '/b/c/bc05.jpg'),
('42', '77', '7105', '/b/c/bci_11_colour.jpg'),
('43', '77', '7104', '/b/c/bci_11_black.jpg'),
('45', '77', '7102', '/b/c/bci_10_black.jpg'),
('46', '77', '7101', '/m/p/mp120_mg.jpg'),
('47', '77', '7100', '/s/a/satin_photo_roll.jpg'),
('48', '77', '7099', '/s/a/satin_photo_roll_1.jpg'),
('49', '77', '7098', '/s/a/satin_photo_roll_2.jpg'),
('50', '77', '7097', '/s/a/satin_photo_roll_3.jpg'),
('51', '77', '7096', '/s/a/satin_photo_roll_4.jpg'),
('52', '77', '7095', '/s/a/satin_photo_roll_5.jpg'),
('53', '77', '7094', '/s/a/satin_photo_roll_6.jpg'),
('54', '77', '7093', '/s/a/satin_photo_roll_7.jpg'),
('55', '77', '7092', '/s/a/satin_photo_roll_8.jpg'),
('56', '77', '7091', '/s/a/satin_photo_roll_9.jpg'),
('57', '77', '7090', '/n/p/npg1.jpg'),
('58', '77', '7089', '/c/l/cl18_set.jpg'),
('59', '77', '7088', '/p/o/powershot_sx230hs_black.jpg'),
('60', '77', '7087', '/s/t/staples.jpg'),
('62', '77', '7086', '/c/-/c-exv9bk_1.jpg'),
('63', '77', '7085', '/c/-/c-exv9yellow.jpg'),
('64', '77', '7084', '/c/-/c-exv9magenta.jpg'),
('65', '77', '7083', '/c/-/c-exv9cyan.jpg'),
('66', '77', '7082', '/c/e/cexv6.jpg'),
('67', '77', '7081', '/c/e/cexv7.jpg'),
('68', '77', '7001', '/c/a/canon-ixus-220hs.jpg'),
('69', '77', '7059', '/c/a/canon-d10-m.jpg'),
('70', '77', '7000', '/c/a/canon_powershot_a2200_14.1_mp_digital_camera_red_1.jpg'),
('71', '77', '6999', '/c/a/canon_powershot_a2200silver14.1_mp_digital_camera_red_1.jpg'),
('72', '77', '6998', '/p/o/powershot_a800.jpg'),
('75', '77', '2101', '/p/o/powershotg12_1.jpg'),
('76', '77', '2099', '/i/x/ixus-1000-hs-silver-frt-hor.jpg'),
('84', '77', '2125', '/c/a/canon_ef_100-400mm_f_4-5.6_l_is_usm_1.jpg'),
('86', '77', '2122', '/e/f/ef_17-40mm_1.gif'),
('87', '77', '2123', '/e/f/ef-24-105mm-200_tcm13-306157.gif'),
('88', '77', '6216', '/e/f/ef_28-135mm_f_3.5-5.6_is_usm.gif'),
('89', '77', '2128', '/e/f/ef-400mm-f5._6l-usm_tcm13-27036.jpg'),
('90', '77', '2124', '/e/f/ef-70-200mm.jpg'),
('91', '77', '2117', '/e/f/ef_75_300mm.gif'),
('92', '77', '2118', '/e/f/ef-s_18-135mm_is_h200_tcm13-675028.jpg'),
('93', '77', '2119', '/e/f/ef-s18-200mm_f3.5-5_w200_tcm13-550357.jpg'),
('94', '77', '2121', '/e/f/ef-s_55-250mm_f4-5.6_is_ii_200_tcm13-841835.jpg'),
('95', '77', '2126', '/e/f/ef_100mm_is_usm_macro.jpg'),
('96', '77', '6993', '/e/f/ef_24_70_f2.8l_usm.gif'),
('97', '77', '6994', '/e/f/ef_500mm_f1.4_usm.gif'),
('98', '77', '2127', '/e/f/ef_500mm_f1.4_usm_1.gif'),
('99', '77', '6992', '/e/f/ef-s17-85-1_4_0_5_6_is_usm.gif'),
('100', '77', '6997', '/e/x/extender_ef_1.4x_iii_w200_tcm13-770533.jpg'),
('101', '77', '2156', '/b/a/battery_charger_lce6e.jpg'),
('102', '77', '2157', '/c/a/camera_battery_charger_lc-e8e.jpg'),
('104', '77', '2097', '/c/a/canon-lp-e4-battery-pack_1.jpg'),
('105', '77', '2094', '/b/a/battery_pack_lpe5250200.jpg'),
('106', '77', '2096', '/c/a/camera_battery_lp-e8.jpg'),
('107', '77', '2173', '/l/e/lenscap-rf3_1_l.jpg'),
('108', '77', '2155', '/r/e/remote_switch_rs-60_e3.jpg'),
('109', '77', '2154', '/r/e/remote_switch_rs-80n3.jpg'),
('110', '77', '2116', '/c/u/custom_gadget_bag_100eg.jpg'),
('111', '77', '2115', '/d/e/deluxe_gadget_bag_10eg.jpg'),
('112', '77', '2098', '/e/h/eh_19_l.jpg'),
('113', '77', '2165', '/e/s/es-62a.jpg'),
('114', '77', '2158', '/e/w/ew-54.jpg'),
('115', '77', '2159', '/e/w/ew-60.jpg'),
('116', '77', '2160', '/e/w/ew-73b.jpg'),
('117', '77', '2161', '/e/w/ew-78b.jpg'),
('118', '77', '2164', '/e/w/ew-78e.jpg'),
('119', '77', '2162', '/e/w/ew-83h.jpg'),
('120', '77', '2163', '/e/w/ew-88.jpg'),
('121', '77', '2175', '/5/2/52_mm_protector250200.jpg'),
('122', '77', '2174', '/5/2/52_skylight.jpg'),
('123', '77', '2176', '/5/8/58_mm_protector.jpg'),
('124', '77', '2177', '/6/7/67_mm_protect2250200.jpg'),
('127', '77', '2178', '/7/2/72_mm_protect_1.jpg'),
('128', '77', '2179', '/7/7/77_mm_protect_1.jpg'),
('130', '77', '2152', '/s/e/selphy_printer_cpes_40.jpg'),
('131', '77', '2151', '/s/e/selphy_cp800_black_frt_1.jpg'),
('133', '77', '2103', '/s/p/speedlite_580ex_ii.jpg'),
('134', '77', '2167', '/5/2/52e_usm.jpg'),
('135', '77', '2168', '/5/8/58e_usm250200.jpg'),
('136', '77', '2169', '/6/7/67e_usm.jpg'),
('137', '77', '2171', '/7/2/72e_usm250200.jpg'),
('138', '77', '2170', '/e/6/e67.jpg'),
('139', '77', '2172', '/l/e/lens_cap_e82ii.jpg'),
('140', '77', '2130', '/a/c/ac_adapter_kit_ack600.jpg'),
('141', '77', '2131', '/a/c/ac_adapter_kit_ack800.jpg'),
('142', '77', '2132', '/a/d/adapter_kit_ack-dc10.jpg'),
('143', '77', '2133', '/a/d/ad_adapter_kit_ack-dc20.jpg'),
('144', '77', '2147', '/b/a/battery_charger_cb-2lae.jpg'),
('145', '77', '2148', '/c/b/cb_2lbe.jpg'),
('147', '77', '2141', '/b/a/battery_charger_cb-2lse_1.jpg'),
('149', '77', '2144', '/b/a/battery_charger_cb-2lxe.jpg'),
('150', '77', '2145', '/b/a/battery_charger_cb-2lye.jpg'),
('151', '77', '6319', '/b/a/battery_charger_cb-2lze.jpg'),
('153', '77', '2140', '/c/b/cbk4-300.jpg'),
('154', '77', '2106', '/n/b/nb1l_h_pshot_s100-500_.jpg'),
('155', '77', '2107', '/b/a/battery_pack_nb-2lh.jpg'),
('156', '77', '2108', '/b/a/battery_pack_nb3l.jpg'),
('157', '77', '2109', '/b/a/battery_pack_nb4l.jpg'),
('158', '77', '2110', '/b/a/battery_pack_nb5l.jpg'),
('160', '77', '2111', '/b/a/battery_pack_nb6l.jpg'),
('161', '77', '2112', '/b/a/battery_pack_nb7l.jpg'),
('162', '77', '2113', '/b/a/battery_pack_nb8l.jpg'),
('163', '77', '2114', '/b/a/battery_pack_for_ixus_1000hs.jpg'),
('164', '77', '2093', '/n/b/nb_4_300250200.jpg'),
('165', '77', '2134', '/a/c/ack_dc30.jpg'),
('166', '77', '2135', '/c/a/canon-ack-dc40-ac-adaptor-thumb.jpg'),
('167', '77', '2136', '/a/c/ack_dc50.jpg'),
('168', '77', '2137', '/a/c/ackdc60.jpg'),
('169', '77', '2138', '/a/c/ackdc70.jpg'),
('170', '77', '2139', '/c/a/caps_700.jpg'),
('172', '77', '2204', '/c/a/cartridge_crg-703_1.jpg'),
('173', '77', '2208', '/c/a/cartridge_crg712.jpg'),
('174', '77', '2228', '/f/x/fx_10.jpg'),
('175', '77', '2229', '/b/c/bci15_black.jpg'),
('176', '77', '2230', '/b/c/bci15_colour.jpg'),
('177', '77', '7103', '/b/c/bci16_colour.jpg'),
('178', '77', '2236', '/c/l/cl41.jpg'),
('179', '77', '2238', '/c/l/cl51.jpg'),
('180', '77', '2240', '/c/l/cl513_colour.jpg'),
('181', '77', '2262', '/c/l/cli36_colour_-_ip100.jpg'),
('182', '77', '2251', '/c/l/cli521bk.jpg'),
('183', '77', '2252', '/c/l/cli_521.jpg'),
('184', '77', '2253', '/c/l/cli521m.jpg'),
('185', '77', '2254', '/c/l/cli521y.jpg'),
('186', '77', '2243', '/c/l/cl18c.jpg'),
('187', '77', '2246', '/c/l/cl18photo_cyan.jpg'),
('188', '77', '2248', '/c/l/cl18_red.jpg'),
('189', '77', '2233', '/p/g/pg37.jpg'),
('190', '77', '2235', '/p/g/pg40.jpg'),
('191', '77', '2237', '/p/g/pg50.jpg'),
('192', '77', '2232', '/p/g/pgi35_black.jpg'),
('193', '77', '2256', '/p/g/pgi525_big_black.jpg'),
('194', '77', '2153', '/k/p/kp108in.jpg'),
('196', '77', '2194', '/m/f/mf4430.jpg'),
('197', '77', '2196', '/m/f/mf4690pl250200.jpg'),
('199', '77', '2191', '/i/p/ip100.jpg'),
('200', '77', '2192', '/c/a/canonix4000__2.jpg'),
('201', '77', '2180', '/v/i/video_soft_carrying_case_sc-2000.jpg'),
('202', '77', '6301', '/f/s/fs_306.jpg'),
('203', '77', '6448', '/m/g/mg8150.jpg'),
('204', '77', '6451', '/c/a/canon-pixma-mx320_1.jpg'),
('205', '77', '6988', '/p/i/pixma_ip2700.jpg'),
('206', '77', '6996', '/i/p/ip4850.png'),
('207', '77', '6447', '/m/g/mg5250.jpg'),
('208', '77', '6449', '/m/g/mg6150.jpg'),
('209', '77', '2273', '/p/g/pgi7_black.jpg'),
('210', '77', '2195', '/m/f/mf4570dn.jpg'),
('211', '77', '2193', '/m/f/mf4410.jpg'),
('212', '77', '7006', '/b/c/bci-6y_200.jpg'),
('213', '77', '6975', '/l/b/lbp5050_1.jpeg'),
('214', '77', '6436', '/l/b/lbp6000.jpg'),
('215', '77', '2234', '/c/l/cl38.jpg'),
('216', '77', '2199', '/i/-/i-sensys_fax-l140_w200_tcm14-487302.jpg'),
('218', '77', '2150', '/s/e/selphy_cp800_white_frt250200.jpg'),
('219', '77', '6257', '/b/x/bx-3.jpg'),
('220', '77', '6256', '/b/x/bx-20.jpg'),
('221', '77', '7149', '/f/-/f-715s_1.jpg'),
('222', '77', '7150', '/f/7/f766s.jpg'),
('223', '77', '7151', '/t/x/tx1210e.jpg'),
('224', '77', '7152', '/w/s/ws1210t_1.png'),
('225', '77', '7153', '/p/2/p23dtsii-.jpg'),
('226', '77', '7154', '/p/1/p1_de.jpg'),
('227', '77', '7155', '/m/p/mp1211-ltsc8.jpg'),
('228', '77', '6230', '/p/i/pixma-ip4700.jpg'),
('229', '77', '6232', '/c/a/canonix7000.jpg'),
('230', '77', '6233', '/p/r/pro_9000.jpg'),
('231', '77', '6234', '/p/r/pro_9500.jpg'),
('232', '77', '7156', '/i/p/ip100_1.jpg'),
('233', '77', '7157', '/c/a/canon_i-sensys_lbp6300dn_550.jpg'),
('234', '77', '7158', '/c/a/canon_i-sensys_lbp6650dn_550.jpg'),
('235', '77', '7159', '/l/b/lbp5050n-l.jpg'),
('236', '77', '7160', '/l/b/lbp7200cdn_1.jpg'),
('237', '77', '7161', '/l/b/lbp7750cdn.jpg'),
('238', '77', '7162', '/l/b/lbp5360.jpg'),
('241', '77', '2184', '/b/c/bci24_colour_twin_pack250200.jpg'),
('242', '77', '6446', '/m/p/mp250.jpg'),
('243', '77', '6452', '/m/x/mx340.jpg'),
('244', '77', '6453', '/m/x/mx870.jpg'),
('245', '77', '2198', '/c/a/canoscan-lide-110-2.jpg'),
('247', '77', '2197', '/c/s/cs900f.jpg'),
('248', '77', '7163', '/l/i/lide_210.jpg'),
('249', '77', '7164', '/m/f/mf6680dn.jpg'),
('250', '77', '7165', '/m/f/mf8350cdn.jpg'),
('251', '77', '7166', '/c/a/canon-i-sensys-fax-l380s.jpg'),
('252', '77', '7167', '/c/a/canon-ixus-115hs-pink-xxl.jpg'),
('254', '77', '7168', '/c/a/canon-powershot-a1200_1.jpg'),
('255', '77', '7169', '/p/o/powershot_a2200black.jpg'),
('256', '77', '7170', '/p/o/powershotsx220hs_grey.jpg'),
('257', '77', '7171', '/p/o/powershot-sx130-is.jpeg'),
('260', '77', '7172', '/p/o/powershot_sx30_is.jpg'),
('261', '77', '7173', '/p/o/powershot_s95.jpg'),
('262', '77', '6273', '/e/o/eos5diibody.jpg'),
('263', '77', '2105', '/e/o/eos7dbody.jpg'),
('264', '77', '6300', '/c/a/canon_eos_60d.jpg'),
('265', '77', '7174', '/e/o/eos_600d.jpg'),
('266', '77', '6299', '/e/o/eos_550d.jpg'),
('267', '77', '7175', '/e/o/eos1100d.jpg'),
('268', '77', '7176', '/c/a/canon-vixia-hf-r26.jpg'),
('269', '77', '7177', '/l/e/legria_fs46.jpg'),
('270', '77', '7178', '/i/m/image_legria_fs406_fsl_silver_tcm13-800500.jpg'),
('271', '77', '7179', '/a/8/a800black-lg.jpg'),
('272', '77', '7180', '/c/a/canon-powershot-a800-grey_l_14518.jpg'),
('273', '77', '7181', '/c/a/canon_powershot_a800_red_tab1.jpg'),
('274', '77', '7182', '/c/a/canon-powershot-sx220-hs-purple-4gb.jpg'),
('275', '77', '7183', '/c/a/canon-powershot-sx230-hs-blue-front-view.jpg'),
('276', '77', '7184', '/c/a/canon-powershot-sx230-hs-pink.jpg'),
('277', '77', '7185', '/p/o/powershot_sx130_is__silver__1.jpg'),
('278', '77', '7186', '/e/o/eos550dbody.jpg'),
('279', '77', '7187', '/e/o/eos_550d_1.jpg'),
('280', '77', '7188', '/e/o/eos_550d_2.jpg'),
('281', '77', '7189', '/v/i/vixia_hf_g10.jpg'),
('282', '77', '7190', '/v/i/vixia_hf_m41.jpg'),
('286', '77', '2102', '/2/7/270ex_ii.jpg'),
('287', '77', '7058', '/s/p/speedlight-320ex-front.jpg'),
('288', '77', '2100', '/s/p/speedlite_430ex_ii.jpg'),
('289', '77', '7192', '/e/f/ef_50mm_f_1.2_l_usm.jpg'),
('290', '77', '7193', '/e/f/ef-s-18-55mm-f3.5-5.6-is-ii_29_08.jpg'),
('291', '77', '7194', '/e/f/ef-s15-85mm_f_3.5-5.6_is_usm_2908.jpg'),
('292', '77', '2095', '/b/a/battery_pack_lpe6.jpg'),
('294', '77', '7199', '/e/f/ef_70-200mm_f2.8_l_is_ii_usm300811.jpg'),
('295', '77', '7200', '/e/f/ef_70-200mm_f2.8_l_is_ii_usm300811_1.jpg'),
('296', '77', '6284', '/b/a/battery_pack_bp-511a250200.jpg'),
('298', '77', '2142', '/b/a/battery_charger_cb2lve250200_1.jpg'),
('299', '77', '2143', '/c/a/cameras_canoncb2lwe.jpg'),
('300', '77', '7201', '/s/o/soft_leather_case_dcc60.jpg'),
('302', '77', '7203', '/s/o/soft_case_dcc510.jpg'),
('303', '77', '7204', '/d/c/dcc750.jpg'),
('306', '77', '7202', '/c/a/canon-dcc-490_1.jpg'),
('307', '77', '7205', '/c/a/canon-dcc-800-softcase_1.jpg'),
('308', '77', '7206', '/d/c/dcc_850.jpg'),
('309', '77', '7207', '/d/c/dcc-1200-soft-case.jpg'),
('310', '77', '7208', '/d/c/dcc1500-main.jpg'),
('311', '77', '7209', '/d/c/dcc-1700-main.jpg'),
('312', '77', '7211', '/b/l/black.jpg'),
('313', '77', '7212', '/c/o/conversion_lens_adapter_la-dc58k.jpg'),
('314', '77', '7213', '/c/a/canon-lhood-lh-dc30-lens-hood.jpg'),
('315', '77', '7214', '/c/a/canon_lh-dc60_lens_hood.jpg'),
('316', '77', '7215', '/i/c/icafadc67a.jpg'),
('318', '77', '7216', '/c/a/canon-bg-e5-battery-grip_1.jpg'),
('319', '77', '7217', '/l/p/lp-e10-battery-pack.jpg'),
('320', '77', '7218', '/l/c/lce-4-charger.jpg'),
('321', '77', '7219', '/l/c/lc-e5-battery-charger0.jpg'),
('322', '77', '7220', '/c/a/canon-off-camera-shoe-cord-oce3.jpg'),
('323', '77', '2166', '/e/t/et-60.jpg'),
('324', '77', '7221', '/b/p/bp808.jpg'),
('325', '77', '2224', '/e/p/ep25.jpg'),
('326', '77', '2223', '/e/p/ep22.jpg'),
('327', '77', '2222', '/e/3/e30.jpg'),
('328', '77', '2220', '/m/_/m.jpg'),
('329', '77', '6329', '/h/a/hand_strap_e1.jpg');

-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_product_entity_media_gallery_value`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_product_entity_media_gallery_value` (
  `value_id` int(11) unsigned NOT NULL default '0',
  `store_id` smallint(5) unsigned NOT NULL default '0',
  `label` varchar(255) default NULL,
  `position` int(11) unsigned default NULL,
  `disabled` tinyint(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`value_id`,`store_id`),
  KEY `FK_CATALOG_PRODUCT_MEDIA_GALLERY_VALUE_STORE` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog product media gallery values';

-- 
-- Dumping data for table `catalog_product_entity_media_gallery_value`
-- 

INSERT INTO `catalog_product_entity_media_gallery_value` VALUES ('2', '0', '', '1', '0'),
('3', '0', '', '1', '0'),
('4', '0', '', '1', '0'),
('5', '0', '', '1', '0'),
('6', '0', '', '1', '0'),
('7', '0', '', '1', '0'),
('8', '0', '', '1', '0'),
('9', '0', '', '1', '0'),
('10', '0', '', '1', '0'),
('11', '0', '', '1', '0'),
('12', '0', '', '1', '0'),
('13', '0', '', '1', '0'),
('14', '0', '', '1', '0'),
('15', '0', '', '1', '0'),
('16', '0', '', '1', '0'),
('17', '0', '', '1', '0'),
('18', '0', '', '1', '0'),
('19', '0', '', '1', '0'),
('20', '0', '', '1', '0'),
('21', '0', '', '1', '0'),
('22', '0', '', '1', '0'),
('23', '0', '', '1', '0'),
('24', '0', '', '1', '0'),
('25', '0', '', '1', '0'),
('26', '0', '', '1', '0'),
('27', '0', '', '1', '0'),
('28', '0', '', '1', '0'),
('29', '0', '', '1', '0'),
('30', '0', '', '1', '0'),
('31', '0', '', '1', '0'),
('32', '0', '', '1', '0'),
('33', '0', '', '1', '0'),
('34', '0', '', '1', '0'),
('35', '0', '', '1', '0'),
('36', '0', '', '1', '0'),
('37', '0', '', '1', '0'),
('38', '0', '', '1', '0'),
('40', '0', '', '1', '0'),
('42', '0', '', '1', '0'),
('43', '0', '', '1', '0'),
('45', '0', '', '1', '0'),
('46', '0', '', '1', '0'),
('47', '0', '', '1', '0'),
('48', '0', '', '1', '0'),
('49', '0', '', '1', '0'),
('50', '0', '', '1', '0'),
('51', '0', '', '1', '0'),
('52', '0', '', '1', '0'),
('53', '0', '', '1', '0'),
('54', '0', '', '1', '0'),
('55', '0', '', '1', '0'),
('56', '0', '', '1', '0'),
('57', '0', '', '1', '0'),
('58', '0', '', '1', '0'),
('59', '0', '', '1', '0'),
('60', '0', '', '1', '0'),
('62', '0', '', '1', '0'),
('63', '0', '', '1', '0'),
('64', '0', '', '1', '0'),
('65', '0', '', '1', '0'),
('66', '0', '', '1', '0'),
('67', '0', '', '1', '0'),
('68', '0', '', '1', '0'),
('69', '0', '', '1', '0'),
('70', '0', '', '1', '0'),
('71', '0', '', '1', '0'),
('72', '0', '', '1', '0'),
('75', '0', '', '1', '0'),
('76', '0', '', '1', '0'),
('84', '0', '', '1', '0'),
('86', '0', '', '1', '0'),
('87', '0', '', '1', '0'),
('88', '0', '', '1', '0'),
('89', '0', '', '1', '0'),
('90', '0', '', '1', '0'),
('91', '0', '', '1', '0'),
('92', '0', '', '1', '0'),
('93', '0', '', '1', '0'),
('94', '0', '', '1', '0'),
('95', '0', '', '1', '0'),
('96', '0', '', '1', '0'),
('97', '0', '', '1', '0'),
('98', '0', '', '1', '0'),
('99', '0', '', '1', '0'),
('100', '0', '', '1', '0'),
('101', '0', '', '1', '0'),
('102', '0', '', '1', '0'),
('104', '0', '', '1', '0'),
('105', '0', '', '1', '0'),
('106', '0', '', '1', '0'),
('107', '0', '', '1', '0'),
('108', '0', '', '1', '0'),
('109', '0', '', '1', '0'),
('110', '0', '', '1', '0'),
('111', '0', '', '1', '0'),
('112', '0', '', '1', '0'),
('113', '0', '', '1', '0'),
('114', '0', '', '1', '0'),
('115', '0', '', '1', '0'),
('116', '0', '', '1', '0'),
('117', '0', '', '1', '0'),
('118', '0', '', '1', '0'),
('119', '0', '', '1', '0'),
('120', '0', '', '1', '0'),
('121', '0', '', '1', '0'),
('122', '0', '', '1', '0'),
('123', '0', '', '1', '0'),
('124', '0', '', '1', '0'),
('127', '0', '', '1', '0'),
('128', '0', '', '1', '0'),
('130', '0', '', '1', '0'),
('131', '0', '', '1', '0'),
('133', '0', '', '1', '0'),
('134', '0', '', '1', '0'),
('135', '0', '', '1', '0'),
('136', '0', '', '1', '0'),
('137', '0', '', '1', '0'),
('138', '0', '', '1', '0'),
('139', '0', '', '1', '0'),
('140', '0', '', '1', '0'),
('141', '0', '', '1', '0'),
('142', '0', '', '1', '0'),
('143', '0', '', '1', '0'),
('144', '0', '', '1', '0'),
('145', '0', '', '1', '0'),
('147', '0', '', '1', '0'),
('149', '0', '', '1', '0'),
('150', '0', '', '1', '0'),
('151', '0', '', '1', '0'),
('153', '0', '', '1', '0'),
('154', '0', '', '1', '0'),
('155', '0', '', '1', '0'),
('156', '0', '', '1', '0'),
('157', '0', '', '1', '0'),
('158', '0', '', '1', '0'),
('160', '0', '', '1', '0'),
('161', '0', '', '1', '0'),
('162', '0', '', '1', '0'),
('163', '0', '', '1', '0'),
('164', '0', '', '1', '0'),
('165', '0', '', '1', '0'),
('166', '0', '', '1', '0'),
('167', '0', '', '1', '0'),
('168', '0', '', '1', '0'),
('169', '0', '', '1', '0'),
('170', '0', '', '1', '0'),
('172', '0', '', '1', '0'),
('173', '0', '', '1', '0'),
('174', '0', '', '1', '0'),
('175', '0', '', '1', '0'),
('176', '0', '', '1', '0'),
('177', '0', '', '2', '0'),
('178', '0', '', '1', '0'),
('179', '0', '', '1', '0'),
('180', '0', '', '1', '0'),
('181', '0', '', '1', '0'),
('182', '0', '', '1', '0'),
('183', '0', '', '1', '0'),
('184', '0', '', '1', '0'),
('185', '0', '', '1', '0'),
('186', '0', '', '1', '0'),
('187', '0', '', '1', '0'),
('188', '0', '', '1', '0'),
('189', '0', '', '1', '0'),
('190', '0', '', '1', '0'),
('191', '0', '', '1', '0'),
('192', '0', '', '1', '0'),
('193', '0', '', '1', '0'),
('194', '0', '', '1', '0'),
('196', '0', '', '1', '0'),
('197', '0', '', '1', '0'),
('199', '0', '', '1', '0'),
('200', '0', '', '1', '0'),
('201', '0', '', '1', '0'),
('202', '0', '', '1', '0'),
('203', '0', '', '1', '0'),
('204', '0', '', '1', '0'),
('205', '0', '', '1', '0'),
('206', '0', '', '1', '0'),
('207', '0', '', '1', '0'),
('208', '0', '', '1', '0'),
('209', '0', '', '1', '0'),
('210', '0', '', '1', '0'),
('211', '0', '', '1', '0'),
('212', '0', '', '1', '0'),
('213', '0', '', '1', '0'),
('214', '0', '', '1', '0'),
('215', '0', '', '1', '0'),
('216', '0', '', '1', '0'),
('218', '0', '', '1', '0'),
('219', '0', '', '1', '0'),
('220', '0', '', '1', '0'),
('221', '0', '', '1', '0'),
('222', '0', '', '1', '0'),
('223', '0', '', '1', '0'),
('224', '0', '', '1', '0'),
('225', '0', '', '1', '0'),
('226', '0', '', '1', '0'),
('227', '0', '', '1', '0'),
('228', '0', '', '1', '0'),
('229', '0', '', '1', '0'),
('230', '0', '', '1', '0'),
('231', '0', '', '1', '0'),
('232', '0', '', '1', '0'),
('233', '0', '', '1', '0'),
('234', '0', '', '1', '0'),
('235', '0', '', '1', '0'),
('236', '0', '', '1', '0'),
('237', '0', '', '1', '0'),
('238', '0', '', '1', '0'),
('241', '0', '', '1', '0'),
('242', '0', '', '1', '0'),
('243', '0', '', '1', '0'),
('244', '0', '', '1', '0'),
('245', '0', '', '1', '0'),
('247', '0', '', '1', '0'),
('248', '0', '', '1', '0'),
('249', '0', '', '1', '0'),
('250', '0', '', '1', '0'),
('251', '0', '', '1', '0'),
('252', '0', '', '1', '0'),
('254', '0', '', '1', '0'),
('255', '0', '', '1', '0'),
('256', '0', '', '1', '0'),
('257', '0', '', '1', '0'),
('260', '0', '', '1', '0'),
('261', '0', '', '1', '0'),
('262', '0', '', '1', '0'),
('263', '0', '', '1', '0'),
('264', '0', '', '1', '0'),
('265', '0', '', '1', '0'),
('266', '0', '', '1', '0'),
('267', '0', '', '1', '0'),
('268', '0', '', '1', '0'),
('269', '0', '', '1', '0'),
('270', '0', '', '1', '0'),
('271', '0', '', '1', '0'),
('272', '0', '', '1', '0'),
('273', '0', '', '1', '0'),
('274', '0', '', '1', '0'),
('275', '0', '', '1', '0'),
('276', '0', '', '1', '0'),
('277', '0', '', '1', '0'),
('278', '0', '', '1', '0'),
('279', '0', '', '1', '0'),
('280', '0', '', '1', '0'),
('281', '0', '', '1', '0'),
('282', '0', '', '1', '0'),
('286', '0', '', '1', '0'),
('287', '0', '', '1', '0'),
('288', '0', '', '1', '0'),
('289', '0', '', '1', '0'),
('290', '0', '', '1', '0'),
('291', '0', '', '1', '0'),
('292', '0', '', '1', '0'),
('294', '0', '', '1', '0'),
('295', '0', '', '1', '0'),
('296', '0', '', '1', '0'),
('298', '0', '', '1', '0'),
('299', '0', '', '1', '0'),
('300', '0', '', '1', '0'),
('302', '0', '', '1', '0'),
('303', '0', '', '1', '0'),
('306', '0', '', '1', '0'),
('307', '0', '', '1', '0'),
('308', '0', '', '1', '0'),
('309', '0', '', '1', '0'),
('310', '0', '', '1', '0'),
('311', '0', '', '1', '0'),
('312', '0', '', '1', '0'),
('313', '0', '', '1', '0'),
('314', '0', '', '1', '0'),
('315', '0', '', '1', '0'),
('316', '0', '', '1', '0'),
('318', '0', '', '1', '0'),
('319', '0', '', '1', '0'),
('320', '0', '', '1', '0'),
('321', '0', '', '1', '0'),
('322', '0', '', '1', '0'),
('323', '0', '', '1', '0'),
('324', '0', '', '1', '0'),
('325', '0', '', '1', '0'),
('326', '0', '', '1', '0'),
('327', '0', '', '1', '0'),
('328', '0', '', '1', '0'),
('329', '0', '', '1', '0');

-- --------------------------------------------------------

-- 
-- Table structure for table `catalog_product_entity_text`
-- 
-- Creation: Dec 31, 1969 at 6:00 PM
-- Last Update: Dec 31, 1969 at 6:00 PM
-- 

CREATE TABLE IF NOT EXISTS `catalog_product_entity_text` (
  `value_id` int(11) NOT NULL auto_increment,
  `entity_type_id` mediumint(8) unsigned NOT NULL default '0',
  `attribute_id` smallint(5) unsigned NOT NULL default '0',
  `store_id` smallint(5) unsigned NOT NULL default '0',
  `entity_id` int(10) unsigned NOT NULL default '0',
  `value` text NOT NULL,
  PRIMARY KEY  (`value_id`),
  UNIQUE KEY `IDX_ATTRIBUTE_VALUE` (`entity_id`,`attribute_id`,`store_id`),
  KEY `FK_CATALOG_PRODUCT_ENTITY_TEXT_ATTRIBUTE` (`attribute_id`),
  KEY `FK_CATALOG_PRODUCT_ENTITY_TEXT_STORE` (`store_id`),
  KEY `FK_CATALOG_PRODUCT_ENTITY_TEXT_PRODUCT_ENTITY` (`entity_id`)
) ENGINE=InnoDB AUTO_INCREMENT=12497 DEFAULT CHARSET=utf8 AUTO_INCREMENT=12497 ;

-- 
-- Dumping data for table `catalog_product_entity_text`
-- 

INSERT INTO `catalog_product_entity_text` VALUES ('5290', '4', '61', '0', '2093', '<h1 class=\"parseasinTitle\"><span id=\"btAsinTitle\" style=\"font-size: small;\">Canon NB4-300 Battery Pack for the S5 IS, S3 IS, S2 IS, S1 IS, and PowerShot A Series Cameras</span></h1>'),
('5291', '4', '72', '0', '2093', 'NB4-300, NiMH, rechargable, battery, pack'),
('5292', '4', '61', '0', '2094', '<p>The LP-E5 Lithium-Ion Battery Pack is small and lightweight, Lithium-ion batteries can be charged or discharged at any time without developing memory effects.</p>\r\n<p>Compatible Cameras     -         EOS 500D     -         EOS 450D     -         EOS 1000D           Chemistry     Lithium-ION           Output Voltage     7.4V           Capacity     1080mAh           Dimensions     48.00 x 36.00 x 14.50 mm           Weight     60g</p>'),
('5293', '4', '72', '0', '2094', 'LP-E5, lithium-Ion, battery, pack, for, Canon, EOS, 500D/450D/1000D'),
('5294', '4', '61', '0', '2095', 'The LP-E6 Lithium-Ion Battery Pack is for the Canon EOS 5D Mark II and 7D digital cameras. Small and lightweight, Lithium-ion batteries can be charged or discharged at any time without developing memory effects.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nCompatible Cameras\r\n\r\n \r\n\r\n-         EOS 50D MARK II\r\n\r\n \r\n\r\n-         EOS 7D DIGITAL\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nChemistry\r\n\r\n \r\n\r\nLithium-ION\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nOutput Voltage\r\n\r\n \r\n\r\n7.4V\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nCapacity\r\n\r\n \r\n\r\n1500mAh\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nDimensions\r\n\r\n \r\n\r\n38.4 x 21 x 56.8 mm\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nWeight\r\n\r\n \r\n\r\n80g\r\n\r\n'),
('5295', '4', '72', '0', '2095', 'LP-E6, lithium-ion, battery, pack, for, Canon, EOS, 50D, mark, II/EOS, 7D'),
('5296', '4', '61', '0', '2096', '<p>The Canon LP-E8 Rechargeable Lithium-ion Battery Pack has a capacity of 1120mAh, making it possible to shoot many photographs with your Canon EOS Rebel T2i digital camera on a single battery charge. The battery is also compact and lightweight. There is no memory effect, so you can recharge partially drained batteries without reducing performance.<br />&nbsp;<br />Compatible Cameras -&nbsp; EOS 550D<br /><br />Chemistry Lithium-ION<br /><br />Output Voltage 7.4V<br /><br />Capacity 1120mAh<br />&nbsp;<br />Dimensions 51.9 X 37 X 15.4 mm<br /><br />Weight 90g</p>'),
('5297', '4', '72', '0', '2096', 'LP-E8, lithium-ion, battery, pack, for, Canon, EOS, 550D'),
('5298', '4', '61', '0', '2097', '<p>The Canon LP-E4 Battery Pack is the power source for the <a href=\"http://www.the-digital-picture.com/Reviews/Canon-EOS-1D-Mark-IV-Digital-SLR-Camera-Review.aspx\">Canon EOS 1D Mark IV DSLR</a> <a href=\"http://www.the-digital-picture.com/Reviews/Canon-EOS-1D-Mark-III-Digital-SLR-Camera-Review.aspx\">Canon EOS 1D Mark III DSLR</a> and <a href=\"http://www.the-digital-picture.com/Reviews/Canon-EOS-1Ds-Mark-III-Digital-Camera-Review.aspx\">Canon EOS 1Ds Mark III DSLR</a>. The LP-E4 is a rather small battery when compared to the prior 1-Series body\'s NiCAD power source as seen compared below.</p>'),
('5299', '4', '72', '0', '2097', 'Canon, Battery, Pack, LPE4, (EOS1D/s, III/IV)'),
('5300', '4', '61', '0', '2098', '<p>Dedicated Canon digital SLR camera case. <br /><br />Semi hard design for added protection. <br /><br />Canon EOS Digital branding on the front. <br /><br />Soft Inner Lining to protect your lens. <br /><br />Allows use of camera\'s own strap. <br />&nbsp;&nbsp; &nbsp; &nbsp;<br />Compatible with:<br /><br />&nbsp;&nbsp;&nbsp; &nbsp;Canon EOS 450D &amp;amp; 18-55mm f3.5-5.6 EF-S IS lens. <br />&nbsp;&nbsp; &nbsp;Canon EOS 500D &amp;amp; 18-55mm f3.5-5.6 EF-S IS lens. <br />&nbsp;&nbsp; &nbsp;Canon EOS 550D + 18-55mm f3.5-5.6 EF-S IS lens. <br />&nbsp;&nbsp; &nbsp;Canon EOS 1000D &amp;amp; 18-55mm f3.5-5.6 EF-S IS lens. <br /><br />Dimensions: 15 x 15 x 13 cm<br /><br />Weight: 450g<br /><br /></p>'),
('5301', '4', '72', '0', '2098', 'EH19-L, semi-hard, case, for, Canon, EOS, 550D/1000D'),
('5302', '4', '61', '0', '2099', '<div style=\"width:670px\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"881\">\r\n<tbody>\r\n<tr>\r\n<td width=\"20\"><br /></td>\r\n<td colspan=\"5\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"contentBottom\">\r\n<table class=\"wide\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"609\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"413\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"420\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"420\">\r\n<tbody>\r\n<tr>\r\n<td width=\"220\" valign=\"top\">\r\n<h1 class=\"maintitle\">Canon IXUS 1000 HS<br /><span class=\"pintro\">Digital Compact Camera</span></h1>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"220\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"middle\"><a href=\"http://www.canon-europe.com/For_Home/Product_Finder/Cameras/Digital_Camera/IXUS/IXUS_1000_HS/tour.aspx\"><img src=\"http://www.canon-europe.com/Images/Product_tour_tcm13-788381.jpg\" border=\"0\" alt=\"Product Tour\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td colspan=\"2\" width=\"200\" align=\"right\"><br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"5\" valign=\"top\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p id=\"M1\" class=\"pintro\">Pushing the  boundaries with 10x optical zoom, the IXUS 1000 HS retains a beautifully  styled, compact metal body. Impress everyone with HS System image  quality, Full HD movies and high-speed shooting.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"8\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h2 class=\"pagetitle\">Features</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<ul>\r\n<li> 10x optical zoom with IS </li>\r\n<li> Compact, stylish metal body </li>\r\n<li> HS System, 10.0 MP CMOS sensor </li>\r\n<li> Full HD movies, Dynamic IS </li>\r\n<li> 7.6 cm (3.0\") PureColor II G LCD </li>\r\n<li> Super Slow Motion Movie </li>\r\n<li> Smart Auto and Smart FE </li>\r\n<li> Shooting modes, Best Image Selection </li>\r\n<li> Wink Self-Timer </li>\r\n<li> Hints &amp; Tips </li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"8\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><strong>10x zoom, IXUS style</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"5\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><br /><br /><strong>10x optical zoom with Image Stabilizer</strong><br />An  ultra compact 10x zoom lens incorporates an advanced optical Image  Stabilizer to allow shooting at longer focal lengths and in low light  without the need for a tripod.<br /><br /><strong>Compact, sleek metal body</strong><br />With  its fashionable IXUS metal design and fully retractable super zoom lens  you will never have to compromise on pocketability or style. <br /><br /><strong>HS System with high-sensitivity 10.0 Megapixel CMOS sensor</strong><br />The  HS System provides stunning image quality in all light conditions. A  10.0 Megapixel high-sensitivity CMOS sensor allows fast continuous  shooting and enables special high speed functions such as Handheld Night  Scene and Super Slow Motion Movie.<br /><br /><strong>Full HD movies with Dynamic IS</strong><br />Capture  your best moments in Full HD (1080p) with stereo sound, and use the  camera&rsquo;s HDMI port to connect to your HDTV and share the fun with  friends. Follow your subjects using the 10x optical zoom - thanks to the  Dynamic Image Stabilizer your movies will be steadier and sharper even  if recording while walking. <br /><br /><strong>Large 7.6 cm (3.0&rdquo;) PureColor II G LCD</strong><br />This  model features a PureColor II G LCD screen which incorporates a  protective tempered glass cover offering increased strength, better  contrast and wide viewing angles.<br /><br /><strong>Super Slow Motion Movie and high-speed shooting</strong><br />Super  Slow Motion Movie captures video at 240 frames per second slowing down  fast-paced action like sports or wildlife, while High-speed Burst won&rsquo;t  miss a moment with up to 8.8 shots per second (2.5MP) non-stop photo  shooting to card capacity <br /><br /><strong>Smart Auto</strong><br />Take  care of the framing and let the camera do everything else. Using a host  of Canon technologies, Smart Auto can detect different subjects in  various shooting conditions and automatically selects the best settings  from 28 variables. <br /><br /><strong>Various shooting modes including Best Image Selection</strong><br />Best  Image Selection shoots a high speed burst of 5 shots and automatically  selects the best one to store. Low-light scenes can be recorded without  the need for a tripod thanks to the Handheld Night Scene mode.<br /><br /><strong>Smart Shutter with Wink Self-timer</strong><br />Smart  Shutter incorporates 3 convenient and relaxed ways to remotely trigger  the shutter including Wink Self-Timer which captures a shot 2 seconds  after a wink is detected.<br /><br /><strong>Hints &amp; Tips</strong><br />Most  options within the shooting and playback menu are explained by a short  instruction to help you understand the camera and increase your  creativity.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>'),
('5303', '4', '72', '0', '2099', 'Canon, IXUS, 1000HS, Silver'),
('5304', '4', '61', '0', '2100', '<div style=\"width: 670px;\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"881\">\r\n<tbody>\r\n<tr>\r\n<td width=\"20\"><br /></td>\r\n<td colspan=\"5\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"contentBottom\">\r\n<table class=\"wide\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"609\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"413\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"420\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"420\">\r\n<tbody>\r\n<tr>\r\n<td width=\"220\" valign=\"top\">\r\n<h1 class=\"maintitle\">Canon Speedlite 430EX II<br /><span class=\"pintro\">Speedlite Flash</span></h1>\r\n</td>\r\n<td colspan=\"2\" width=\"200\" align=\"right\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"5\" valign=\"top\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p id=\"M1\" class=\"pintro\">A powerful and  versatile flash, the Speedlite 430EX II will expand your shooting  options with a Guide Number of 43, wireless slave flash ability, nine  custom functions and a 24-105mm zoom head.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"8\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h2 class=\"pagetitle\">Features</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<ul>\r\n<li> E-TTL II Flash metering </li>\r\n<li> Guide Number of 43* </li>\r\n<li> Wireless slave flash ability </li>\r\n<li> 24-105mm zoom head with 14mm diffuser </li>\r\n<li> Fast and silent recycling </li>\r\n<li> Metal hot-shoe foot </li>\r\n<li> 180 degree swivel head </li>\r\n<li> AF Assist beam </li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"8\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><strong>A versatile and high-powered all-round Speedlite flash</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"5\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><br /><br /><strong>E-TTL II Flash metering</strong><br />Portable  and compact, the Speedlite 430EX II is high powered with a Guide Number  of 43 suitable for both bounce flash and telephoto lens shooting. E-TTL  II metering with compatible cameras gives accurate flash exposure in  all situations, even when bouncing light from a wall or ceiling. <br />For more control the flash power can be set manually in 1/3rd stop increments from 1/1 to 1/64th power. <br /><br /><strong>24-105mm auto zoom head</strong><br />Used  with a compatible EOS digital SLR, the Speedlite 430EX II automatically  detects the camera&rsquo;s sensor size and zooms the flash head for optimum  scene coverage. This reduces wasted light and improves both battery life  and recycling times. <br />The 24-105mm auto zoom head and a 14mm wide-panel diffuser provides flash coverage for a wide range of shooting situations. <br />The swivel and tilt head allow the use of bounce flash to create softer lighting when using a single flash on-camera.  <br /><br /><strong>Wireless Slave</strong><br />The  Speedlite 430EX II can be used as a wireless slave flash unit triggered  by an appropriate master flash unit. The small size and high power  output make it an ideal slave flash for creating a portable studio with  multiple flashguns. <br /><br /><strong>Power source</strong><br />Powered by 4  x AA batteries the Speedlite 430EX II is lightweight, portable and  compact enough to keep with you. Recycling is approximately 20% faster  than the previous model and nearly silent to avoid scaring timid  wildlife subjects.  <br /><br /><strong>Durability</strong><br />A metal  mounting foot and quick release latch ensure the connection between the  camera and Speedlite is both easy to use and secure. <br /><br /><strong>Flash control</strong><br />When  used with a compatible camera all aspects of flash control, including  flash power settings and all nine custom functions can be adjusted from  the camera menu**. <br /><br /><strong>AF Assist</strong><br />Covering 1-9 AF  points, the Speedlite 430EX II can emit an infra-red focusing beam  providing contrast for the lens to focus on when shooting in low light  conditions. <br /><br />* in meters at 105mm setting, ISO 100<br />** with compatible EOS cameras only</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table id=\"SpecsContainer\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"SpecsHeading\" colspan=\"2\">\r\n<p><span style=\"color: #ff0000; font-size: medium;\">Product Specification</span></p>\r\n<p><span style=\"color: #ff0000; font-size: medium;\"><br /></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"dkRowColor\">\r\n<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<th colspan=\"2\">POWER</th>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Guide No. (ISO100).meters</td>\r\n<td class=\"ValueN\">43 (105mm)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ltRowColor\">\r\n<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<th colspan=\"2\">ZOOM</th>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Zoom head</td>\r\n<td class=\"ValueN\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Focal length coverage</td>\r\n<td class=\"ValueN\">24-105mm</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Coverage with wide panel</td>\r\n<td class=\"ValueN\">14mm</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Auto zoom for sensor size</td>\r\n<td class=\"ValueN\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"dkRowColor\">\r\n<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<th colspan=\"2\">FLASH MODES</th>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Auto exposure control</td>\r\n<td class=\"ValueN\">E-TTL II/E-TTL/TTL</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">High speed sync (FP)</td>\r\n<td class=\"ValueN\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Manual / output settings</td>\r\n<td class=\"ValueN\">Yes - 1/1-1/64</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Manual steps</td>\r\n<td class=\"ValueN\">1/3 step</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ltRowColor\">\r\n<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<th colspan=\"2\">FLASH-RELATED FUNCTION</th>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">FE lock</td>\r\n<td class=\"ValueN\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Flash exposure compensation</td>\r\n<td class=\"ValueN\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Flash exposure bracketing</td>\r\n<td class=\"ValueN\">No</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Second-curtain flash sync</td>\r\n<td class=\"ValueN\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Modelling flash</td>\r\n<td class=\"ValueN\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Colour temperature info communication</td>\r\n<td class=\"ValueN\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"dkRowColor\">\r\n<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<th colspan=\"2\">WIRELESS FLASH</th>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Transmitter</td>\r\n<td class=\"ValueN\">No</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Slave</td>\r\n<td class=\"ValueN\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">No. of groups</td>\r\n<td class=\"ValueN\">3</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">No. of channels</td>\r\n<td class=\"ValueN\">4</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ltRowColor\">\r\n<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<th colspan=\"2\">FLASH HEAD MOVEMENT</th>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Up</td>\r\n<td class=\"ValueN\">45, 60, 75 and 90&deg;</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Left</td>\r\n<td class=\"ValueN\">60, 75, 90, 120, 150 and 180&deg;</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Right</td>\r\n<td class=\"ValueN\">60, 75, 90&deg;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"dkRowColor\">\r\n<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<th colspan=\"2\">AF ASSIST</th>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">AF-assist beam</td>\r\n<td class=\"ValueN\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Number of AF points supported</td>\r\n<td class=\"ValueN\">1 - 9</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">AF-assist beam type</td>\r\n<td class=\"ValueN\">Infra-red</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ltRowColor\">\r\n<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<th colspan=\"2\">POWER SOURCE</th>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Battery</td>\r\n<td class=\"ValueN\">4 x AA batteries</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Minimum recycling time*</td>\r\n<td class=\"ValueN\">Approx. 3 sec</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">External power supply</td>\r\n<td class=\"ValueN\">No</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"dkRowColor\">\r\n<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<th colspan=\"2\">CONSTRUCTION</th>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Dust and water resistance</td>\r\n<td class=\"ValueN\">No</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Mounting foot material</td>\r\n<td class=\"ValueN\">Metal</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ltRowColor\">\r\n<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<th colspan=\"2\">MISC.</th>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Custom function</td>\r\n<td class=\"ValueN\">9 (20 options)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Flash settings from camera menus**</td>\r\n<td class=\"ValueN\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">External flash exposure sensor</td>\r\n<td class=\"ValueN\">No</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">PC terminal</td>\r\n<td class=\"ValueN\">No</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Compatible accessories</td>\r\n<td class=\"ValueN\">Off-camera shoe cord OC-E3</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Dedicated flash bracket</td>\r\n<td class=\"ValueN\">SB-E2</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"dkRowColor\">\r\n<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<th colspan=\"2\">DIMENSIONS &amp; WEIGHT</th>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Size (W x H x D), mm</td>\r\n<td class=\"ValueN\">72 x 122 x 101</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Weight (Excluding batteries), grams</td>\r\n<td class=\"ValueN\">320g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table id=\"SpecsFootnotes\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"178\">\r\n<p class=\"path\">Size (W x H x D), mm</p>\r\n</td>\r\n<td width=\"240\">\r\n<p class=\"path\">&sup1; Except for the dust and water prevention adaptor.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p class=\"path\">* Time taken to recharge flash after full discharge using Alkaline AA batteries.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p class=\"path\">** With Compatible cameras only.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>&nbsp;</p>\r\n</div>'),
('5305', '4', '72', '0', '2100', 'Canon, Speedlite, 430, EX, II'),
('5306', '4', '155', '0', '2100', 'E-TTL II/E-TTL/TTL'),
('5307', '4', '61', '0', '2101', '<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"420\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"420\">\r\n<tbody>\r\n<tr>\r\n<td width=\"220\" valign=\"top\">\r\n<h1 class=\"maintitle\">Canon PowerShot G12<br /><span class=\"pintro\">Digital Compact Camera</span></h1>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"220\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"middle\"><a href=\"http://www.canon-europe.com/For_Home/Product_Finder/Cameras/Digital_Camera/PowerShot/PowerShot_G12/tour.aspx\"><img src=\"http://www.canon-europe.com/Images/Product_tour_tcm13-786038.jpg\" border=\"0\" alt=\"Product Tour\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td colspan=\"2\" width=\"200\" align=\"right\"><br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"5\" valign=\"top\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p id=\"M1\" class=\"pintro\">The PowerShot  G12 gives exceptional images with HS System and a premium Canon  wide-angle lens. Full Manual mode, RAW, Front Dial and optional Lens  Filter Adapter allow professional levels of control.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"8\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h2 class=\"pagetitle\">Features</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<ul>\r\n<li> HS System </li>\r\n<li> High-sensitivity 10 MP CCD </li>\r\n<li> 28mm wide, 5x zoom lens, Hybrid IS </li>\r\n<li> 7.0 cm (2.8\") vari-angle LCD, Electronic Level, OVF </li>\r\n<li> Front Dial, Full Manual &amp; RAW </li>\r\n<li> HD movies, HDMI </li>\r\n<li> High Dynamic Range mode </li>\r\n<li> Smart Auto </li>\r\n<li> Multi-Aspect Shooting </li>\r\n<li> Extensive accessory system </li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"8\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><strong>The Benchmark</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"5\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><br /><br /><strong>HS System with High-sensitivity 10 MP CCD and DIGIC 4</strong><br />The  HS System is a powerful combination of high-sensitivity sensor and  DIGIC 4 processor &ndash; providing exceptional low-light shooting  capabilities. Higher ISO reduces the need for flash and allows faster  shutter speeds to reduce blur when the subject is in motion.<br /><br /><strong>28mm wide, 5x zoom lens with Hybrid IS</strong><br />A  high-quality genuine Canon lens covering 28-140mm (35mm equivalent)  allows for flexibility and clarity. The optical Image Stabilizer  corrects camera shake up to 4-stops, while Hybrid IS gives sharp results  when shooting macro.<br /><br /><strong>7.0 cm (2.8\") vari-angle LCD, Electronic Level, OVF</strong><br />The  vari-angle PureColor II VA LCD offers superb colour rendition and  contrast and can be adjusted for shooting at awkward angles. Electronic  Level display shows a level indicator on screen to check the camera is  horizontal while an optical viewfinder allows the user to compose using  their own shooting style.<br /><br /><strong>Take Full Control</strong><br />The  PowerShot G12 features Full Manual mode with RAW format giving the user  complete control during post-shot editing; and with support for Canon&rsquo;s  Digital Photo Professional (DPP) software, digital SLR users can  integrate the PowerShot G12 into an existing workflow.<br /><br /><strong>HD movies with HDMI</strong><br />As  well as shooting high quality stills, the PowerShot G12 can capture  720p HD Movies with stereo sound. Results can be played back with no  loss in quality via the HDMI terminal. <br /><br /><strong>High Dynamic Range mode</strong><br />In  high contrast scenes, a conventional digital camera can struggle to  capture detail in shadows and highlights. When placed on a tripod the  High Dynamic Range mode takes multiple exposures of the same scene and  combines them in-camera to capture a high contrast scene in detail.<br /><br /><strong>Smart Auto</strong><br />Smart  Auto uses Scene Detection Technology to detect the appropriate scene  from a possible 28, to obtain the best result. Smart Flash Exposure  intelligently controls flash power and usage.<br /><br /><strong>Multi-Aspect Shooting</strong><br />The  user can shoot in a range of formats including 3:2, 1:1, 16:9 and 4:5  allowing perfect composition at the time of shooting without the need to  post-process.<br /><br /><strong>Extensive accessory system</strong><br />The  PowerShot G12 supports a range of accessories including a Lens Filter  Adapter which allows the addition of 58mm filters. A hotshoe allows for  the use of Canon Speedlite flashes while a Waterproof Case allows the  user to use the camera underwater up to 40m.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'),
('5308', '4', '72', '0', '2101', 'Canon, Powershot, G12'),
('5309', '4', '61', '0', '2102', '<div style=\"width: 670px;\">\r\n<p>Explore the creative side of lighting with the Canon Speedlite 270EX II; a compact <br />flashgun that is as easy to use off-camera as it is in your camera.<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br /><strong><span style=\"color: #ff0000; font-size: small;\">Features</span></strong><br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; Lightweight compact design <br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; Guide Number 27 (m, ISO100) <br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; Bounce flash head <br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; Wireless slave function for off-camera flash <br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; Trigger your EOS camera with Remote Release button <br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; Variable angle of coverage <br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; Fast, silent recycling<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br />A powerful and versatile flashgun that you can take anywhere<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <br />Lightweight compact design<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;The Canon Speedlite 270EX II weighs just 155g (without batteries) and its <br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;compact design means it will find a space even in the smallest of kit <br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;bags.</p>\r\n<p>High power output<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Despite its diminutive size, the Speedlite 270EX II has plenty of power, with a <br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;guide number of 27 (m, ISO100) allowing long-range flash photography. <br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;E-TTL II metering with compatible cameras gives accurate flash exposure <br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;in all situations, even when bouncing light from a wall or ceiling.<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br />Bounce flash head<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;A bounce head allows the Speedlite 270EX II&amp;rsquo;s flash output to be bounced off the ceiling for soft, shadowless lighting.<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br />Easy to use off-camera flash<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;The Speedlite 270EX II can be triggered remotely by a compatible camera or <br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Speedlite flash and is as easy to use in off-camera mode as it is in the<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;hotshoe, opening up countless creative lighting opportunities.<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br />Remote shooting<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Experiment with different lighting positions quickly and easily by using the <br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Remote Release button to trigger the camera remotely from up to 5m away,<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;whilst you adjust the lighting.<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br />Zoom head<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Match the coverage of the Speedlite 270EX II output to a lens angle of <br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;view by adjusting its zoom head to either the 28mm or 50mm setting.<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br />Fast silent recycling<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Two AA/LR6 batteries power the Speedlite 270EX II enabling it to recharge silently from a full-power discharge in 3.9sec.<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br />&nbsp;&nbsp; &nbsp;<br /><br /></p>\r\n</div>'),
('5310', '4', '72', '0', '2102', 'Speedlite, 270, EX, II, , '),
('5311', '4', '155', '0', '2102', 'E-TTL II/E-TTL'),
('5312', '4', '61', '0', '2103', '<div style=\"width: 670px;\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"881\">\r\n<tbody>\r\n<tr>\r\n<td width=\"20\"><br /></td>\r\n<td colspan=\"5\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"contentBottom\">\r\n<table class=\"wide\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"609\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"413\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"420\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"420\">\r\n<tbody>\r\n<tr>\r\n<td width=\"220\" valign=\"top\">\r\n<h1 class=\"maintitle\">Canon Speedlite 580EX II<br /><span class=\"pintro\">Speedlite Flash</span></h1>\r\n</td>\r\n<td colspan=\"2\" width=\"200\" align=\"right\"><br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"5\" valign=\"top\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p id=\"M1\" class=\"pintro\">Improve your  flash photography with this high-powered, portable Speedlite flashgun. A  Guide Number of 58 and full E-TTL flash metering ensures enough power  and accurate flash exposures.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"8\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h2 class=\"pagetitle\">Features</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<ul>\r\n<li> E-TTL II Flash metering </li>\r\n<li> Guide Number of 58* </li>\r\n<li> Functions as a wireless master or slave flash </li>\r\n<li> 24-105mm zoom head with 14mm diffuser </li>\r\n<li> Fast and silent recycling </li>\r\n<li> White balance communicated to digital SLR </li>\r\n<li> Metal mounting foot </li>\r\n<li> 180 degree swivel head </li>\r\n<li> AF Assist beam </li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"8\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><strong>A portable Speedlite for creative flash photography</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"5\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><br /><br /><strong>E-TTL II Flash metering</strong><br />Portable  and compact, the Speedlite 580EX II is high powered with a Guide Number  of 58 suitable for bounce flash and telephoto lens shooting. E-TTL II  metering ensures accurate and consistent flash exposure in all  situations. <br />For more control or creativity flash power can be set manually in 1/3rd stop increments from 1/1 to 1/128th power. <br /><br /><strong>24-105mm auto zoom head</strong><br />With  a compatible EOS digital SLR, the Speedlite 580EX II automatically  detects the sensor size and zooms for optimum coverage. This minimises  wasted power and improves recycling times. <br />The 24-105mm auto zoom head and a 14mm wide-panel diffuser provides flash coverage for a wide range of shooting situations. <br />The 180degree swivel head and associated tilt settings allow the option of bounce flash for softer lighting. <br /><br /><strong>Wireless Master or Slave</strong><br />The  580EX II will act as a remote mater flash to trigger up to three groups  of slave EX-Series Speedlites. With either E-TTL or manual flash  exposure control you can create a portable lighting studio for complex  lighting setups. <br /><br /><strong>Colour temperature transmission</strong><br />Combined  with a compatible digital SLR, the Speedlite 580EX II will transmit  white balance information to the camera to ensure accurate white balance  at all times. <br /><br /><strong>Stroboscopic flash</strong><br />Use  stroboscopic flash for creative motion photography. Stroboscopic flash  functions with just one 580EX II or in a multiple flash setup of several  Speedlites. Set the flash frequency between 1-199Hz for the effect  required. <br /><br /><strong>Power source</strong><br />Powered by 4xAA  batteries or external power supplies like the CP-E4, the Speedlite 580EX  II is lightweight and powerful. The recycling time with AA batteries is  nearly silent and takes less than 2 seconds for a full-power flash.<br /><br /><strong>Weather sealing and durability</strong><br />Complete  weather and dust sealing ensure the flash will continue working in  harsh environments. Coupled with a metal mounting foot and quick release  latch, the connection between the camera and Speedlite is easy to use  and secure. <br /><br /><strong>Flash control</strong><br />When used with a  compatible camera all aspects of flash control, including flash power,  wireless flash and all 14 custom functions can be adjusted from the  camera menu. <br /><br /><strong>AF Assist</strong><br />Compatible with all  EOS cameras, the Speedlite 580EX II can emit a focusing beam providing  contrast for the lens to focus on when shooting in low light. <br /><br />* in meters at 105mm, ISO 100</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>'),
('5313', '4', '72', '0', '2103', 'Speedlite, 580, EX, II'),
('5314', '4', '155', '0', '2103', 'E-TTL II/E-TTL/TTL'),
('5318', '4', '61', '0', '2105', '<div style=\"width: 670px;\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"881\">\r\n<tbody>\r\n<tr>\r\n<td width=\"20\"><br /></td>\r\n<td colspan=\"5\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"contentBottom\">\r\n<table class=\"wide\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"609\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"413\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"420\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"420\">\r\n<tbody>\r\n<tr>\r\n<td width=\"220\" valign=\"top\">\r\n<h1 class=\"maintitle\">Canon EOS 7D<br /><span class=\"pintro\">EOS Digital SLR Camera</span></h1>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"220\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"middle\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td colspan=\"2\" width=\"200\" align=\"right\"><img style=\"float: left;\" src=\"http://www.canon-europe.com/Images/TIPA_Awards_2010_Logo_7D_tcm13-761096.jpg\" border=\"0\" alt=\"Tipa Awards 2010 - Best D-SLR Expert: EOS 7D\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"5\" valign=\"top\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p id=\"M1\" class=\"pintro\">Built to match  the passion of photographers. With an 18MP sensor, up to 8fps shooting,  ISO12800, Intelligent Viewfinder and Full HD 1080 movies, the EOS 7D  offers performance with unprecedented versatility.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"8\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h2 class=\"pagetitle\">Features</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<ul>\r\n<li> 18MP APS-C CMOS sensor </li>\r\n<li> Up to 8fps shooting </li>\r\n<li> ISO range up to 12800 </li>\r\n<li> 100% Viewfinder </li>\r\n<li> 19 cross-type AF points </li>\r\n<li> iFCL metering system </li>\r\n<li> Dual \"DIGIC 4\" </li>\r\n<li> Full HD movie </li>\r\n<li> Integrated Speedlite Transmitter </li>\r\n<li> 3&rdquo; Clear View II LCD </li>\r\n<li> Magnesium alloy body with environmental protection </li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"8\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><strong>Designed by you, built by Canon</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"5\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><br /><br /><strong>18 Megapixel APS-C CMOS sensor</strong><br />The  EOS 7D offers superb resolution thanks to its 18MP CMOS sensor.  Offering the photographer the choice of flexibility and creativity.<br /><br /><strong>Up to 8 frames per second</strong><br />Shoot  18MP 14-bit images at up to 8 fps as standard, in a burst of up to 126  large JPEGs; photographers can capture both detail and action.<br /><br /><strong>High ISO</strong><br />For  handheld shooting in low light, the EOS 7D offers ISO speeds of up to  6400. Expandable to ISO 12800, for low light scenes where using flash is  undesirable.<br /><br /><strong>100% Viewfinder coverage</strong><br />The  100% coverage viewfinder with 1.0x magnification provides the most  complete and natural view of your subject. The Intelligent viewfinder  offers shooting information never before seen in an EOS, including the  Dual Axis Electronic Level to ensure perfect horizons.<br /><br /><strong>19-point cross-type AF system</strong><br />A  newly designed AF sensor with Zone and Spot AF modes gives the  photographer new ways to select AF points. All points are cross type  with the centre point offering both f/2.8 and f/5.6 sensors.<br /><br /><strong>iFCL metering system</strong><br />A  new 63-zone dual layer metering sensor analyses Focus, Colour and  Luminance information, providing accurate and consistent metering.<br /><br /><strong>DIGIC 4</strong><br />Canon&rsquo;s  Dual &ldquo;DIGIC 4&rdquo; provides the  EOS 7D with the power to deliver  outstanding colour reproduction from its high resolution CMOS sensor.  DIGIC 4 also delivers 14 bit processing, excellent noise reduction, long  battery life, Face Detection AF and Full HD movie recording. <br /><br /><strong>Full HD movie recording</strong><br />Complementing  outstanding still imaging capabilities with Full HD 1080 video  recording including selectable frame rates and full manual control. <br /><br /><strong>Integrated Speedlite Transmitter</strong><br /> EOS 7D includes the ability to control multiple Speedlites without an  ST-E2 or 580EX II, and includes a built-in 15mm wide angle flash. Expand  your flash photography. <br /><br /><strong>3.0&rdquo; Clear View II LCD</strong><br />The  3.0&rdquo; Clear View II LCD features 920,000 dot resolution, a wide viewing  angle and new solid structure for improved image viewing in bright  conditions. Live View displays real-time images on the LCD, offering  three auto focus modes.<br /><br /><strong>Magnesium alloy body with environmental protection</strong><br />The  magnesium alloy body offers weather sealing equivalent to the acclaimed  EOS-1N, EOS Integrated Cleaning System and 150,000 release shutter  durability. The  EOS 7D has been designed from the ground up to be used  by the most demanding photographers.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>'),
('5319', '4', '72', '0', '2105', 'Canon, EOS, 7D, BODY, +, free battery grip, BG-E7'),
('5320', '4', '159', '0', '2105', 'Expandable to 12800'),
('5321', '4', '61', '0', '2106', '<p>1.New generic For Canon NB-1LH Compatible Li-Ion Battery<br />2.Extra power for your digital video camera / camcorder<br />3.High capacity / rechargeable Li-ion Battery with premium cell<br />4.Voltage: 3.7V<br />5.Capacity: 1500mAh</p>'),
('5322', '4', '72', '0', '2106', 'Canon, NB1L, H, (Pshot, S100-500)'),
('5323', '4', '61', '0', '2107', '<h1 class=\"parseasinTitle\"><span id=\"btAsinTitle\" style=\"font-size: small;\">Canon NB-2LH Rechargeable Battery Pack for Rebel XT/XTi Digital SLR Cameras and VIXIA HV Series and ZR Series Camcorders</span></h1>'),
('5324', '4', '72', '0', '2107', 'Canon, Battery, Pack, NB-2LH, (EOS, 350/400D)'),
('5325', '4', '61', '0', '2108', '<h1 class=\"parseasinTitle\"><span id=\"btAsinTitle\" style=\"font-size: small;\">Canon NB-3L Rechargeable Battery Pack for SD550, SD500, SD110, SD100, SD10 &amp; SD20 Digital Cameras </span></h1>'),
('5326', '4', '72', '0', '2108', 'Canon, Battery, pack, NB3L, (Pshot, SD550,, 500,, 110,, 100,, 10,20, )'),
('5327', '4', '61', '0', '2109', '<p>The NB-4L is a rechargeable Lithium-ion battery pack is made to withstand approximately 300 recharges. <br /><br />When shooting with the LCD monitor off, you can expect approximately 400 images when fully charged, or 140 images when shooting with the LCD monitor on under normal environmental and shooting conditions. <br />Similarly, the battery offers about 180 minutes of image playback time.</p>'),
('5328', '4', '72', '0', '2109', 'Canon, Battery, pack, NB4L, (IXUS, 70,75,80,100,110,120,130)'),
('5329', '4', '61', '0', '2110', '<p>Canon NB-5L Battery Pack for Canon SD700IS, SD790IS, SD800IS, SD850IS, SD870IS, SD880IS, SD890IS, SD900, SD950IS, SD990IS, SD970IS &amp; SX200IS Digital Cameras.<br /><br />The lithium-ion chemistry makes the battery free from memory effect, yielding approximately 240 shots <br />(LCD on) and 700 shots (LCD off) on a single charge and 360 minute playback time.</p>'),
('5330', '4', '72', '0', '2110', 'Canon, Battery, pack, NB5L, (SX200/210,, IXUS, 90/990/980/970/870)'),
('5331', '4', '61', '0', '2111', '<p>Canon NB-6L Li-Ion Battery Pack for Canon SD770IS, SD1200IS, &amp; D10 Digital Cameras<br /><br />The high-capacity Canon NB-6L Rechargeable Lithium-Ion Battery works with select Canon digital cameras. It features <br />lithium technology, which ensures maximum battery life and maximum power. <br /><br />It also features no memory effect that lets you recharge partially drained batteries without reducing performance.</p>'),
('5332', '4', '72', '0', '2111', 'Canon, Battery, Pack, NB6L, (PS, 90/95,, D10,, 300HS,, Ixus, 200,210,105,95,85)'),
('5333', '4', '61', '0', '2112', '<p>Canon NB-7L Lithium-Ion Battery Pack for Canon G10 &amp; G11 Digital Cameras <br /><br />The NB-7L Lithium-Ion Battery Pack for Canon has no memory effect so that you can charge battery at anytime.</p>'),
('5334', '4', '72', '0', '2112', 'Canon, Battery, Pack, NB7L, (G10/11/12,, SX30)'),
('5335', '4', '61', '0', '2113', '<p>Canon NB-8L Li-Ion Battery Pack for Canon A3100IS and A3000IS Digital Cameras<br /><br />Canon NB 8L - camera battery - Lithium-ion rechargable battery, charging time approx. 4 hours.</p>'),
('5336', '4', '72', '0', '2113', 'Canon, Battery, Pack, NB8L, for, (PS, A3100,3000)'),
('5337', '4', '61', '0', '2114', '<h1 class=\"parseasinTitle\"><span id=\"btAsinTitle\" style=\"font-size: small;\">Canon NB-9L Battery Pack for Canon SD4500IS Digital Camera</span></h1>'),
('5338', '4', '72', '0', '2114', 'Canon, Battery, pack, for, IXUS, 1000HS'),
('5339', '4', '61', '0', '2115', '<p>The Canon Deluxe Gadget Bag 10EG was designed with enough room to hold <br />two camera bodies, five to eight lenses, as well as an assortment of <br />film, batteries, and other necessities for the serious photographer. <br />Practical and attractive, the 10EG is a great way to protect your <br />equipment from moisture and dust as well as excessive handling.<br /><br />&nbsp;&nbsp; &nbsp;Store, carry, and protect your camera equipment<br />&nbsp;&nbsp; &nbsp;Organize your items<br />&nbsp;&nbsp; &nbsp;Shoulder strap allows easy and comfortable transport<br />&nbsp;&nbsp; &nbsp;Constructed out of durable materials<br />&nbsp;&nbsp; &nbsp;Fully padded and reinforced</p>'),
('5340', '4', '72', '0', '2115', 'Canon, Deluxe, Gadget, Bag, 10EG'),
('5341', '4', '61', '0', '2116', '<p>The Canon Deluxe Gadget Bag 100EG was designed with enough room to hold <br />one or two camera bodies, three to four lenses, as well as an assortment<br />of film, batteries, and other necessities for photographers. Featuring <br />reinforced, padded pockets and compartments, the 100EG is a serious bag <br />for the traveling photographer. Practical and attractive, the 100EG is a<br />great way to protect your equipment from moisture and dust as well as <br />the wear and tear that results from excessive handling.<br /><br />&nbsp;&nbsp; &nbsp;Store, carry, and protect your camera equipment<br />&nbsp;&nbsp; &nbsp;Organize your items<br />&nbsp;&nbsp; &nbsp;Includes shoulder strap for easy and comfortable transport<br />&nbsp;&nbsp; &nbsp;Constructed out of durable materials<br />&nbsp;&nbsp; &nbsp;Fully padded and reinforced</p>'),
('5342', '4', '72', '0', '2116', 'Canon, Custom, Gadget, Bag, 100EG'),
('5343', '4', '61', '0', '2117', '<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"881\">\r\n<tbody>\r\n<tr>\r\n<td width=\"20\"><br /></td>\r\n<td colspan=\"5\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"contentBottom\">\r\n<table class=\"wide\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"609\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"413\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"420\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"420\">\r\n<tbody>\r\n<tr>\r\n<td width=\"220\" valign=\"top\">\r\n<h1 class=\"maintitle\">Canon EF 75-300mm f/4-5.6 III USM<br /><span class=\"pintro\">Telephoto zoom</span></h1>\r\n</td>\r\n<td colspan=\"2\" width=\"200\" align=\"right\"><br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"5\" valign=\"top\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p id=\"M1\" class=\"pintro\">One of the  smallest and lightest telephoto zoom lenses in its class, the EF  75-300mm f/4-5.6 III USM is ideal for photographers who are working to a  budget. Great for sports, nature and portraits.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"8\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h2 class=\"pagetitle\">Features</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<ul>\r\n<li> Affordable telephoto zoom lens </li>\r\n<li> USM autofocus motor </li>\r\n<li> Super Spectra coatings </li>\r\n<li> Lightweight design </li>\r\n<li> 58mm filter size </li>\r\n<li> 1.5m closest focusing distance </li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"8\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><strong>An affordable, compact telephoto zoom lens with USM focussing.</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"5\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><br /><br /><strong>Lightweight telephoto zoom with USM</strong><br />The  lightest 4x telephoto zoom lens in its class. Ideal for photographing  sports, portraiture, wildlife etc. The lens\' telephoto effect compresses  perspective and restricts depth of field, effectively blurring  backgrounds. At the 300mm focal length it is possbile to fill the frame  with a postcard from a distance of 1.5 meters.<br /><br /><strong>Fully Electronic Lens Mount</strong><br />An  integrated AF motor provides fast autofocusing performance. The lens\'  electromagnetic diaphragm ensures incredibly accurate control over  aperture positioning.<br /><br /><strong>Super Spectra coating</strong><br />Super  Spectra coatings ensure accurate colour balance and enhance contrast.  They also reduce flare and ghosting &ndash;&nbsp;a common problem caused by light  bouncing off a camera\'s sensor.<br /><br /><strong>Ultrasonic focusing</strong><br />A  ultrasonic motor drives autofocus extremely quickly, and in near  silence. Excellent holding torque ensures the point of focus is reached  accurately, without overshooting.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'),
('5344', '4', '72', '0', '2117', 'Canon, EF, 75-300MM, 1:4-5.6III, USM'),
('5345', '4', '61', '0', '2118', '<div style=\"width: 670px;\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"881\">\r\n<tbody>\r\n<tr>\r\n<td width=\"20\"><br /></td>\r\n<td colspan=\"5\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"contentBottom\">\r\n<table class=\"wide\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"609\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"413\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"420\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"420\">\r\n<tbody>\r\n<tr>\r\n<td width=\"220\" valign=\"top\">\r\n<h1 class=\"maintitle\">Canon EF-S 18-135mm f/3.5-5.6 IS<br /><span class=\"pintro\">Standard zoom</span></h1>\r\n</td>\r\n<td colspan=\"2\" width=\"200\" align=\"right\"><br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"5\" valign=\"top\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p id=\"M1\" class=\"pintro\">Offering a  multi purpose zoom range from wide angle to telephoto, and featuring  Canon&rsquo;s 4-stop Image Stabilizer, the EF-S 18-135mm f/3.5-5.6 IS provides  complete versatility what ever your needs.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"8\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h2 class=\"pagetitle\">Features</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<ul>\r\n<li> High power, all-purpose 7.5x, 29-216mm equivalent, EF-S zoom </li>\r\n<li> 4 stop Image Stabilizer </li>\r\n<li> Automatic panning and tripod detection </li>\r\n<li> 0.45m close focusing </li>\r\n<li> UD and aspherical lenses </li>\r\n<li> Super Spectra coatings </li>\r\n<li> 6-blade circular aperture </li>\r\n<li> Optional lens hood </li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"8\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><strong>The versatile, all-purpose powerful standard zoom lens.</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"5\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><br /><br /><strong>The multi function zoom lens</strong><br />Offering  a 35mm equivalent effective focal length range of 29-216mm, the EF-S  18-135mm f/3.5-5.6 IS combines the majority of all the most popular  focal lengths in one lens. Whether it\'s a wide angle for landscapes you  need, or a telephoto for sports day, the EF-S 18-135mm f/3.5-5.6 IS  covers all your requirements.<br /><br /><strong>Image Stabilizer</strong><br />The  EF-S 18-135mm f/3.5-5.6 IS features Canon&rsquo;s 4-stop Image Stabilizer  (IS). Ideal for low light conditions when a tripod can&rsquo;t be used, the  Image Stabilizer system allows shutter speeds of up to 4 stops slower  than normal to be used without causing image blur.<br /><br /><strong>Beauty is not just skin deep</strong><br />The  EF-S 18-135mm f/3.5-5.6 IS also features a textured exterior finish for  a sophisticated look and feel that matches your EOS camera.<br /><br /><strong>High speed auto focus</strong><br />A  new DC autofocus motor combined with a high-speed CPU and improved AF  algorithm enables quick and accurate auto focus performance.<br /><br /><strong>Super Spectra coatings</strong><br />Canon&rsquo;s  Super Spectra lens coating is used to prevent flare and ghosting, which  are more prone to occur with digital cameras due to reflection off the  image sensor. The use of optimised lens coatings prevent flare and  ghosting and ensure excellent color balance and contrast.<br /><br /><strong>Discover creative blur</strong><br />A  6-blade circular aperture enables you to blur your background  creatively. This can be used to enhance portraits by creatively blurring  background detail making the subject more striking.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table id=\"SpecsContainer\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"SpecsHeading\" colspan=\"2\"><strong><span style=\"color: #ff0000;\">Product Specification<br /></span></strong></td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Image size</td>\r\n<td class=\"ValueN\">APS-C</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">35mm film equivalent focal length</td>\r\n<td class=\"ValueN\">29-216</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Angle of view (horzntl, vertl, diagnl)</td>\r\n<td class=\"ValueN\">64&deg; 30\' - 9&deg; 30\', 45&deg; 30\' - 6&deg; 20\', 74&deg; 20\' -11&deg; 30\'</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Lens construction (elements/groups)</td>\r\n<td class=\"ValueN\">16/12</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">No. of diaphragm blades</td>\r\n<td class=\"ValueN\">6</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Minimum aperture</td>\r\n<td class=\"ValueN\">22 - 38(36)&sup1;</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Closest focusing distance (m)</td>\r\n<td class=\"ValueN\">0.45</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Maximum magnification (x)</td>\r\n<td class=\"ValueN\">0.21(at 135mm)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Distance information</td>\r\n<td class=\"ValueN\">Provided</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Image stabilizer</td>\r\n<td class=\"ValueN\">4-stops</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">AF actuator</td>\r\n<td class=\"ValueN\">Micro Motor</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Dust/moisture resistance</td>\r\n<td class=\"ValueN\">-</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Filter diameter (mm)</td>\r\n<td class=\"ValueN\">67mm</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Max. diameter x length (mm)</td>\r\n<td class=\"ValueN\">75.4x101</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Weight (g)</td>\r\n<td class=\"ValueN\">455</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Magnification - Extension Tube EF12 II</td>\r\n<td class=\"ValueN\">0.38-0.09</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Magnification - Extension Tube EF25 II</td>\r\n<td class=\"ValueN\">0.59-0.21</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Lens hood</td>\r\n<td class=\"ValueN\">EW-73B</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Soft case</td>\r\n<td class=\"ValueN\">LP1116</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Extenders</td>\r\n<td class=\"ValueN\">NC</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table id=\"SpecsFootnotes\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"178\">\r\n<p class=\"path\">Minimum aperture</p>\r\n</td>\r\n<td width=\"240\">\r\n<p class=\"path\">&sup1; Minimum aperture if using 1/3stop increments</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>'),
('5346', '4', '72', '0', '2118', 'Canon, EF-S, 18-135mm, f/3.5-5.6, IS'),
('5347', '4', '61', '0', '2119', '<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"420\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"420\">\r\n<tbody>\r\n<tr>\r\n<td width=\"220\" valign=\"top\">\r\n<h1 class=\"maintitle\">Canon EF-S 18-200mm f/3.5-5.6 IS<br /><span class=\"pintro\">Standard zoom</span></h1>\r\n</td>\r\n<td colspan=\"2\" width=\"200\" align=\"right\"><br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"5\" valign=\"top\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p id=\"M1\" class=\"pintro\">Compact  proportions with a powerful zoom range of 11x &ndash; make an ideal  general-purpose zoom for photographers on the go. Great low-light  performance is assured by a 4-stop Image Stabilizer.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"8\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h2 class=\"pagetitle\">Features</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<ul>\r\n<li> 11x zoom lens &ndash; 18-200mm </li>\r\n<li> 4 stop Image Stabilizer </li>\r\n<li> Automatic panning and tripod detection </li>\r\n<li> Close focusing distance of 0.45m </li>\r\n<li> Aspherical and UD lens elements </li>\r\n<li> Super-Spectra lens coatings combat ghosting and flare </li>\r\n<li> Zoom lock maintains minimum size </li>\r\n<li> Circular aperture for pleasing background blur </li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"8\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><strong>Versatile, long-range zoom in compact form</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"5\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><br /><br /><strong>Compact, fast and lightweight</strong><br />The  EF-S 18-200mm f/3.5-5.6 IS is a compact, EF-S lens with high  magnification of approximately 11x. It features an 18-200mm zoom ratio  (the 35mm film equivalent of a 29-320mm lens) and has a maximum aperture  of f/3.5-5.6. Designed to appeal to entry-level and advanced amateur  users looking for a lens with an optical Image Stabilizer and large  focal length range, it weighs just 595g and measures 78.6 x 102mm. The  lens offers 0.45m minimum focusing distance at all zoom positions.<br /><br />The EF-S 18-200mm f/3.5-5.6 IS is designed exclusively for use with EOS cameras featuring an EF-S lens mount.<br /><br /><strong>Aspheric and UD elements</strong><br />High  image quality has been assured with the addition of two high-precision  aspheric lenses to correct aberration including curvature of field and  distortion. Chromatic aberration common in wide-angle shooting is also  combated by the inclusion of two UD lenses, ensuring optimum image  quality and corner-to-corner detail.<br /><br /><strong>Super-Spectra coating</strong><br />Canon&rsquo;s  patented lens element coating minimises the ghosting and flare caused  by reflections off the  image sensor and internal lens surfaces. Light  transmission is improved and reflections are reduced to deliver clear,  crisp images.<br /><br /><strong>4-stop Image Stabilizer</strong><br />A  4-stop optical Image Stabilizer &ndash; specially designed for the lens&rsquo;  specific focal length range &ndash; works to counteract image blur, which can  occur during handheld shooting, or at slow shutter speeds. Automatic  panning detection ensures effective performance when tracking moving  subjects and, as the IS system is based in the lens, results are visible  through the viewfinder during framing.<br /><br /><strong>Durable build quality and Lead-free optics</strong><br />Designed  to be a hard-working lens the EF-S 18-200mm f/3.5-5.6 IS benefits from a  robust design, which can match the demands of today&rsquo;s photographers.  Environmentally friendly lead-free glass is used throughout its  construction.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'),
('5348', '4', '72', '0', '2119', 'Canon, EF-S, 18-200mm, f/3.5-5.6, IS'),
('5351', '4', '61', '0', '2121', '<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"881\">\r\n<tbody>\r\n<tr>\r\n<td width=\"20\"><br /></td>\r\n<td colspan=\"5\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"contentBottom\">\r\n<table class=\"wide\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"609\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"413\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"420\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"420\">\r\n<tbody>\r\n<tr>\r\n<td width=\"220\" valign=\"top\">\r\n<h1 class=\"maintitle\">Canon EF-S 55-250mm f/4-5.6 IS II<br /><span class=\"pintro\">Telephoto zoom</span>&nbsp;<span id=\"stroke\">&nbsp;</span></h1>\r\n</td>\r\n<td colspan=\"2\" width=\"200\" align=\"right\"><br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"5\" valign=\"top\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p id=\"M1\" class=\"pintro\">The compact and  affordable EF-S 55-250mm f/4-5.6 IS II offers powerful telephoto  performance. Its 4-stop Image Stabilizer with automatic panning  detection effectively suppresses blur in low light.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"8\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h2 class=\"pagetitle\">Features</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<ul>\r\n<li> Affordable telephoto zoom lens </li>\r\n<li> 88-400mm equivalent focal length </li>\r\n<li> 4-stop Image Stabilizer with automatic panning detection </li>\r\n<li> UD element </li>\r\n<li> Super Spectra coatings </li>\r\n<li> Circular diaphram </li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"8\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><strong>The all-purpose telephoto zoom for EF-S mount EOS cameras.</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"5\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><br /><br /><strong>Affordable, powerful telephoto zoom</strong><br />The  EF-S 55-250mm f/4-5.6 IS II is a telephoto zoom lens combining powerful  performance with high image quality. With a focal length equivalent of  88-400mm in 35mm format, it is ideal for photographers seeking an  affordable, versatile lens for general-purpose telephoto photography.<br /><br /><strong>Image Stabilizer with automatic panning detection</strong><br />To  combat the effects of camera shake, the EF-S 55-250mm f/4-5.6 IS II  incorporates Canon&rsquo;s 4-stop compensation Image Stabilizer technology.  This allows the use of shutter speeds up to 4 times slower with no  perceptible increase in image blur. Automatic panning detection  automatically turns off the Image Stabilizer in either the horizontal or  vertical direction when following moving subjects.<br /><br /><strong>UD lens element </strong><br />The  EF-S 55-250mm f/4-5.6 IS II employs a Canon UD (Ultra-low Dispersion)  lens element to suppress the effects of secondary chromatic aberrations &ndash;  for crisp, sharp, high-contrast images without fringing throughout the  zoom range.<br /><br /><strong>Super Spectra Coatings</strong><br />Canon&rsquo;s  Super Spectra coatings combat ghosting and flare by absorbing light that  may be reflected off digital camera sensors or internal lens elements.  Super Spectra coatings also help ensure accurate colour balance and  sharp, high-contrast results.<br /><br /><strong>Circular aperture diaphragm</strong><br />For  shots taken at large apertures, a circular aperture diaphragm creates  smooth, even blur - ideal for emphasising subjects shot against  distracting backgrounds.<br /><br /><strong>Lead-free glass</strong><br />Only environmentally-friendly, lead-free glass is used in the construction of the EF-S 55-250mm f/4-5.6 IS II.<br /><br /><strong>Accessories</strong><br />The  EF-S 55-250mm f/4-5.6 IS II is supplied with a lens cap and dust cap. A  lens hood (ET-60) and lens case (LP1019) are available as optional  accessories.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'),
('5352', '4', '72', '0', '2121', 'Canon, EF-S, 55-250mm, f/4-5.6, IS'),
('5353', '4', '61', '0', '2122', '<div style=\"width: 670px; text-align: left;\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"420\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"420\">\r\n<tbody>\r\n<tr>\r\n<td width=\"220\" valign=\"top\">\r\n<h1 class=\"maintitle\">Canon EF 17-40mm f/4L USM<br /><span class=\"pintro\">Wide zoom</span></h1>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"220\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"middle\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td colspan=\"2\" width=\"200\" align=\"right\"><img src=\"http://www.canon-me.com/Images/Lens%20LC_tcm60-49800.jpg\" border=\"0\" alt=\"Tipa Award Lens\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"5\" valign=\"top\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p id=\"M1\" class=\"pintro\">The EF 17-40mm  f/4L USM is an ultra wide-angle zoom lens that offers excellent image  quality and a constant maximum aperture. Its compact, lightweight body  makes it an ideal travelling companion.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"8\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h2 class=\"pagetitle\">Features</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<ul>\r\n<li> Superb optical performance throughout the zoom range </li>\r\n<li> Fast autofocus speed </li>\r\n<li> Highly resistant to dust and moisture </li>\r\n<li> 28cm minimum focusing distance at all focal lengths </li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"8\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><strong>A high-quality, wide-angle zoom for a variety of subjects.</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"5\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><br /><br /><strong>Ultra-wide or standard zoom</strong><br />The  EF 17-40mm f/4L USM acts as an ultra-wide angle zoom on film or  full-frame digital EOS cameras. On DSLRs equipped with APS-C sized  sensors it acts as a standard zoom, giving an angle of view equivalent  to a 28-70mm lens on a full-frame camera.<br /><br /><strong>Close focusing</strong><br />Minimum focusing distance is just 28cm throughout the entire zoom range.<br /><br /><strong>Superior optical performance</strong><br />The  EF17-40mm f/4L USM has 12 lens elements arranged in nine groups. Super  Spectra coating ensures excellent colour balance and minimises ghosting  and flare. To provide superb image quality over the complete 17-40mm  zoom range the lens uses three aspheric elements. Super UD (Ultra-low  Dispersion) glass prevents chromatic aberrations.<br /><br /><strong>Ultrasonic focusing</strong><br />A  ring-type ultrasonic motor drives autofocus extremely quickly, and in  near silence. Excellent holding torque ensures the point of focus is  reached accurately, without overshooting. Furthermore, full-time manual  override is available, making it possible to adjust focus without  leaving AF mode.<br /><br /><strong>Non-rotating front element</strong><br />The  front of the lens does not rotate, which makes using specialised  filters, such as polarisers and graduates, easier. A drop-in  gelatine-filter holder can be found at the back of the lens.<br /><br /><strong>Smooth background blur</strong><br />A  virtually circular aperture diaphragm gives out of focus regions a  softer, more uniform feel. Sharp foreground objects stand out against a  smooth blurred background.<br /><br /><strong>Weather resistant</strong><br />Highly  resistant to moisture and dust, the EF17-40mm f/4L USM is ideally  suited for use in harsh environments. Environment friendly lead-free  glass is used throughout its construction.</p>\r\n<p>&nbsp;</p>\r\n<table id=\"SpecsContainer\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"SpecsHeading\" colspan=\"2\"><strong><span style=\"color: #ff0000;\">Product Specification</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Angle of view (horzntl, vertl, diagnl)</td>\r\n<td class=\"ValueN\">93&deg; - 49&deg;20\', 70&deg;30\' - 34&deg;, 104&deg; - 57&deg;30\'</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Lens construction (elements/groups)</td>\r\n<td class=\"ValueN\">12/9</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">No. of diaphragm blades</td>\r\n<td class=\"ValueN\">7</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Minimum aperture</td>\r\n<td class=\"ValueN\">22</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Closest focusing distance (m)</td>\r\n<td class=\"ValueN\">0.28</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Maximum magnification (x)</td>\r\n<td class=\"ValueN\">0.24 (at 35mm)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">AF actuator</td>\r\n<td class=\"ValueN\">USM&sup1;</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Filter diameter (mm)</td>\r\n<td class=\"ValueN\">77</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Max. diameter x length (mm)</td>\r\n<td class=\"ValueN\">83.5 x 96.8</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Weight (g)</td>\r\n<td class=\"ValueN\">500</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Magnification - Extension Tube EF12 II</td>\r\n<td class=\"ValueN\">0.83 - 0.32</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Magnification - Extension Tube EF25 II</td>\r\n<td class=\"ValueN\">1.02 - 0.70&sup1;</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Lens hood</td>\r\n<td class=\"ValueN\">EW-83E</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Hard case</td>\r\n<td class=\"ValueN\">-</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Soft case</td>\r\n<td class=\"ValueN\">LP1319</td>\r\n</tr>\r\n<tr>\r\n<td class=\"LabelN\">Extenders EF1.4x II and EF2x II</td>\r\n<td class=\"ValueN\">Not compatible</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table id=\"SpecsFootnotes\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"178\">\r\n<p class=\"path\">AF actuator</p>\r\n</td>\r\n<td width=\"240\">\r\n<p class=\"path\">&sup1; Mechanical full-time manual focusing built-in</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"178\">\r\n<p class=\"path\">Magnification - Extension Tube EF25 II</p>\r\n</td>\r\n<td width=\"240\">\r\n<p class=\"path\">&sup1; Only compatible at tele</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>'),
('5354', '4', '72', '0', '2122', 'Canon, EF, 17-40mm/1:4,0, L, USM'),
('5355', '4', '61', '0', '2123', '<div style=\"width: 670px;\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"881\">\r\n<tbody>\r\n<tr>\r\n<td width=\"20\"><br /></td>\r\n<td colspan=\"5\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"contentBottom\">\r\n<table class=\"wide\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td align=\"left\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"609\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td width=\"413\" valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"420\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\">\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"420\">\r\n<tbody>\r\n<tr>\r\n<td width=\"220\" valign=\"top\">\r\n<h1 class=\"maintitle\">Canon EF 24-105mm f/4L IS USM<br /><span class=\"pintro\">Standard zoom</span></h1>\r\n</td>\r\n<td colspan=\"2\" width=\"200\" align=\"right\"><br /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"5\" valign=\"top\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p id=\"M1\" class=\"pintro\">Offering a  greater focal-length range and a more compact construction than other  standard zooms, the EF 24-105mm f/4 IS USM is the ideal lens for the  professional travel photographer.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"8\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h2 class=\"pagetitle\">Features</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<ul>\r\n<li> L-series optics </li>\r\n<li> Lightweight 4.3x zoom </li>\r\n<li> Constant maximum f/4 aperture throughout zoom range </li>\r\n<li> Three-stop Image Stabilizer </li>\r\n<li> Super UD and aspheric lens elements </li>\r\n<li> Fast autofocus </li>\r\n<li> Super Spectra coatings </li>\r\n<li> Circular aperture provides pleasing background blur </li>\r\n<li> Soft case and lens hood </li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"8\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><strong>The professional photographer\'s lightweight standard zoom.</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\" height=\"5\"><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<p><br /><br /><strong>L-series quality</strong><br />The  L-series is Canon\'s flagship professional lens range, representing the  best in precision-designed EF optics. L-series lenses combine superior  performance with superlative handling, and are resistant to dust and  moisture.<br /><br /><strong>Lightweight and versatile</strong><br />The EF  24-105mm f/4L IS USM offers a 4.3x zoom ratio, from wide angle to medium  telephoto. It is highly portable, weighing just 670g. <br /><br /><strong>Fixed aperture</strong><br />The  f/4 maximum aperture of the EF 24-105mm f/4L IS USM is fixed throughout  the lens\' focal-length range, so shutter speeds will not change as the  lens is zoomed.<br /><br /><strong>Image Stabilizer</strong><br />The EF  24-105mm f/4L IS USM features Canon\'s three-stop Image Stabilizer (IS),  making it ideal for handheld work. IS permits the use of shutter speeds  u
