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