'integer', 'image_id' => 'integer']; const string CREATED_AT = 'create_time'; const string UPDATED_AT = 'update_time'; /** * @param int $id * @return HigherOrderTapProxy|mixed|null */ public function getNameById(int $id): mixed { return $this->where('id', $id)->value('name'); } }