eloquent insert on duplicate key:用于在重复密钥更新上进行INSERT的宏和使用Eloquent进行INSERT IGNORE的
Laravel在重复的密钥上插入并忽略插入 不推荐使用此软件包,因为已将upsert和insertOrIgnore添加到Laravel。 如果需要透视功能,则可以轻松实现: BelongsToMany :: macro ( 'attachUpsert' , function ( $ id , array $ attributes = []) { $ this -> newPivotStatement ()-> upsert ( $ this -> formatAttachRecords ( $ this -> parseIds ( $ id ), $
文件列表
eloquent-insert-on-duplicate-key-master.zip
(预估有个4文件)
eloquent-insert-on-duplicate-key-master
README.md
3KB
LICENSE
1KB
composer.json
829B
src
InsertOnDuplicateKeyServiceProvider.php
5KB
暂无评论