Schema::table('articles', function($table) { $table->dropColumn('comment_count'); $table->dropColumn('view_count'); });