まだ終了していないイベントを取得したい。私の問題は、startTimeがDateTimeであり、durationがIntegerであることです。
どうすればこの追加を行うことができますか?
このコード:
$events = $this->getRepository('Event')->createQueryBuilder('e')
->where('e.startTime+e.duration > CURRENT_TIMESTAMP()')
->getQuery();
->getResult();
私を投げます:
SQLSTATE[42883]: Undefined function: 7 ERROR: operator does not exist: timestamp without time zone + integer