2つの列の長さ(整数)とstart_time(時間)があります。select where時間列と整数列の合計がcurrent_timeより小さい
start_timeとdurationの合計がcurrent_time
より大きい部分を選択する必要があります。このよう
何か -
Availability.where("start_time + duration < current_time")
これを行うにはどのように?私はあなたがおそらく単位とキャストを指定することにより、interval
からinteger
を変換したいと思い、time
にinteger
を追加するにはRubyの-on Railsの