services->rabbitMq->push(RabbitMqEnum::EXCHANGE_LONG_DURATION, RabbitMqEnum::LONG_DURATION_QUEUE, ['type' => 1], UserTeamProfitStatistics::class, 'cumulativeOrderProfit'); } /** * {@inheritdoc} */ public function safeDown() { echo "M250604021553AddQimallUserProfitStatisticsData cannot be reverted.\n"; return false; } /* // Use up()/down() to run migration code without a transaction. public function up() { } public function down() { echo "M250604021553AddQimallUserProfitStatisticsData cannot be reverted.\n"; return false; } */ }