300) OR (count(article_id) > 2) ORDER BY ((sum(upvotes)+sum(comments))*count(article_id)) desc, repost desc, impact desc" ); } /** * Reverse the migrations. * * @return void */ public function down() { DB::statement("DROP VIEW view_popular;"); } }