'integer', 'created_at' => 'datetime', 'updated_at' => 'datetime', ]; // Связь с сборкой public function build() { return $this->belongsTo(PcBuild::class); } // Связь с компонентом public function component() { return $this->belongsTo(Component::class); } }