I have reservation table(MySQL) and the schema is (id, status, checkin_date, checkout_date)
What I want is automatically update status when today is the checkin_date
What will be the best way to do this?
I have reservation table(MySQL) and the schema is (id, status, checkin_date, checkout_date)
What I want is automatically update status when today is the checkin_date
What will be the best way to do this?