Closed LukeBrandon closed 1 year ago
We want to know the last time in which a message was updated. This can be accomplished by appending an updated_at field to the message table and updating it only when an update is done.
updated_at
message
Completed in #60
We want to know the last time in which a message was updated. This can be accomplished by appending an
updated_at
field to themessage
table and updating it only when an update is done.