Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我正在尝试使用 eloquent 进行多行的数组插入,但我在文档中没有看到任何明显的方法来做到这一点。所以我不知道是否有最佳实践方式,或者我是否应该只通过这些插入方式进行。有人知道更聪明的方式吗?
它只是关系表中的行,两列都是引用另一个表中相同主键的外键。
您可以对多行使用插入方法,如此处所示http://jasonlewis.me/article/laravel-and-eloquent-part-1-basics