'array', 'created_at' => 'datetime', ]; } public function admin(): BelongsTo { return $this->belongsTo(User::class, 'admin_user_id'); } }