'integer', ]; /** * 获取关联的宝箱 * * @return BelongsTo */ public function chest(): BelongsTo { return $this->belongsTo(Item::class, 'chest_id'); } }