lundi 7 mars 2016

How to query created_at field in Laravel

When trying to find all records where the created_at time is larger than a certain value, it does not seem to work.

For example I have tried this:

return Foo::where('created_at', '>', '1457408361')->get();

But it keeps returning all the records!



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire