is there a way to continuously check a db field li...
# off-topic
m
is there a way to continuously check a db field like (timestamp) and if it is over a limit to delete the row. I would guess cronjob, but I was wondering if there is an "internal" way to handle it, maybe through Functions?
j
u can look into update triggers
when the ts field is updated, it can fire the trigger to delete the row if needed