execute("ALTER TABLE `qimall_addons_store_order_reserve` ADD COLUMN `attr_id` INT(11) NOT NULL DEFAULT '0';"); } /** * {@inheritdoc} */ public function safeDown() { echo "M240726022517StoreReserveOrderAddAttrId cannot be reverted.\n"; return false; } /* // Use up()/down() to run migration code without a transaction. public function up() { } public function down() { echo "M240726022517StoreReserveOrderAddAttrId cannot be reverted.\n"; return false; } */ }