Go to the source code of this file.
Packages | |
| package | Mage_Sales |
Variables | |
| $installer = $this | |
| $tableOrder = $this->getTable('sales/order') | |
| $tableOrderEntity = $this->getTable('sales/order_entity') | |
| $cleanTables | |
| foreach($cleanTables as $tableName) $installer getConnection()->addKey(" | _datetime |
| foreach($cleanTables as $tableName) $installer getConnection()->addKey(" | array ('entity_id', 'attribute_id', 'entity_type_id') |
| $installer getConnection()-> addKey(" | _decimal |
| $installer getConnection()-> addKey(" | _int |
| $installer getConnection()-> addKey(" | _text |
| $installer getConnection()-> addKey(" | _varchar |
| $installer | getConnection ()->addKey($tableOrderEntity |
| $cleanTables |
Initial value:
array( $tableOrder . '_datetime', $tableOrder . '_decimal', $tableOrder . '_int', $tableOrder . '_text', $tableOrder . '_varchar', $tableOrderEntity . '_decimal', $tableOrderEntity . '_datetime', $tableOrderEntity . '_int', $tableOrderEntity . '_text', $tableOrderEntity . '_varchar' )
Definition at line 33 of file mysql4-upgrade-0.9.29-0.9.30.php.
| $installer = $this |
Definition at line 27 of file mysql4-upgrade-0.9.29-0.9.30.php.
| $tableOrder = $this->getTable('sales/order') |
Definition at line 30 of file mysql4-upgrade-0.9.29-0.9.30.php.
| $tableOrderEntity = $this->getTable('sales/order_entity') |
Definition at line 31 of file mysql4-upgrade-0.9.29-0.9.30.php.
| $installer getConnection ()->addKey(" _datetime |
Definition at line 68 of file mysql4-upgrade-0.9.29-0.9.30.php.
| $installer getConnection ()->addKey(" _decimal |
Definition at line 69 of file mysql4-upgrade-0.9.29-0.9.30.php.
| $installer getConnection ()->addKey(" _int |
Definition at line 70 of file mysql4-upgrade-0.9.29-0.9.30.php.
| $installer getConnection ()->addKey(" _text |
Definition at line 71 of file mysql4-upgrade-0.9.29-0.9.30.php.
| $installer getConnection ()->addKey(" _varchar |
Definition at line 72 of file mysql4-upgrade-0.9.29-0.9.30.php.
| $installer getConnection ()->addKey(" array('entity_id', 'attribute_id', 'entity_type_id') |
Definition at line 68 of file mysql4-upgrade-0.9.29-0.9.30.php.
| $installer getConnection()->addKey($tableOrderEntity |
Definition at line 80 of file mysql4-upgrade-0.9.29-0.9.30.php.
1.5.8