Laravel – How to check if date is in the future for separate date and time columns?
I have 2 separate columns for the date: the date itself in YYYY-mm-dd format, and a time column in time(7) datatype, for example 11:15:10.0000000 How can I check for rows that are in the future? I can get the first…