'datetime', ]; /** * Get the user that owns the workflow timestamp. */ public function user() { return $this->belongsTo(User::class, 'userId'); } }