'datetime', 'created_at' => 'datetime', ]; public function user(): BelongsTo { return $this->belongsTo(UserModel::class, 'user_id'); } }