여기에는 두 개의 car_model
기본 테이블 필드와 관계 이름이 있습니다.
car_model
相关关系并同时拥有 car_model
관련 관계를 가져오고
으아아아
产品
으아아아
및 내 쿼리:AppModelsProduct {#1478 ▼ #connection: "mysql" #table: "products" ... #escapeWhenCastingToString: false #attributes: array:21 [▼ "id" => 1 "company_id" => 1 ... "car_model" => "test" ... ] #original: array:21 [▶] ... #relations: array:5 [▼ "company" => AppModelsCompany {#1506 ▶} "car_model" => AppModelsCarModel {#1508 ▼ #connection: "mysql" #table: "car_models" #attributes: array:6 [▼ "id" => 1 "title" => "test" "created_at" => ":07:25" "updated_at" => ":07:58" ] ... +mediaConversions: [] +mediaCollections: [] #deletePreservingMedia: false #unAttachedMediaLibraryItems: [] } ... }🎜
P粉5556827182023-12-16 08:19:45
관계 이름을 car_models 또는 car_model이 아닌 다른 이름으로 바꾸는 것이 좋습니다.
으아아아그리고 쿼리는 다음과 같이 변경될 수 있습니다
으아아아그럼 돌아오세요
으아아아P粉1455438722023-12-16 00:19:13
해결책을 찾았습니다. object
转换为 array
后,我可以将 car_model
作为 relationship
방문:
또는
으아악