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