lundi 10 juillet 2017

Using field in where

I have a Model with two fields: date1 and date2. I'd like to build a query which select data where date2 + 10 > date1.

Model::where('date2', '>', 'date1');

works but not

Model::where('date2', '>', 'date1' + 10);



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2v38YAy
via IFTTT

Aucun commentaire:

Enregistrer un commentaire