class extends \yii\mongodb\Migration { public function up() { } public function down() { echo " cannot be reverted.\n"; return false; } }