'integer', 'published_at' => 'datetime', ]; public function categoryItem(): BelongsTo { return $this->belongsTo(DictItem::class, 'category_dict_item_id'); } }