Is it possible to clear the database column at the end of the day / week / month? I have a code that records the number of calls an employee makes. For example: at the end of the day he performed 17 calls, so the next day the value should return to zero. However, the value of the week can not be zero because it made 17 calls the day before. And that should happen for the month too. Thank you in advance!