I have a table where one column is storing different times like HH:MM;SS and one column that stores the time and date when it was made (timestamp).
Is there a way to remove those entries after a certain time without using a cronjob ? Like when there are X hours stored in the first column then delete the entry when the timestamp + X hours have passed ?
thanks