laravel one to one relationship
问题 I have xml_document table with these columns: id general_information_id I have general_information table with these columns: id domain log_file The relationship between them is one to one. Have I build the relationship correctly? Or I need to add xml_document_id column to the general_information table. Secondly: I have added a row to the xml_doucment and now I want to add a row to the general_information and link this new row to the xml_document I tried this: $xmlDocument = XmlDocument::find