execute("ALTER TABLE qimall_addons_store_settings add score_deduction text COMMENT '积分抵扣设置';"); $this->execute("ALTER TABLE qimall_addons_store_settings add score_give text COMMENT '积分赠送设置';"); } /** * {@inheritdoc} */ public function safeDown() { echo "M240826084651AlterQimallAddonsStoreSettings cannot be reverted.\n"; return false; } /* // Use up()/down() to run migration code without a transaction. public function up() { } public function down() { echo "M240826084651AlterQimallAddonsStoreSettings cannot be reverted.\n"; return false; } */ }