Zend_Db_Statement_Exception Object
(
[_previous:private] => PDOException Object
(
[message:protected] => SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'shipping_tablerate' already exists
[string:private] =>
[code:protected] => 42S01
[file:protected] => /home4/retroof1/public_html/lib/Zend/Db/Statement/Pdo.php
[line:protected] => 228
[trace:private] => Array
(
[0] => Array
(
[file] => /home4/retroof1/public_html/lib/Zend/Db/Statement/Pdo.php
[line] => 228
[function] => execute
[class] => PDOStatement
[type] => ->
[args] => Array
(
[0] => Array
(
)
)
)
[1] => Array
(
[file] => /home4/retroof1/public_html/lib/Varien/Db/Statement/Pdo/Mysql.php
[line] => 110
[function] => _execute
[class] => Zend_Db_Statement_Pdo
[type] => ->
[args] => Array
(
[0] => Array
(
)
)
)
[2] => Array
(
[file] => /home4/retroof1/public_html/lib/Zend/Db/Statement.php
[line] => 300
[function] => _execute
[class] => Varien_Db_Statement_Pdo_Mysql
[type] => ->
[args] => Array
(
[0] => Array
(
)
)
)
[3] => Array
(
[file] => /home4/retroof1/public_html/lib/Zend/Db/Adapter/Abstract.php
[line] => 479
[function] => execute
[class] => Zend_Db_Statement
[type] => ->
[args] => Array
(
[0] => Array
(
)
)
)
[4] => Array
(
[file] => /home4/retroof1/public_html/lib/Zend/Db/Adapter/Pdo/Abstract.php
[line] => 238
[function] => query
[class] => Zend_Db_Adapter_Abstract
[type] => ->
[args] => Array
(
[0] => CREATE TABLE `shipping_tablerate` (
`pk` int UNSIGNED NOT NULL auto_increment COMMENT 'Primary key',
`website_id` int NOT NULL default '0' COMMENT 'Website Id',
`dest_country_id` varchar(4) NOT NULL default '0' COMMENT 'Destination coutry ISO/2 or ISO/3 code',
`dest_region_id` int NOT NULL default '0' COMMENT 'Destination Region Id',
`dest_zip` varchar(10) NOT NULL default '*' COMMENT 'Destination Post Code (Zip)',
`condition_name` varchar(20) NOT NULL COMMENT 'Rate Condition name',
`condition_value` decimal(12,4) NOT NULL default '0.0000' COMMENT 'Rate condition value',
`price` decimal(12,4) NOT NULL default '0.0000' COMMENT 'Price',
`cost` decimal(12,4) NOT NULL default '0.0000' COMMENT 'Cost',
PRIMARY KEY (`pk`),
UNIQUE `D60821CDB2AFACEE1566CFC02D0D4CAA` (`website_id`, `dest_country_id`, `dest_region_id`, `dest_zip`, `condition_name`, `condition_value`)
) COMMENT='Shipping Tablerate' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
[1] => Array
(
)
)
)
[5] => Array
(
[file] => /home4/retroof1/public_html/lib/Varien/Db/Adapter/Pdo/Mysql.php
[line] => 419
[function] => query
[class] => Zend_Db_Adapter_Pdo_Abstract
[type] => ->
[args] => Array
(
[0] => CREATE TABLE `shipping_tablerate` (
`pk` int UNSIGNED NOT NULL auto_increment COMMENT 'Primary key',
`website_id` int NOT NULL default '0' COMMENT 'Website Id',
`dest_country_id` varchar(4) NOT NULL default '0' COMMENT 'Destination coutry ISO/2 or ISO/3 code',
`dest_region_id` int NOT NULL default '0' COMMENT 'Destination Region Id',
`dest_zip` varchar(10) NOT NULL default '*' COMMENT 'Destination Post Code (Zip)',
`condition_name` varchar(20) NOT NULL COMMENT 'Rate Condition name',
`condition_value` decimal(12,4) NOT NULL default '0.0000' COMMENT 'Rate condition value',
`price` decimal(12,4) NOT NULL default '0.0000' COMMENT 'Price',
`cost` decimal(12,4) NOT NULL default '0.0000' COMMENT 'Cost',
PRIMARY KEY (`pk`),
UNIQUE `D60821CDB2AFACEE1566CFC02D0D4CAA` (`website_id`, `dest_country_id`, `dest_region_id`, `dest_zip`, `condition_name`, `condition_value`)
) COMMENT='Shipping Tablerate' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
[1] => Array
(
)
)
)
[6] => Array
(
[file] => /home4/retroof1/public_html/lib/Varien/Db/Adapter/Pdo/Mysql.php
[line] => 2039
[function] => query
[class] => Varien_Db_Adapter_Pdo_Mysql
[type] => ->
[args] => Array
(
[0] => CREATE TABLE `shipping_tablerate` (
`pk` int UNSIGNED NOT NULL auto_increment COMMENT 'Primary key',
`website_id` int NOT NULL default '0' COMMENT 'Website Id',
`dest_country_id` varchar(4) NOT NULL default '0' COMMENT 'Destination coutry ISO/2 or ISO/3 code',
`dest_region_id` int NOT NULL default '0' COMMENT 'Destination Region Id',
`dest_zip` varchar(10) NOT NULL default '*' COMMENT 'Destination Post Code (Zip)',
`condition_name` varchar(20) NOT NULL COMMENT 'Rate Condition name',
`condition_value` decimal(12,4) NOT NULL default '0.0000' COMMENT 'Rate condition value',
`price` decimal(12,4) NOT NULL default '0.0000' COMMENT 'Price',
`cost` decimal(12,4) NOT NULL default '0.0000' COMMENT 'Cost',
PRIMARY KEY (`pk`),
UNIQUE `D60821CDB2AFACEE1566CFC02D0D4CAA` (`website_id`, `dest_country_id`, `dest_region_id`, `dest_zip`, `condition_name`, `condition_value`)
) COMMENT='Shipping Tablerate' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
)
)
[7] => Array
(
[file] => /home4/retroof1/public_html/app/code/core/Mage/Shipping/sql/shipping_setup/install-1.6.0.0.php
[line] => 77
[function] => createTable
[class] => Varien_Db_Adapter_Pdo_Mysql
[type] => ->
[args] => Array
(
[0] => Varien_Db_Ddl_Table Object
(
[_tableName:protected] => shipping_tablerate
[_schemaName:protected] =>
[_tableComment:protected] => Shipping Tablerate
[_columns:protected] => Array
(
[PK] => Array
(
[COLUMN_NAME] => pk
[COLUMN_TYPE] => integer
[COLUMN_POSITION] => 0
[DATA_TYPE] => integer
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] => 1
[PRIMARY_POSITION] => 0
[IDENTITY] => 1
[COMMENT] => Primary key
)
[WEBSITE_ID] => Array
(
[COLUMN_NAME] => website_id
[COLUMN_TYPE] => integer
[COLUMN_POSITION] => 1
[DATA_TYPE] => integer
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Website Id
)
[DEST_COUNTRY_ID] => Array
(
[COLUMN_NAME] => dest_country_id
[COLUMN_TYPE] => text
[COLUMN_POSITION] => 2
[DATA_TYPE] => text
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] => 4
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Destination coutry ISO/2 or ISO/3 code
)
[DEST_REGION_ID] => Array
(
[COLUMN_NAME] => dest_region_id
[COLUMN_TYPE] => integer
[COLUMN_POSITION] => 3
[DATA_TYPE] => integer
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Destination Region Id
)
[DEST_ZIP] => Array
(
[COLUMN_NAME] => dest_zip
[COLUMN_TYPE] => text
[COLUMN_POSITION] => 4
[DATA_TYPE] => text
[DEFAULT] => *
[NULLABLE] =>
[LENGTH] => 10
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Destination Post Code (Zip)
)
[CONDITION_NAME] => Array
(
[COLUMN_NAME] => condition_name
[COLUMN_TYPE] => text
[COLUMN_POSITION] => 5
[DATA_TYPE] => text
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] => 20
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Rate Condition name
)
[CONDITION_VALUE] => Array
(
[COLUMN_NAME] => condition_value
[COLUMN_TYPE] => decimal
[COLUMN_POSITION] => 6
[DATA_TYPE] => decimal
[DEFAULT] => 0.0000
[NULLABLE] =>
[LENGTH] =>
[SCALE] => 4
[PRECISION] => 12
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Rate condition value
)
[PRICE] => Array
(
[COLUMN_NAME] => price
[COLUMN_TYPE] => decimal
[COLUMN_POSITION] => 7
[DATA_TYPE] => decimal
[DEFAULT] => 0.0000
[NULLABLE] =>
[LENGTH] =>
[SCALE] => 4
[PRECISION] => 12
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Price
)
[COST] => Array
(
[COLUMN_NAME] => cost
[COLUMN_TYPE] => decimal
[COLUMN_POSITION] => 8
[DATA_TYPE] => decimal
[DEFAULT] => 0.0000
[NULLABLE] =>
[LENGTH] =>
[SCALE] => 4
[PRECISION] => 12
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Cost
)
)
[_indexes:protected] => Array
(
[D60821CDB2AFACEE1566CFC02D0D4CAA] => Array
(
[INDEX_NAME] => D60821CDB2AFACEE1566CFC02D0D4CAA
[COLUMNS] => Array
(
[WEBSITE_ID] => Array
(
[NAME] => website_id
[SIZE] =>
[POSITION] => 0
)
[DEST_COUNTRY_ID] => Array
(
[NAME] => dest_country_id
[SIZE] =>
[POSITION] => 1
)
[DEST_REGION_ID] => Array
(
[NAME] => dest_region_id
[SIZE] =>
[POSITION] => 2
)
[DEST_ZIP] => Array
(
[NAME] => dest_zip
[SIZE] =>
[POSITION] => 3
)
[CONDITION_NAME] => Array
(
[NAME] => condition_name
[SIZE] =>
[POSITION] => 4
)
[CONDITION_VALUE] => Array
(
[NAME] => condition_value
[SIZE] =>
[POSITION] => 5
)
)
[TYPE] => unique
)
)
[_foreignKeys:protected] => Array
(
)
[_options:protected] => Array
(
[type] => INNODB
[charset] => utf8
[collate] => utf8_general_ci
)
)
)
)
[8] => Array
(
[file] => /home4/retroof1/public_html/app/code/core/Mage/Core/Model/Resource/Setup.php
[line] => 624
[args] => Array
(
[0] => /home4/retroof1/public_html/app/code/core/Mage/Shipping/sql/shipping_setup/install-1.6.0.0.php
)
[function] => include
)
[9] => Array
(
[file] => /home4/retroof1/public_html/app/code/core/Mage/Core/Model/Resource/Setup.php
[line] => 421
[function] => _modifyResourceDb
[class] => Mage_Core_Model_Resource_Setup
[type] => ->
[args] => Array
(
[0] => install
[1] =>
[2] => 1.6.0.0
)
)
[10] => Array
(
[file] => /home4/retroof1/public_html/app/code/core/Mage/Core/Model/Resource/Setup.php
[line] => 327
[function] => _installResourceDb
[class] => Mage_Core_Model_Resource_Setup
[type] => ->
[args] => Array
(
[0] => 1.6.0.0
)
)
[11] => Array
(
[file] => /home4/retroof1/public_html/app/code/core/Mage/Core/Model/Resource/Setup.php
[line] => 235
[function] => applyUpdates
[class] => Mage_Core_Model_Resource_Setup
[type] => ->
[args] => Array
(
)
)
[12] => Array
(
[file] => /home4/retroof1/public_html/app/code/core/Mage/Core/Model/App.php
[line] => 417
[function] => applyAllUpdates
[class] => Mage_Core_Model_Resource_Setup
[type] => ::
[args] => Array
(
)
)
[13] => Array
(
[file] => /home4/retroof1/public_html/app/code/core/Mage/Core/Model/App.php
[line] => 343
[function] => _initModules
[class] => Mage_Core_Model_App
[type] => ->
[args] => Array
(
)
)
[14] => Array
(
[file] => /home4/retroof1/public_html/app/Mage.php
[line] => 683
[function] => run
[class] => Mage_Core_Model_App
[type] => ->
[args] => Array
(
[0] => Array
(
[scope_code] =>
[scope_type] => store
[options] => Array
(
)
)
)
)
[15] => Array
(
[file] => /home4/retroof1/public_html/index.php
[line] => 87
[function] => run
[class] => Mage
[type] => ::
[args] => Array
(
[0] =>
[1] => store
)
)
)
[errorInfo] => Array
(
[0] => 42S01
[1] => 1050
[2] => Table 'shipping_tablerate' already exists
)
)
[message:protected] => SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'shipping_tablerate' already exists
[string:private] =>
[code:protected] => 42
[file:protected] => /home4/retroof1/public_html/lib/Zend/Db/Statement/Pdo.php
[line:protected] => 234
[trace:private] => Array
(
[0] => Array
(
[file] => /home4/retroof1/public_html/lib/Varien/Db/Statement/Pdo/Mysql.php
[line] => 110
[function] => _execute
[class] => Zend_Db_Statement_Pdo
[type] => ->
[args] => Array
(
[0] => Array
(
)
)
)
[1] => Array
(
[file] => /home4/retroof1/public_html/lib/Zend/Db/Statement.php
[line] => 300
[function] => _execute
[class] => Varien_Db_Statement_Pdo_Mysql
[type] => ->
[args] => Array
(
[0] => Array
(
)
)
)
[2] => Array
(
[file] => /home4/retroof1/public_html/lib/Zend/Db/Adapter/Abstract.php
[line] => 479
[function] => execute
[class] => Zend_Db_Statement
[type] => ->
[args] => Array
(
[0] => Array
(
)
)
)
[3] => Array
(
[file] => /home4/retroof1/public_html/lib/Zend/Db/Adapter/Pdo/Abstract.php
[line] => 238
[function] => query
[class] => Zend_Db_Adapter_Abstract
[type] => ->
[args] => Array
(
[0] => CREATE TABLE `shipping_tablerate` (
`pk` int UNSIGNED NOT NULL auto_increment COMMENT 'Primary key',
`website_id` int NOT NULL default '0' COMMENT 'Website Id',
`dest_country_id` varchar(4) NOT NULL default '0' COMMENT 'Destination coutry ISO/2 or ISO/3 code',
`dest_region_id` int NOT NULL default '0' COMMENT 'Destination Region Id',
`dest_zip` varchar(10) NOT NULL default '*' COMMENT 'Destination Post Code (Zip)',
`condition_name` varchar(20) NOT NULL COMMENT 'Rate Condition name',
`condition_value` decimal(12,4) NOT NULL default '0.0000' COMMENT 'Rate condition value',
`price` decimal(12,4) NOT NULL default '0.0000' COMMENT 'Price',
`cost` decimal(12,4) NOT NULL default '0.0000' COMMENT 'Cost',
PRIMARY KEY (`pk`),
UNIQUE `D60821CDB2AFACEE1566CFC02D0D4CAA` (`website_id`, `dest_country_id`, `dest_region_id`, `dest_zip`, `condition_name`, `condition_value`)
) COMMENT='Shipping Tablerate' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
[1] => Array
(
)
)
)
[4] => Array
(
[file] => /home4/retroof1/public_html/lib/Varien/Db/Adapter/Pdo/Mysql.php
[line] => 419
[function] => query
[class] => Zend_Db_Adapter_Pdo_Abstract
[type] => ->
[args] => Array
(
[0] => CREATE TABLE `shipping_tablerate` (
`pk` int UNSIGNED NOT NULL auto_increment COMMENT 'Primary key',
`website_id` int NOT NULL default '0' COMMENT 'Website Id',
`dest_country_id` varchar(4) NOT NULL default '0' COMMENT 'Destination coutry ISO/2 or ISO/3 code',
`dest_region_id` int NOT NULL default '0' COMMENT 'Destination Region Id',
`dest_zip` varchar(10) NOT NULL default '*' COMMENT 'Destination Post Code (Zip)',
`condition_name` varchar(20) NOT NULL COMMENT 'Rate Condition name',
`condition_value` decimal(12,4) NOT NULL default '0.0000' COMMENT 'Rate condition value',
`price` decimal(12,4) NOT NULL default '0.0000' COMMENT 'Price',
`cost` decimal(12,4) NOT NULL default '0.0000' COMMENT 'Cost',
PRIMARY KEY (`pk`),
UNIQUE `D60821CDB2AFACEE1566CFC02D0D4CAA` (`website_id`, `dest_country_id`, `dest_region_id`, `dest_zip`, `condition_name`, `condition_value`)
) COMMENT='Shipping Tablerate' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
[1] => Array
(
)
)
)
[5] => Array
(
[file] => /home4/retroof1/public_html/lib/Varien/Db/Adapter/Pdo/Mysql.php
[line] => 2039
[function] => query
[class] => Varien_Db_Adapter_Pdo_Mysql
[type] => ->
[args] => Array
(
[0] => CREATE TABLE `shipping_tablerate` (
`pk` int UNSIGNED NOT NULL auto_increment COMMENT 'Primary key',
`website_id` int NOT NULL default '0' COMMENT 'Website Id',
`dest_country_id` varchar(4) NOT NULL default '0' COMMENT 'Destination coutry ISO/2 or ISO/3 code',
`dest_region_id` int NOT NULL default '0' COMMENT 'Destination Region Id',
`dest_zip` varchar(10) NOT NULL default '*' COMMENT 'Destination Post Code (Zip)',
`condition_name` varchar(20) NOT NULL COMMENT 'Rate Condition name',
`condition_value` decimal(12,4) NOT NULL default '0.0000' COMMENT 'Rate condition value',
`price` decimal(12,4) NOT NULL default '0.0000' COMMENT 'Price',
`cost` decimal(12,4) NOT NULL default '0.0000' COMMENT 'Cost',
PRIMARY KEY (`pk`),
UNIQUE `D60821CDB2AFACEE1566CFC02D0D4CAA` (`website_id`, `dest_country_id`, `dest_region_id`, `dest_zip`, `condition_name`, `condition_value`)
) COMMENT='Shipping Tablerate' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
)
)
[6] => Array
(
[file] => /home4/retroof1/public_html/app/code/core/Mage/Shipping/sql/shipping_setup/install-1.6.0.0.php
[line] => 77
[function] => createTable
[class] => Varien_Db_Adapter_Pdo_Mysql
[type] => ->
[args] => Array
(
[0] => Varien_Db_Ddl_Table Object
(
[_tableName:protected] => shipping_tablerate
[_schemaName:protected] =>
[_tableComment:protected] => Shipping Tablerate
[_columns:protected] => Array
(
[PK] => Array
(
[COLUMN_NAME] => pk
[COLUMN_TYPE] => integer
[COLUMN_POSITION] => 0
[DATA_TYPE] => integer
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] => 1
[PRIMARY_POSITION] => 0
[IDENTITY] => 1
[COMMENT] => Primary key
)
[WEBSITE_ID] => Array
(
[COLUMN_NAME] => website_id
[COLUMN_TYPE] => integer
[COLUMN_POSITION] => 1
[DATA_TYPE] => integer
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Website Id
)
[DEST_COUNTRY_ID] => Array
(
[COLUMN_NAME] => dest_country_id
[COLUMN_TYPE] => text
[COLUMN_POSITION] => 2
[DATA_TYPE] => text
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] => 4
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Destination coutry ISO/2 or ISO/3 code
)
[DEST_REGION_ID] => Array
(
[COLUMN_NAME] => dest_region_id
[COLUMN_TYPE] => integer
[COLUMN_POSITION] => 3
[DATA_TYPE] => integer
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Destination Region Id
)
[DEST_ZIP] => Array
(
[COLUMN_NAME] => dest_zip
[COLUMN_TYPE] => text
[COLUMN_POSITION] => 4
[DATA_TYPE] => text
[DEFAULT] => *
[NULLABLE] =>
[LENGTH] => 10
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Destination Post Code (Zip)
)
[CONDITION_NAME] => Array
(
[COLUMN_NAME] => condition_name
[COLUMN_TYPE] => text
[COLUMN_POSITION] => 5
[DATA_TYPE] => text
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] => 20
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Rate Condition name
)
[CONDITION_VALUE] => Array
(
[COLUMN_NAME] => condition_value
[COLUMN_TYPE] => decimal
[COLUMN_POSITION] => 6
[DATA_TYPE] => decimal
[DEFAULT] => 0.0000
[NULLABLE] =>
[LENGTH] =>
[SCALE] => 4
[PRECISION] => 12
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Rate condition value
)
[PRICE] => Array
(
[COLUMN_NAME] => price
[COLUMN_TYPE] => decimal
[COLUMN_POSITION] => 7
[DATA_TYPE] => decimal
[DEFAULT] => 0.0000
[NULLABLE] =>
[LENGTH] =>
[SCALE] => 4
[PRECISION] => 12
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Price
)
[COST] => Array
(
[COLUMN_NAME] => cost
[COLUMN_TYPE] => decimal
[COLUMN_POSITION] => 8
[DATA_TYPE] => decimal
[DEFAULT] => 0.0000
[NULLABLE] =>
[LENGTH] =>
[SCALE] => 4
[PRECISION] => 12
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Cost
)
)
[_indexes:protected] => Array
(
[D60821CDB2AFACEE1566CFC02D0D4CAA] => Array
(
[INDEX_NAME] => D60821CDB2AFACEE1566CFC02D0D4CAA
[COLUMNS] => Array
(
[WEBSITE_ID] => Array
(
[NAME] => website_id
[SIZE] =>
[POSITION] => 0
)
[DEST_COUNTRY_ID] => Array
(
[NAME] => dest_country_id
[SIZE] =>
[POSITION] => 1
)
[DEST_REGION_ID] => Array
(
[NAME] => dest_region_id
[SIZE] =>
[POSITION] => 2
)
[DEST_ZIP] => Array
(
[NAME] => dest_zip
[SIZE] =>
[POSITION] => 3
)
[CONDITION_NAME] => Array
(
[NAME] => condition_name
[SIZE] =>
[POSITION] => 4
)
[CONDITION_VALUE] => Array
(
[NAME] => condition_value
[SIZE] =>
[POSITION] => 5
)
)
[TYPE] => unique
)
)
[_foreignKeys:protected] => Array
(
)
[_options:protected] => Array
(
[type] => INNODB
[charset] => utf8
[collate] => utf8_general_ci
)
)
)
)
[7] => Array
(
[file] => /home4/retroof1/public_html/app/code/core/Mage/Core/Model/Resource/Setup.php
[line] => 624
[args] => Array
(
[0] => /home4/retroof1/public_html/app/code/core/Mage/Shipping/sql/shipping_setup/install-1.6.0.0.php
)
[function] => include
)
[8] => Array
(
[file] => /home4/retroof1/public_html/app/code/core/Mage/Core/Model/Resource/Setup.php
[line] => 421
[function] => _modifyResourceDb
[class] => Mage_Core_Model_Resource_Setup
[type] => ->
[args] => Array
(
[0] => install
[1] =>
[2] => 1.6.0.0
)
)
[9] => Array
(
[file] => /home4/retroof1/public_html/app/code/core/Mage/Core/Model/Resource/Setup.php
[line] => 327
[function] => _installResourceDb
[class] => Mage_Core_Model_Resource_Setup
[type] => ->
[args] => Array
(
[0] => 1.6.0.0
)
)
[10] => Array
(
[file] => /home4/retroof1/public_html/app/code/core/Mage/Core/Model/Resource/Setup.php
[line] => 235
[function] => applyUpdates
[class] => Mage_Core_Model_Resource_Setup
[type] => ->
[args] => Array
(
)
)
[11] => Array
(
[file] => /home4/retroof1/public_html/app/code/core/Mage/Core/Model/App.php
[line] => 417
[function] => applyAllUpdates
[class] => Mage_Core_Model_Resource_Setup
[type] => ::
[args] => Array
(
)
)
[12] => Array
(
[file] => /home4/retroof1/public_html/app/code/core/Mage/Core/Model/App.php
[line] => 343
[function] => _initModules
[class] => Mage_Core_Model_App
[type] => ->
[args] => Array
(
)
)
[13] => Array
(
[file] => /home4/retroof1/public_html/app/Mage.php
[line] => 683
[function] => run
[class] => Mage_Core_Model_App
[type] => ->
[args] => Array
(
[0] => Array
(
[scope_code] =>
[scope_type] => store
[options] => Array
(
)
)
)
)
[14] => Array
(
[file] => /home4/retroof1/public_html/index.php
[line] => 87
[function] => run
[class] => Mage
[type] => ::
[args] => Array
(
[0] =>
[1] => store
)
)
)
)