Why no _updatedTime
I'm curious why
_creationTime is a default column for every table but not something like _updatedTime. Finding myself adding updatedAt: Date.now() as an arg in lots of mutations