main
up
public function up() { Schema::table('time_intervals', function (Blueprint $table) { $table->index('start_at'); $table->index('end_at');