startSetup(); $installer->getConnection()->addColumn( $installer->getTable('sales_flat_quote'), 'trigger_recollect', 'tinyint(1) NOT NULL DEFAULT 0' ); // no need to add attribute to the flat quote - it will be ignored $installer->endSetup();