getTable('activity'); if ($table->hasIndex('activity_time')) { $table->dropIndex('activity_time'); } return $schema; } }