Zend_Db_Statement_Exception Object
(
[_previous:Zend_Exception:private] =>
[message:protected] => SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'xmlconnect_application' already exists
[string:Exception:private] =>
[code:protected] => 42
[file:protected] => /home/austad/www/collarwise/data/lib/Zend/Db/Statement/Pdo.php
[line:protected] => 234
[trace:Exception:private] => Array
(
[0] => Array
(
[file] => /home/austad/www/collarwise/data/lib/Varien/Db/Statement/Pdo/Mysql.php
[line] => 110
[function] => _execute
[class] => Zend_Db_Statement_Pdo
[type] => ->
[args] => Array
(
[0] => Array
(
)
)
)
[1] => Array
(
[file] => /home/austad/www/collarwise/data/lib/Zend/Db/Statement.php
[line] => 300
[function] => _execute
[class] => Varien_Db_Statement_Pdo_Mysql
[type] => ->
[args] => Array
(
[0] => Array
(
)
)
)
[2] => Array
(
[file] => /home/austad/www/collarwise/data/lib/Zend/Db/Adapter/Abstract.php
[line] => 479
[function] => execute
[class] => Zend_Db_Statement
[type] => ->
[args] => Array
(
[0] => Array
(
)
)
)
[3] => Array
(
[file] => /home/austad/www/collarwise/data/lib/Zend/Db/Adapter/Pdo/Abstract.php
[line] => 238
[function] => query
[class] => Zend_Db_Adapter_Abstract
[type] => ->
[args] => Array
(
[0] => CREATE TABLE `xmlconnect_application` (
`application_id` smallint UNSIGNED NOT NULL auto_increment COMMENT 'Application Id',
`name` varchar(255) NOT NULL COMMENT 'Application Name',
`code` varchar(32) NOT NULL COMMENT 'Application Code',
`type` varchar(32) NOT NULL COMMENT 'Device Type',
`store_id` smallint UNSIGNED NULL COMMENT 'Store Id',
`active_from` date NULL COMMENT 'Active From',
`active_to` date NULL COMMENT 'Active To',
`updated_at` timestamp NULL COMMENT 'Updated At',
`status` smallint UNSIGNED NOT NULL default '0' COMMENT 'Status',
`browsing_mode` smallint UNSIGNED NULL default '0' COMMENT 'Browsing Mode',
PRIMARY KEY (`application_id`),
UNIQUE `UNQ_XMLCONNECT_APPLICATION_CODE` (`code`),
CONSTRAINT `FK_XMLCONNECT_APPLICATION_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE SET NULL
) COMMENT='Xmlconnect Application' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
[1] => Array
(
)
)
)
[4] => Array
(
[file] => /home/austad/www/collarwise/data/lib/Varien/Db/Adapter/Pdo/Mysql.php
[line] => 419
[function] => query
[class] => Zend_Db_Adapter_Pdo_Abstract
[type] => ->
[args] => Array
(
[0] => CREATE TABLE `xmlconnect_application` (
`application_id` smallint UNSIGNED NOT NULL auto_increment COMMENT 'Application Id',
`name` varchar(255) NOT NULL COMMENT 'Application Name',
`code` varchar(32) NOT NULL COMMENT 'Application Code',
`type` varchar(32) NOT NULL COMMENT 'Device Type',
`store_id` smallint UNSIGNED NULL COMMENT 'Store Id',
`active_from` date NULL COMMENT 'Active From',
`active_to` date NULL COMMENT 'Active To',
`updated_at` timestamp NULL COMMENT 'Updated At',
`status` smallint UNSIGNED NOT NULL default '0' COMMENT 'Status',
`browsing_mode` smallint UNSIGNED NULL default '0' COMMENT 'Browsing Mode',
PRIMARY KEY (`application_id`),
UNIQUE `UNQ_XMLCONNECT_APPLICATION_CODE` (`code`),
CONSTRAINT `FK_XMLCONNECT_APPLICATION_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE SET NULL
) COMMENT='Xmlconnect Application' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
[1] => Array
(
)
)
)
[5] => Array
(
[file] => /home/austad/www/collarwise/data/lib/Varien/Db/Adapter/Pdo/Mysql.php
[line] => 2039
[function] => query
[class] => Varien_Db_Adapter_Pdo_Mysql
[type] => ->
[args] => Array
(
[0] => CREATE TABLE `xmlconnect_application` (
`application_id` smallint UNSIGNED NOT NULL auto_increment COMMENT 'Application Id',
`name` varchar(255) NOT NULL COMMENT 'Application Name',
`code` varchar(32) NOT NULL COMMENT 'Application Code',
`type` varchar(32) NOT NULL COMMENT 'Device Type',
`store_id` smallint UNSIGNED NULL COMMENT 'Store Id',
`active_from` date NULL COMMENT 'Active From',
`active_to` date NULL COMMENT 'Active To',
`updated_at` timestamp NULL COMMENT 'Updated At',
`status` smallint UNSIGNED NOT NULL default '0' COMMENT 'Status',
`browsing_mode` smallint UNSIGNED NULL default '0' COMMENT 'Browsing Mode',
PRIMARY KEY (`application_id`),
UNIQUE `UNQ_XMLCONNECT_APPLICATION_CODE` (`code`),
CONSTRAINT `FK_XMLCONNECT_APPLICATION_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE SET NULL
) COMMENT='Xmlconnect Application' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
)
)
[6] => Array
(
[file] => /home/austad/www/collarwise/data/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/install-1.6.0.0.php
[line] => 84
[function] => createTable
[class] => Varien_Db_Adapter_Pdo_Mysql
[type] => ->
[args] => Array
(
[0] => Varien_Db_Ddl_Table Object
(
[_tableName:protected] => xmlconnect_application
[_schemaName:protected] =>
[_tableComment:protected] => Xmlconnect Application
[_columns:protected] => Array
(
[APPLICATION_ID] => Array
(
[COLUMN_NAME] => application_id
[COLUMN_TYPE] => smallint
[COLUMN_POSITION] => 0
[DATA_TYPE] => smallint
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] => 1
[PRIMARY_POSITION] => 0
[IDENTITY] => 1
[COMMENT] => Application Id
)
[NAME] => Array
(
[COLUMN_NAME] => name
[COLUMN_TYPE] => text
[COLUMN_POSITION] => 1
[DATA_TYPE] => text
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] => 255
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Application Name
)
[CODE] => Array
(
[COLUMN_NAME] => code
[COLUMN_TYPE] => text
[COLUMN_POSITION] => 2
[DATA_TYPE] => text
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] => 32
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Application Code
)
[TYPE] => Array
(
[COLUMN_NAME] => type
[COLUMN_TYPE] => text
[COLUMN_POSITION] => 3
[DATA_TYPE] => text
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] => 32
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Device Type
)
[STORE_ID] => Array
(
[COLUMN_NAME] => store_id
[COLUMN_TYPE] => smallint
[COLUMN_POSITION] => 4
[DATA_TYPE] => smallint
[DEFAULT] =>
[NULLABLE] => 1
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Store Id
)
[ACTIVE_FROM] => Array
(
[COLUMN_NAME] => active_from
[COLUMN_TYPE] => date
[COLUMN_POSITION] => 5
[DATA_TYPE] => date
[DEFAULT] =>
[NULLABLE] => 1
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Active From
)
[ACTIVE_TO] => Array
(
[COLUMN_NAME] => active_to
[COLUMN_TYPE] => date
[COLUMN_POSITION] => 6
[DATA_TYPE] => date
[DEFAULT] =>
[NULLABLE] => 1
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Active To
)
[UPDATED_AT] => Array
(
[COLUMN_NAME] => updated_at
[COLUMN_TYPE] => timestamp
[COLUMN_POSITION] => 7
[DATA_TYPE] => timestamp
[DEFAULT] =>
[NULLABLE] => 1
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Updated At
)
[STATUS] => Array
(
[COLUMN_NAME] => status
[COLUMN_TYPE] => smallint
[COLUMN_POSITION] => 8
[DATA_TYPE] => smallint
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Status
)
[BROWSING_MODE] => Array
(
[COLUMN_NAME] => browsing_mode
[COLUMN_TYPE] => smallint
[COLUMN_POSITION] => 9
[DATA_TYPE] => smallint
[DEFAULT] => 0
[NULLABLE] => 1
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Browsing Mode
)
)
[_indexes:protected] => Array
(
[UNQ_XMLCONNECT_APPLICATION_CODE] => Array
(
[INDEX_NAME] => UNQ_XMLCONNECT_APPLICATION_CODE
[COLUMNS] => Array
(
[CODE] => Array
(
[NAME] => code
[SIZE] =>
[POSITION] => 0
)
)
[TYPE] => unique
)
)
[_foreignKeys:protected] => Array
(
[FK_XMLCONNECT_APPLICATION_STORE_ID_CORE_STORE_STORE_ID] => Array
(
[FK_NAME] => FK_XMLCONNECT_APPLICATION_STORE_ID_CORE_STORE_STORE_ID
[COLUMN_NAME] => store_id
[REF_TABLE_NAME] => core_store
[REF_COLUMN_NAME] => store_id
[ON_DELETE] => SET NULL
[ON_UPDATE] => SET NULL
)
)
[_options:protected] => Array
(
[type] => INNODB
[charset] => utf8
[collate] => utf8_general_ci
)
)
)
)
[7] => Array
(
[file] => /home/austad/www/collarwise/data/app/code/core/Mage/Core/Model/Resource/Setup.php
[line] => 624
[args] => Array
(
[0] => /home/austad/www/collarwise/data/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/install-1.6.0.0.php
)
[function] => include
)
[8] => Array
(
[file] => /home/austad/www/collarwise/data/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] => /home/austad/www/collarwise/data/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] => /home/austad/www/collarwise/data/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] => /home/austad/www/collarwise/data/app/code/core/Mage/Core/Model/App.php
[line] => 417
[function] => applyAllUpdates
[class] => Mage_Core_Model_Resource_Setup
[type] => ::
[args] => Array
(
)
)
[12] => Array
(
[file] => /home/austad/www/collarwise/data/app/code/core/Mage/Core/Model/App.php
[line] => 343
[function] => _initModules
[class] => Mage_Core_Model_App
[type] => ->
[args] => Array
(
)
)
[13] => Array
(
[file] => /home/austad/www/collarwise/data/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] => /home/austad/www/collarwise/data/index.php
[line] => 87
[function] => run
[class] => Mage
[type] => ::
[args] => Array
(
[0] =>
[1] => store
)
)
)
[previous:Exception:private] => PDOException Object
(
[message:protected] => SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'xmlconnect_application' already exists
[string:Exception:private] =>
[code:protected] => 42S01
[file:protected] => /home/austad/www/collarwise/data/lib/Zend/Db/Statement/Pdo.php
[line:protected] => 228
[trace:Exception:private] => Array
(
[0] => Array
(
[file] => /home/austad/www/collarwise/data/lib/Zend/Db/Statement/Pdo.php
[line] => 228
[function] => execute
[class] => PDOStatement
[type] => ->
[args] => Array
(
[0] => Array
(
)
)
)
[1] => Array
(
[file] => /home/austad/www/collarwise/data/lib/Varien/Db/Statement/Pdo/Mysql.php
[line] => 110
[function] => _execute
[class] => Zend_Db_Statement_Pdo
[type] => ->
[args] => Array
(
[0] => Array
(
)
)
)
[2] => Array
(
[file] => /home/austad/www/collarwise/data/lib/Zend/Db/Statement.php
[line] => 300
[function] => _execute
[class] => Varien_Db_Statement_Pdo_Mysql
[type] => ->
[args] => Array
(
[0] => Array
(
)
)
)
[3] => Array
(
[file] => /home/austad/www/collarwise/data/lib/Zend/Db/Adapter/Abstract.php
[line] => 479
[function] => execute
[class] => Zend_Db_Statement
[type] => ->
[args] => Array
(
[0] => Array
(
)
)
)
[4] => Array
(
[file] => /home/austad/www/collarwise/data/lib/Zend/Db/Adapter/Pdo/Abstract.php
[line] => 238
[function] => query
[class] => Zend_Db_Adapter_Abstract
[type] => ->
[args] => Array
(
[0] => CREATE TABLE `xmlconnect_application` (
`application_id` smallint UNSIGNED NOT NULL auto_increment COMMENT 'Application Id',
`name` varchar(255) NOT NULL COMMENT 'Application Name',
`code` varchar(32) NOT NULL COMMENT 'Application Code',
`type` varchar(32) NOT NULL COMMENT 'Device Type',
`store_id` smallint UNSIGNED NULL COMMENT 'Store Id',
`active_from` date NULL COMMENT 'Active From',
`active_to` date NULL COMMENT 'Active To',
`updated_at` timestamp NULL COMMENT 'Updated At',
`status` smallint UNSIGNED NOT NULL default '0' COMMENT 'Status',
`browsing_mode` smallint UNSIGNED NULL default '0' COMMENT 'Browsing Mode',
PRIMARY KEY (`application_id`),
UNIQUE `UNQ_XMLCONNECT_APPLICATION_CODE` (`code`),
CONSTRAINT `FK_XMLCONNECT_APPLICATION_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE SET NULL
) COMMENT='Xmlconnect Application' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
[1] => Array
(
)
)
)
[5] => Array
(
[file] => /home/austad/www/collarwise/data/lib/Varien/Db/Adapter/Pdo/Mysql.php
[line] => 419
[function] => query
[class] => Zend_Db_Adapter_Pdo_Abstract
[type] => ->
[args] => Array
(
[0] => CREATE TABLE `xmlconnect_application` (
`application_id` smallint UNSIGNED NOT NULL auto_increment COMMENT 'Application Id',
`name` varchar(255) NOT NULL COMMENT 'Application Name',
`code` varchar(32) NOT NULL COMMENT 'Application Code',
`type` varchar(32) NOT NULL COMMENT 'Device Type',
`store_id` smallint UNSIGNED NULL COMMENT 'Store Id',
`active_from` date NULL COMMENT 'Active From',
`active_to` date NULL COMMENT 'Active To',
`updated_at` timestamp NULL COMMENT 'Updated At',
`status` smallint UNSIGNED NOT NULL default '0' COMMENT 'Status',
`browsing_mode` smallint UNSIGNED NULL default '0' COMMENT 'Browsing Mode',
PRIMARY KEY (`application_id`),
UNIQUE `UNQ_XMLCONNECT_APPLICATION_CODE` (`code`),
CONSTRAINT `FK_XMLCONNECT_APPLICATION_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE SET NULL
) COMMENT='Xmlconnect Application' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
[1] => Array
(
)
)
)
[6] => Array
(
[file] => /home/austad/www/collarwise/data/lib/Varien/Db/Adapter/Pdo/Mysql.php
[line] => 2039
[function] => query
[class] => Varien_Db_Adapter_Pdo_Mysql
[type] => ->
[args] => Array
(
[0] => CREATE TABLE `xmlconnect_application` (
`application_id` smallint UNSIGNED NOT NULL auto_increment COMMENT 'Application Id',
`name` varchar(255) NOT NULL COMMENT 'Application Name',
`code` varchar(32) NOT NULL COMMENT 'Application Code',
`type` varchar(32) NOT NULL COMMENT 'Device Type',
`store_id` smallint UNSIGNED NULL COMMENT 'Store Id',
`active_from` date NULL COMMENT 'Active From',
`active_to` date NULL COMMENT 'Active To',
`updated_at` timestamp NULL COMMENT 'Updated At',
`status` smallint UNSIGNED NOT NULL default '0' COMMENT 'Status',
`browsing_mode` smallint UNSIGNED NULL default '0' COMMENT 'Browsing Mode',
PRIMARY KEY (`application_id`),
UNIQUE `UNQ_XMLCONNECT_APPLICATION_CODE` (`code`),
CONSTRAINT `FK_XMLCONNECT_APPLICATION_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE SET NULL
) COMMENT='Xmlconnect Application' ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci
)
)
[7] => Array
(
[file] => /home/austad/www/collarwise/data/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/install-1.6.0.0.php
[line] => 84
[function] => createTable
[class] => Varien_Db_Adapter_Pdo_Mysql
[type] => ->
[args] => Array
(
[0] => Varien_Db_Ddl_Table Object
(
[_tableName:protected] => xmlconnect_application
[_schemaName:protected] =>
[_tableComment:protected] => Xmlconnect Application
[_columns:protected] => Array
(
[APPLICATION_ID] => Array
(
[COLUMN_NAME] => application_id
[COLUMN_TYPE] => smallint
[COLUMN_POSITION] => 0
[DATA_TYPE] => smallint
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] => 1
[PRIMARY_POSITION] => 0
[IDENTITY] => 1
[COMMENT] => Application Id
)
[NAME] => Array
(
[COLUMN_NAME] => name
[COLUMN_TYPE] => text
[COLUMN_POSITION] => 1
[DATA_TYPE] => text
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] => 255
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Application Name
)
[CODE] => Array
(
[COLUMN_NAME] => code
[COLUMN_TYPE] => text
[COLUMN_POSITION] => 2
[DATA_TYPE] => text
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] => 32
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Application Code
)
[TYPE] => Array
(
[COLUMN_NAME] => type
[COLUMN_TYPE] => text
[COLUMN_POSITION] => 3
[DATA_TYPE] => text
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] => 32
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Device Type
)
[STORE_ID] => Array
(
[COLUMN_NAME] => store_id
[COLUMN_TYPE] => smallint
[COLUMN_POSITION] => 4
[DATA_TYPE] => smallint
[DEFAULT] =>
[NULLABLE] => 1
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Store Id
)
[ACTIVE_FROM] => Array
(
[COLUMN_NAME] => active_from
[COLUMN_TYPE] => date
[COLUMN_POSITION] => 5
[DATA_TYPE] => date
[DEFAULT] =>
[NULLABLE] => 1
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Active From
)
[ACTIVE_TO] => Array
(
[COLUMN_NAME] => active_to
[COLUMN_TYPE] => date
[COLUMN_POSITION] => 6
[DATA_TYPE] => date
[DEFAULT] =>
[NULLABLE] => 1
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Active To
)
[UPDATED_AT] => Array
(
[COLUMN_NAME] => updated_at
[COLUMN_TYPE] => timestamp
[COLUMN_POSITION] => 7
[DATA_TYPE] => timestamp
[DEFAULT] =>
[NULLABLE] => 1
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Updated At
)
[STATUS] => Array
(
[COLUMN_NAME] => status
[COLUMN_TYPE] => smallint
[COLUMN_POSITION] => 8
[DATA_TYPE] => smallint
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Status
)
[BROWSING_MODE] => Array
(
[COLUMN_NAME] => browsing_mode
[COLUMN_TYPE] => smallint
[COLUMN_POSITION] => 9
[DATA_TYPE] => smallint
[DEFAULT] => 0
[NULLABLE] => 1
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] => 0
[IDENTITY] =>
[COMMENT] => Browsing Mode
)
)
[_indexes:protected] => Array
(
[UNQ_XMLCONNECT_APPLICATION_CODE] => Array
(
[INDEX_NAME] => UNQ_XMLCONNECT_APPLICATION_CODE
[COLUMNS] => Array
(
[CODE] => Array
(
[NAME] => code
[SIZE] =>
[POSITION] => 0
)
)
[TYPE] => unique
)
)
[_foreignKeys:protected] => Array
(
[FK_XMLCONNECT_APPLICATION_STORE_ID_CORE_STORE_STORE_ID] => Array
(
[FK_NAME] => FK_XMLCONNECT_APPLICATION_STORE_ID_CORE_STORE_STORE_ID
[COLUMN_NAME] => store_id
[REF_TABLE_NAME] => core_store
[REF_COLUMN_NAME] => store_id
[ON_DELETE] => SET NULL
[ON_UPDATE] => SET NULL
)
)
[_options:protected] => Array
(
[type] => INNODB
[charset] => utf8
[collate] => utf8_general_ci
)
)
)
)
[8] => Array
(
[file] => /home/austad/www/collarwise/data/app/code/core/Mage/Core/Model/Resource/Setup.php
[line] => 624
[args] => Array
(
[0] => /home/austad/www/collarwise/data/app/code/core/Mage/XmlConnect/sql/xmlconnect_setup/install-1.6.0.0.php
)
[function] => include
)
[9] => Array
(
[file] => /home/austad/www/collarwise/data/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] => /home/austad/www/collarwise/data/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] => /home/austad/www/collarwise/data/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] => /home/austad/www/collarwise/data/app/code/core/Mage/Core/Model/App.php
[line] => 417
[function] => applyAllUpdates
[class] => Mage_Core_Model_Resource_Setup
[type] => ::
[args] => Array
(
)
)
[13] => Array
(
[file] => /home/austad/www/collarwise/data/app/code/core/Mage/Core/Model/App.php
[line] => 343
[function] => _initModules
[class] => Mage_Core_Model_App
[type] => ->
[args] => Array
(
)
)
[14] => Array
(
[file] => /home/austad/www/collarwise/data/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] => /home/austad/www/collarwise/data/index.php
[line] => 87
[function] => run
[class] => Mage
[type] => ::
[args] => Array
(
[0] =>
[1] => store
)
)
)
[previous:Exception:private] =>
[errorInfo] => Array
(
[0] => 42S01
[1] => 1050
[2] => Table 'xmlconnect_application' already exists
)
)
)